fix bug 2435, ' Infinite loop+crash when refreshing folders from dovecot mbox based...
[claws.git] / README
diff --git a/README b/README
index 34ec9bafbe94ec2b982f841a1ff221b531133383..0ed6b9ab012a3b91093a84cf78128f4b8d8dc003 100644 (file)
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Claws Mail - a GTK+ based, lightweight, and fast e-mail client
 
 ---------------------------------------------------------------------
 
-   Copyright(C) 1999-2013 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp> and the
+   Copyright(C) 1999-2014 Hiroyuki Yamamoto <hiro-y@kcn.ne.jp> and the
    Claws Mail Team
 
    This program is free software; you can redistribute it and/or modify
@@ -37,7 +37,7 @@ Summary:
  9. Tools
 10. How to contribute
 11. How to request features
-12. Installing Claws from CVS
+12. Installing Claws from Git
 13. Release History
 14. Useful Links
 
@@ -147,6 +147,9 @@ All plugin preferences can be found under
     files can be added to the folder tree and used like regular mailboxes.
     LibEtPan! is available from http://www.etpan.org/.
 
+  o Managesieve
+    Manage sieve filters on a server using the ManageSieve protocol.
+
   o Newmail
     Writes a header summary to a log file for each mail received after 
     sorting. The file for the summary is ~/Mail/NewLog.
@@ -393,7 +396,8 @@ http://www.claws-mail.org/plugins.php
     E        S          true if execute "S" succeeds
     f        S          messages originating from user S
     F                   forwarded messages
-    h        S          messages which contain header S
+    h        S          messages which contain S in any header name or value
+    H        S          messages which contain S in the value of any header
     i        S          messages which contain S in Message-Id header
     I        S          messages which contain S in inreplyto header
     k       #          messages which are marked with color #
@@ -521,12 +525,6 @@ http://www.claws-mail.org/plugins.php
        The colour used for the X-Mailer line when its value is
        Claws Mail.
 
-    enable_dotted_lines                (default: 0)
-       Use the old dotted line look in the main window GtkTreeView
-       components, (Folder List and Message List), instead of the
-       modern lineless look. 
-       0: off  1: on
-
     enable_hscrollbar          (default: 1)
        enable horizontal scroll bar in summary view
        0: off  1: on
@@ -774,7 +772,7 @@ Also, we really try to incorporate good contributions, but sometimes we
 don't have enough time. If the contribution is really big, or requires
 a long time to stabilise, send a mail to Paul Mangan
 <paul@claws-mail.org>. We can probably arrange access to the
-Claws Mail CVS tree.
+Claws Mail Git repository.
 
 
 
@@ -790,23 +788,21 @@ cool!) Another possibility is to add a request to our bugzilla, (severity:
 http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
 
 
-12. Installing Claws Mail from CVS
+12. Installing Claws Mail from Git
 --------------------------------------
 
   a. Downloading
   --------------
 
-  To download the latest cvs cd to the directory where you wish to download
+  To download the latest Git, cd to the directory where you wish to download
   to and type the following information:
 
-  export CVS_RSH=ssh
-  cvs -z3 -d:pserver:anonymous@claws-mail.org:/ co -r gtk2 claws 
+  git clone http://git.claws-mail.org/readonly/claws.git 
 
   Later, when you want to update your local repository, you'll just have to
   go back to the 'claws' directory, and type:
 
-  export CVS_RSH=ssh
-  cvs -z3 update -dPR 
+  git pull --all
 
   b. Installing
   -------------
@@ -827,6 +823,13 @@ http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
 
 GTK 2 Version
 -------------
+2014-10-27     3.11.1
+2014-10-20     3.11.0
+2014-06-09     3.10.1
+2014-05-26     3.10.0
+2013-12-14     3.9.3
+2013-06-08     3.9.2
+2013-05-06     3.9.1
 2012-11-14     3.9.0
 2012-06-27     3.8.1
 2011-12-16     3.8.0
@@ -949,7 +952,7 @@ Homepage
 User Contributed FAQ
     http://www.claws-mail.org/faq/
 Project page
-    http://sourceforge.net/projects/sylpheed-claws/
+    http://sourceforge.net/projects/claws-mail/
 Downloads
     http://www.claws-mail.org/downloads.php
 Extra Plugins