From 62d60a9aec75ff3dd5014257173aa3d92e311cfe Mon Sep 17 00:00:00 2001 From: Ingo Klcker Date: Sat, 10 Jul 2004 00:31:26 +0000 Subject: [PATCH] Delete the old key/value pair so that the new value is actually written. svn path=/trunk/kdepim/; revision=327381 --- kmail-3.3b1-misc.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/kmail-3.3b1-misc.pl b/kmail-3.3b1-misc.pl index bcab80de2..b362850fc 100644 --- a/kmail-3.3b1-misc.pl +++ b/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"; } }