From: Colin Leroy Date: Fri, 30 Dec 2005 18:43:27 +0000 (+0000) Subject: 2005-12-30 [colin] 1.9.100cvs116 X-Git-Tag: rel_2_0_0~95 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=ef4b256c79d523221a75fc3a1b1688dd01dc1fc7;hp=512f0083ffdde820fd5b5e8d7917d50e4f4072b6 2005-12-30 [colin] 1.9.100cvs116 * manual/advanced.xml Explain Pre/Post-processing differences. --- diff --git a/ChangeLog b/ChangeLog index f0ec38b5c..990de4782 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-12-30 [colin] 1.9.100cvs116 + + * manual/advanced.xml + Explain Pre/Post-processing differences. + 2005-12-30 [colin] 1.9.100cvs115 * src/mh.c diff --git a/PATCHSETS b/PATCHSETS index e07892782..6f0fb140b 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -1099,3 +1099,4 @@ ( cvs diff -u -r 1.382.2.211 -r 1.382.2.212 src/compose.c; ) > 1.9.100cvs113.patchset ( cvs diff -u -r 1.179.2.85 -r 1.179.2.86 src/imap.c; ) > 1.9.100cvs114.patchset ( cvs diff -u -r 1.79.2.21 -r 1.79.2.22 src/mh.c; cvs diff -u -r 1.179.2.86 -r 1.179.2.87 src/imap.c; ) > 1.9.100cvs115.patchset +( cvs diff -u -r 1.1.2.6 -r 1.1.2.7 manual/advanced.xml; ) > 1.9.100cvs116.patchset diff --git a/configure.ac b/configure.ac index 10fda3c29..8873b6b5c 100644 --- a/configure.ac +++ b/configure.ac @@ -11,7 +11,7 @@ MINOR_VERSION=9 MICRO_VERSION=100 INTERFACE_AGE=0 BINARY_AGE=0 -EXTRA_VERSION=115 +EXTRA_VERSION=116 EXTRA_RELEASE= EXTRA_GTK2_VERSION= diff --git a/manual/advanced.xml b/manual/advanced.xml index 43c977fdd..825adf455 100644 --- a/manual/advanced.xml +++ b/manual/advanced.xml @@ -49,7 +49,7 @@ Processing rules are the same as Filtering rules, except that they are applied when entering a folder and apply only to this folder. You can use them to automatically move old mails into an archive folder, or for further dispatching of emails. You can set each folder's Processing rules by right-clicking on it. - Processing rules are accompanied by Pre-processing and Post-processing rules. Like Processing rules, they apply only when opening a folder, but like Filtering rules, they are shared accross all folders. You can configure them from the Tools menu. + Processing rules are accompanied by Pre-processing and Post-processing rules. Like Processing rules, they apply only when opening a folder, but like Filtering rules, they are shared accross all folders. You can configure them from the Tools menu. Pre-processing rules are executed before the folder's specific Processing rules, while Post-processing ones are executed after.