From 436dbc06b5d9029f376e14e8387291b4e0c2870c Mon Sep 17 00:00:00 2001 From: Ingo Klcker Date: Sun, 17 Apr 2005 22:27:15 +0000 Subject: [PATCH] Backport fix for bug 101001: Add configuration update script for fixing changed keys for filtering by status. svn path=/branches/KDE_3_4_BRANCH/kdepim/; revision=406212 --- Makefile.am | 3 ++- kmail.upd | 4 ++++ kmstartup.cpp | 3 ++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index e96b1f9ca..5210df70d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -166,7 +166,8 @@ update_SCRIPTS = upgrade-transport.pl kmail-pgpidentity.pl \ kmail-3.3-split-sign-encr-keys.sh \ kmail-3.3-misc.pl \ kmail-3.3b1-misc.pl \ - kmail-3.4-misc.pl + kmail-3.4-misc.pl \ + kmail-3.4.1-update-status-filters.pl confdir = $(kde_confdir) conf_DATA = kmail.antispamrc kmail.antivirusrc diff --git a/kmail.upd b/kmail.upd index 9bab87611..ca5b66fe5 100644 --- a/kmail.upd +++ b/kmail.upd @@ -154,6 +154,10 @@ Options=copy Key=list-font,list-new-font Options=copy Key=list-font,list-unread-font +# Convert status filter rules to upper case (cf. bug #101001) +Id=3.4.1 +File=kmailrc +Script=kmail-3.4.1-update-status-filters.pl,perl # # Important notice: # If you add updates here, keep this text below them. diff --git a/kmstartup.cpp b/kmstartup.cpp index 2493b37eb..ddbbcd9a9 100644 --- a/kmstartup.cpp +++ b/kmstartup.cpp @@ -98,7 +98,8 @@ void checkConfigUpdates() { "3.3b1-misc", "3.4-misc", "3.4a", - "3.4b" + "3.4b", + "3.4.1" }; static const int numUpdates = sizeof updates / sizeof *updates; // Warning: do not remove entries in the above array, or the update-level check below will break