2006-08-26 [mones] 2.4.0cvs95
authorRicardo Mones <mones@claws-mail.org>
Sat, 26 Aug 2006 17:35:01 +0000 (17:35 +0000)
committerRicardo Mones <mones@claws-mail.org>
Sat, 26 Aug 2006 17:35:01 +0000 (17:35 +0000)
* manual/handling.xml
Fix subfolder path in the example (thanks to Paul)

ChangeLog
PATCHSETS
configure.ac
manual/handling.xml

index 18bf02d002a33b14f34ea208a5dd2f63c1f2f587..2e1e4640c1d673340bae911653e2bc247f50ee43 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-08-26 [mones]     2.4.0cvs95
+
+       * manual/handling.xml
+               Fix subfolder path in the example (thanks to Paul) 
+
 2006-08-26 [mones]     2.4.0cvs94
 
        * manual/glossary.xml
 2006-08-26 [mones]     2.4.0cvs94
 
        * manual/glossary.xml
index 9dc38e2202d5aafbbd5902a6c48cc62397d081b4..e8a143f0ed9360ada52ce9f4f7f0280dfba5272f 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.213.2.108 -r 1.213.2.109 src/folder.c;  cvs diff -u -r 1.3.2.11 -r 1.3.2.12 src/folderutils.c;  cvs diff -u -r 1.79.2.38 -r 1.79.2.39 src/mh.c;  cvs diff -u -r 1.16.2.36 -r 1.16.2.37 src/msgcache.c;  cvs diff -u -r 1.60.2.32 -r 1.60.2.33 src/procmsg.h;  cvs diff -u -r 1.395.2.234 -r 1.395.2.235 src/summaryview.c;  ) > 2.4.0cvs92.patchset
 ( cvs diff -u -r 1.15.2.30 -r 1.15.2.31 src/summary_search.c;  ) > 2.4.0cvs93.patchset
 ( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 manual/glossary.xml;  cvs diff -u -r 1.1.2.9 -r 1.1.2.10 manual/handling.xml;  cvs diff -u -r 1.1.2.13 -r 1.1.2.14 manual/plugins.xml;  cvs diff -u -r 1.1.2.7 -r 1.1.2.8 manual/starting.xml;  ) > 2.4.0cvs94.patchset
 ( cvs diff -u -r 1.213.2.108 -r 1.213.2.109 src/folder.c;  cvs diff -u -r 1.3.2.11 -r 1.3.2.12 src/folderutils.c;  cvs diff -u -r 1.79.2.38 -r 1.79.2.39 src/mh.c;  cvs diff -u -r 1.16.2.36 -r 1.16.2.37 src/msgcache.c;  cvs diff -u -r 1.60.2.32 -r 1.60.2.33 src/procmsg.h;  cvs diff -u -r 1.395.2.234 -r 1.395.2.235 src/summaryview.c;  ) > 2.4.0cvs92.patchset
 ( cvs diff -u -r 1.15.2.30 -r 1.15.2.31 src/summary_search.c;  ) > 2.4.0cvs93.patchset
 ( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 manual/glossary.xml;  cvs diff -u -r 1.1.2.9 -r 1.1.2.10 manual/handling.xml;  cvs diff -u -r 1.1.2.13 -r 1.1.2.14 manual/plugins.xml;  cvs diff -u -r 1.1.2.7 -r 1.1.2.8 manual/starting.xml;  ) > 2.4.0cvs94.patchset
+( cvs diff -u -r 1.1.2.10 -r 1.1.2.11 manual/handling.xml;  ) > 2.4.0cvs95.patchset
index 48cfdd3776ef6ca064f91f5de4c0fcbf888c002c..741e1379f86afbb3816358cf53e2e7e82d7a5c7e 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=4
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
 MICRO_VERSION=0
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=94
+EXTRA_VERSION=95
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 99025ffe6ae47d4fb1fc6d762544007d8795d5dc..b08661b451084f87b5a89e9854094cf1da200f91 100644 (file)
@@ -81,7 +81,7 @@
        action, which instructs Sylpheed-Claws what to do with emails matching
        the condition we just defined. For example, <quote>mark_as_read</quote>
        marks the mail as read as soon as it arrives in your inbox, or
        action, which instructs Sylpheed-Claws what to do with emails matching
        the condition we just defined. For example, <quote>mark_as_read</quote>
        marks the mail as read as soon as it arrives in your inbox, or
-       <quote>move #mh/inbox/Friends</quote> moves the mail to your
+       <quote>move #mh/Mailbox/inbox/Friends</quote> moves the mail to your
        <quote>Friends</quote> subfolder. Here, too, a <quote>Define...</quote>
        button is available to help you define the action to take.
     </para>
        <quote>Friends</quote> subfolder. Here, too, a <quote>Define...</quote>
        button is available to help you define the action to take.
     </para>