From: Paul Mangan Date: Thu, 4 Oct 2007 15:28:26 +0000 (+0000) Subject: 2007-10-04 [paul] 3.0.2cvs8 X-Git-Tag: rel_3_1_0~155 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=b0e6fc0eba6e3512de6418331a2ab2628d845995;ds=sidebyside 2007-10-04 [paul] 3.0.2cvs8 * manual/advanced.xml add further info about Actions Patch by Emmanuel Briot --- diff --git a/ChangeLog b/ChangeLog index cb1947507..b196e929d 100644 --- 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 + 2007-10-04 [paul] 3.0.2cvs7 * src/account.c diff --git a/PATCHSETS b/PATCHSETS index ca04d613e..3c046402c 100644 --- a/PATCHSETS +++ b/PATCHSETS @@ -2920,3 +2920,4 @@ ( 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 diff --git a/configure.ac b/configure.ac index 0fe47e924..792387e2a 100644 --- a/configure.ac +++ b/configure.ac @@ -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= diff --git a/manual/advanced.xml b/manual/advanced.xml index 4752fb54f..f9dbe035e 100644 --- a/manual/advanced.xml +++ b/manual/advanced.xml @@ -14,6 +14,23 @@ imagination. You can configure Actions via the Tools menu. + + The Tools/Actions/ 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. + + + Additionally, it is possible to add toolbar entries for your + actions. To do so, open the Preferences + menu and select Customize Toolbars/Main Window. + In the list of available icons, select the one you want, then + in Event executed on click select + Claws Mail Actions Feature and the action to execute + in the Claws Mail Action dropdown menu. +
Simple <quote>Open With...</quote>