fixed leak
[claws.git] / README.claws
index b7e0bdff2aaa7763e9718ccbf78a9cf02cb1a10a..92413327c636fd5947c0fc4925128663968dae05 100644 (file)
@@ -58,14 +58,13 @@ Sylpheed or Main.
   There are some things that frequently come up when switching to Claws:
 
 
-  * Why does the advanced filtering system not work?
-
-    Claws uses the new filtering system as soon as you define a new rule for it.
-    Your old Sylpheed filter rules will not be used. In subdirectory tools/ of
-    the distribution there is a Perl script called filter_conv.pl which converts
-    old filter rules to the claws filtering system.
-  
+  * What happened to my filter rules? 
 
+    Claws uses a new filtering system. Your old Sylpheed filter rules will not 
+    be used. In subdirectory tools/ of the distribution there is a Perl script 
+    called filter_conv.pl which converts old filter rules to the claws 
+    filtering system, see tools/README for details.
   * What happened to the compose email and compose news buttons? 
 
     There's a composite button for both composing mail and news. You can toggle
@@ -314,10 +313,10 @@ are hardly noticeable, but deserve mentioning:
 
   ./configure --enable-aspell --with-aspell-prefix=/foo/bar
 
-  Using the '--with-aspell-prefix=PREFIX' option will let the configure
-  script look for includes and libraries in PREFIX/include and PREFIX/lib.
+  The '--with-aspell-prefix=PREFIX' option will let the configure
+  script search for includes and libraries in PREFIX/include and PREFIX/lib.
 
-  You can also specify manualle the includes and libraries path by using
+  You can also specify manually the includes and libraries path by using
   either following options:
 
   --with-aspell-includes=/foo/bar/include
@@ -328,7 +327,7 @@ are hardly noticeable, but deserve mentioning:
 
   as appropriate.
 
-  The configure script summarizes the options compiled in. Check that
+  The configure script summarizes the options compiled in.  Check that
   it lists 'GNU/aspell = yes'.
 
   Then proceed as usual, with 'make' and 'make install'.
@@ -339,7 +338,7 @@ are hardly noticeable, but deserve mentioning:
   NOTE: if you upgraded from Sylpheed-Claws 0.8.2 (or cvs version 0.8.2claws2) 
   or earlier, please check if the dictionary path was updated in the
   Configuration -> Common Preferences -> Spell Checker menu.  If not, update
-  accordingly as explained below.
+  it accordingly as explained below.
 
   After successful compiling, you need to tell Sylpheed where your
   dictionaries reside. The configure script should have found it,
@@ -453,7 +452,24 @@ mention it.
       subject match "SPAM" delete_on_server
     Next time, you retrieve the headers using selective download,
     all messages that matched this criteria are marked.
-
+    NOTE: Selective download is a pop3 only feature and makes 
+         no sense if used as a folder processing filter.
+
+* Custom toolbar
+----------------
+   Configuration->Custom toolbar lets you define the toolbar 
+   you want. The configuration dialog enables you to set an icon,
+   an appropriate text and map an action to it. Actions to choose
+   from are predefined. You may as well have your "Sylpheed Actions"
+   (refer to "user definable actions" above) on your toolbar. 
+   Example: 
+       * Configuration->Actions 
+               - add an entry "Dillo: dillo %p&"
+        * Configuration->Custom toolbar    
+               - select Sylpheed Actions Feature
+               - select "Dillo: dillo %p&" from drop down list
+               - choose an icon and click ok
+       
 
 
 4. How to contribute