2009-07-18 [mones] 3.7.2cvs10
authorRicardo Mones <mones@claws-mail.org>
Sat, 18 Jul 2009 16:27:20 +0000 (16:27 +0000)
committerRicardo Mones <mones@claws-mail.org>
Sat, 18 Jul 2009 16:27:20 +0000 (16:27 +0000)
* manual/plugins.xml
Add new bsfilter and fancy plugins to the docs
and a note about dealing with plugins of the same class
* src/prefs_account.c
Fix extra space at the end typo

ChangeLog
PATCHSETS
configure.ac
manual/plugins.xml
src/prefs_account.c

index 5398fed3e4de2c16c554bf9c23f6ea39a1633f33..a822a3de7746f27d3a41f4791c3ee1773d99fbdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2009-07-18 [mones]     3.7.2cvs10
+
+       * manual/plugins.xml
+               Add new bsfilter and fancy plugins to the docs
+               and a note about dealing with plugins of the same class
+       * src/prefs_account.c
+               Fix extra space at the end typo
+
 2009-07-16 [colin]     3.7.2cvs9
 
        * src/summaryview.c
index bcb1b4484bf4755af491f78f3201e4176f3b5def..d229205fb89a60a4995f2315debf8e61339532b1 100644 (file)
--- a/PATCHSETS
+++ b/PATCHSETS
 ( cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/plugins/pgpcore/plugin.def;  cvs diff -u -r 1.20.2.71 -r 1.20.2.72 src/common/utils.h;  ) > 3.7.2cvs7.patchset
 ( cvs diff -u -r 1.179.2.247 -r 1.179.2.248 src/imap.c;  ) > 3.7.2cvs8.patchset
 ( cvs diff -u -r 1.395.2.413 -r 1.395.2.414 src/summaryview.c;  ) > 3.7.2cvs9.patchset
+( cvs diff -u -r 1.1.2.23 -r 1.1.2.24 manual/plugins.xml;  cvs diff -u -r 1.105.2.154 -r 1.105.2.155 src/prefs_account.c;  ) > 3.7.2cvs10.patchset
index d8531b2b3e24fd296c2d0ac0363276f85b6f2969..118c090bdb60ef92dde8319988fddb81d85eafa8 100644 (file)
@@ -12,7 +12,7 @@ MINOR_VERSION=7
 MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=9
+EXTRA_VERSION=10
 EXTRA_RELEASE=
 EXTRA_GTK2_VERSION=
 
index 6df2f863b622bc0b45b671f056063bcc86af0ab8..9f3693ef4caa925d938a4a1f12d1bc6ff7cc8d56 100644 (file)
        If you don't find the plugin you're looking for, it is possible that 
        your Operating System distribution provides it in a separate package. 
        In this case, search for the plugin in your package manager.
+    </para><para>
+       Some plugins may provide the same functionality (for example the 
+       three HTML message viewers). This means you have to choose which 
+       one to load, as Claws Mail will refuse to load more than one of
+       the same type.
     </para>
     <variablelist>
       <varlistentry>
          </para>
        </listitem>
       </varlistentry>
+      <varlistentry>
+       <term>BSFilter</term>
+       <listitem>
+         <para> 
+       BSFilter is a plugin very similar to Bogofilter plugin but using
+       the <ulink url="http://bsfilter.org/index-e.html">bsfilter</ulink>
+       bayesian spam filter as a backend. 
+         </para><para>
+       As well as like Bogofilter you have to train it with spam and ham
+       messages in order bsfilter to start recognising spam.
+         </para><para>
+       Plugin preferences can be found in 
+       <quote>Configuration/Preferences/Plugins/BSFilter</quote>.
+         </para>
+       </listitem>
+      </varlistentry>
       <varlistentry>
        <term>CacheSaver</term>
        <listitem>
          </para>
        </listitem>
       </varlistentry>
+      <varlistentry>
+       <term>Fancy</term>
+       <listitem>
+         <para>
+       Allows displaying HTML mail messages using the GTK+ port of the
+       WebKit library.
+         </para>
+       </listitem>
+      </varlistentry>
       <varlistentry>
        <term>Fetchinfo</term>
        <listitem>
index 79f8be29446142bf5632e4e3fcd4dccb8e2ba3cc..c1a139a12a63d683f1503f0e951becf5b6e19416 100644 (file)
@@ -1580,7 +1580,7 @@ static void receive_create_widget_func(PrefsPage * _page,
        PACK_CHECK_BUTTON (hbox1, imap_use_trash_checkbtn,
                           _("Move deleted mails to trash and expunge immediately"));
        CLAWS_SET_TIP(imap_use_trash_checkbtn,
-                            _("Moves deleted mails to trash instead of using the \\Deleted flag without expunging. "));
+                            _("Moves deleted mails to trash instead of using the \\Deleted flag without expunging."));
 
        PACK_CHECK_BUTTON (vbox1, filter_on_recv_checkbtn,
                           _("Filter messages on receiving"));