2004-11-17 [colin] 0.9.12cvs150
[claws.git] / README.claws
index aa77125cda44c8cdbfda43a42beb4592fd6bbeee..6581c334b88baed9359f3bbfad07f26e048d3ebe 100644 (file)
@@ -18,8 +18,8 @@ Summary:
    * user definable actions
    * spell checking (with installation instructions)
    * new cache
    * user definable actions
    * spell checking (with installation instructions)
    * new cache
-   * selective download, delete messages on server
    * extended search in quick search
    * extended search in quick search
+   * 'dynamic' signatures
 4. How to contribute
 5. How to request features
 6. Installing Claws from CVS
 4. How to contribute
 5. How to request features
 6. Installing Claws from CVS
@@ -444,18 +444,6 @@ are hardly noticeable, but deserve mentioning:
 There are a lot more options. If you find one, don't hesitate to
 mention it.
 
 There are a lot more options. If you find one, don't hesitate to
 mention it.
 
-* selective download, delete messages on server
------------------------------------
-    The selective download window lets you select messages, that
-    should be retrieved from or deleted on the server.
-    The selection can be automated by setting up a *global*
-    filtering rule (folder based rules are ignored), e.g
-      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 
 * Custom toolbar
 ----------------
    Configuration->Custom toolbar lets you define the toolbar 
@@ -470,8 +458,8 @@ mention it.
                - select Sylpheed Actions Feature
                - select "Dillo: dillo %p&" from drop down list
                - choose an icon and click ok
                - 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.
 ---------------------------------
     This feature allows one to define criteria that messages have
     to match in order to be displayed in the summary view pane.
@@ -516,7 +504,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
     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
     U                   unread messages
     x        S          messages which contain S in References header
     y        S          messages which contain S in X-Label header
@@ -534,6 +522,15 @@ mention it.
     ~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
 
     ~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
 
+* (build in) image viewer
+-----------------------
+    Claws allows to load viewers for mime parts with plugins. To keep
+    the main programs code small and easier to maintain by defining an
+    API for viewers and not having to include every viewer in the code
+    the build in image viewer was removed and put into a plugin. If you
+    wonder why image viewing is not working anymore you probably have
+    to load the plugin.
+
 
 4. How to contribute
 --------------------
 
 4. How to contribute
 --------------------
@@ -553,8 +550,8 @@ Sylpheed Claws:
        If that's too troublesome, either contact Paul Mangan or consider
        posting to the sylpheed claws users mailing list.
 
        If that's too troublesome, either contact Paul Mangan or consider
        posting to the sylpheed claws users mailing list.
 
-       Bugs can be reported in the same way; the recommended web page:
-       http://sourceforge.net/tracker/?group_id=25528&atid=384598
+       Bugs can be reported with Claws' bugzilla at:
+       http://sylpheed-claws.sourceforge.net/cgi-bin/bugzilla/index.cgi
 
        Of course you can also post to the sylpheed claws users
        mailing list.
 
        Of course you can also post to the sylpheed claws users
        mailing list.
@@ -588,12 +585,12 @@ sourceforge project page.
   To download the latest cvs cd to the directory where you wish to download
   to and type the following information:
 
   To download the latest cvs cd to the directory where you wish to download
   to and type the following information:
 
-  cvs -d:pserver:anonymous@cvs.sylpheed-claws.sourceforge.net:/cvsroot/sylpheed-claws login
+  cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sylpheed-claws login
 
   When prompted for a password press the RETURN key.
   After anonymously logging in:
 
 
   When prompted for a password press the RETURN key.
   After anonymously logging in:
 
-  cvs -z3 -d:pserver:anonymous@cvs.sylpheed-claws.sourceforge.net:/cvsroot/sylpheed-claws co sylpheed-claws 
+  cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/sylpheed-claws co sylpheed-claws 
 
 
   b. Installing
 
 
   b. Installing