2007-10-04 [paul] 3.0.2cvs8
authorPaul Mangan <paul@claws-mail.org>
Thu, 4 Oct 2007 15:28:26 +0000 (15:28 +0000)
committerPaul Mangan <paul@claws-mail.org>
Thu, 4 Oct 2007 15:28:26 +0000 (15:28 +0000)
* manual/advanced.xml
add further info about Actions
Patch by Emmanuel Briot <briot@adacore.com>

ChangeLog
PATCHSETS
configure.ac
manual/advanced.xml

index cb194750779a27339d40527635dde08f3d8be9c8..b196e929d554f5dc6f53d761d113bca0970181c6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-10-04 [paul]      3.0.2cvs8
+
+       * manual/advanced.xml
+               add further info about Actions
+               Patch by Emmanuel Briot <briot@adacore.com>
+
 2007-10-04 [paul]      3.0.2cvs7
 
        * src/account.c
index ca04d613efc707caacf9ea40b368db1444e70459..3c046402c61ee5ad796f7688ebc5b695e37f8aa1 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.155.2.75 -r 1.155.2.76 src/Makefile.am;  diff -u /dev/null src/addrduplicates.c;  diff -u /dev/null src/addrduplicates.h;  cvs diff -u -r 1.60.2.98 -r 1.60.2.99 src/addressbook.c;  ) > 3.0.2cvs5.patchset
 ( cvs diff -u -r 1.2.4.20 -r 1.2.4.21 src/common/template.c;  ) > 3.0.2cvs6.patchset
 ( cvs diff -u -r 1.61.2.70 -r 1.61.2.71 src/account.c;  ) > 3.0.2cvs7.patchset
+( cvs diff -u -r 1.1.2.41 -r 1.1.2.42 manual/advanced.xml;  ) > 3.0.2cvs8.patchset
index 0fe47e924b70906973ae64b9fdfa13357ffb5487..792387e2a52dca347855b1e807859943a062044d 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=0
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=7
+EXTRA_VERSION=8
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 4752fb54f81572e49a3f5ce12c2898f88698f8af..f9dbe035e2b69eca3f399477b88ff2d5e4790b18 100644 (file)
        imagination. You can configure Actions via the <quote>Tools</quote> 
        menu.
     </para>
+    <para>
+        The <quote>Tools/Actions/</quote> menu will contain one submenu
+       item for each action that you have created. When you have selected
+       one or more messages in the Message List, or are viewing a message
+       in the Message View, selecting one of these menu items will invoke
+       the action, and, depending on how it was defined, will pass the
+       message(s) to it.
+    </para>
+    <para>
+        Additionally, it is possible to add toolbar entries for your
+        actions. To do so, open the <quote>Preferences</quote>
+        menu and select <quote>Customize Toolbars/Main Window</quote>.
+        In the list of available icons, select the one you want, then
+        in <quote>Event executed on click</quote> select
+        <quote>Claws Mail Actions Feature</quote> and the action to execute
+        in the <quote>Claws Mail Action</quote> dropdown menu.
+    </para>
     <blockquote>
       <example>
         <title>Simple <quote>Open With...</quote></title>