Delete the old key/value pair so that the new value is actually written.

svn path=/trunk/kdepim/; revision=327381
wilder-work
Ingo Klcker 22 years ago
parent 4cce794203
commit 62d60a9aec
  1. 1
      kmail-3.3b1-misc.pl

@ -31,6 +31,7 @@ while ( <> ) {
} elsif ( /^MailingListPostingAddress/ ) {
my ($key,$value) = split /=/;
if ( not $value eq "" and not $value =~ /^mailto:/ ) {
print "# DELETE $currentGroup$key\n";
print "$currentGroup\n$key=mailto:$value\n";
}
}

Loading…
Cancel
Save