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
wilder-work
Ingo Klcker 21 years ago
parent 3dc8623cd0
commit 436dbc06b5
  1. 3
      Makefile.am
  2. 4
      kmail.upd
  3. 3
      kmstartup.cpp

@ -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

@ -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.

@ -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

Loading…
Cancel
Save