fix segfault in prefs_matcher.c
[claws.git] / README.claws
index aa77125cda44c8cdbfda43a42beb4592fd6bbeee..3335d435a97454dca0fabc61d1e6f3a1c1cf210c 100644 (file)
@@ -20,6 +20,7 @@ Summary:
    * new cache
    * selective download, delete messages on server
    * extended search in quick search
+   * 'dynamic' signatures
 4. How to contribute
 5. How to request features
 6. Installing Claws from CVS
@@ -470,8 +471,8 @@ mention it.
                - select Sylpheed Actions Feature
                - select "Dillo: dillo %p&" from drop down list
                - choose an icon and click ok
-       
-* quick search
+
+* extended search in quick search
 ---------------------------------
     This feature allows one to define criteria that messages have
     to match in order to be displayed in the summary view pane.
@@ -516,7 +517,7 @@ mention it.
     Sg       #          messages whose size is greater than #
     Ss       #          messages whose size is smaller than #
     t        S          messages which have been sent to S
-    T                   marked marked
+    T                   marked messages
     U                   unread messages
     x        S          messages which contain S in References header
     y        S          messages which contain S in X-Label header
@@ -533,6 +534,14 @@ mention it.
     %f "John Beavis"   messages from John Beavis (case sensitive)
     ~s foo             messages which do not have foo in the subject
     f foo & ~s bar     messages from foo that do not have bar in thesubject
+    
+* 'dynamic' signatures
+----------------------
+    To use program output, e.g. fortune, as a message signature
+    use a | (pipe) symbol. For example, in the Account Preferences
+    'Compose' tab, enter the following in the Signature File box:
+
+    | /usr/games/fortune 
 
 
 4. How to contribute