]> mj.ucw.cz Git - checkmail.git/blobdiff - ChangeLog
Released 1.8
[checkmail.git] / ChangeLog
index 67d6a5cd5469481ac3d5aa61e1212678d37dfa90..d2bcaf55265f62f0a80ef28a82fb56eeeade56b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+2014-07-22  Martin Mares <mj@ucw.cz>
+
+       * Added "simple TAB" mode ("-t"), in which the TAB key ignores
+         mailbox priorities and just jumps to the next mailbox with
+         new mail.
+
+       * Added "o" mailbox option, which asks for treating old, but
+         unread mail as new.
+
+       * We now use the Content-Length header to determine mail length
+         if it is available. This is not only faster than scanning for
+         the next "From " line, but it also works in cases where extraneous
+         "From" lines in the mail are not properly escaped.
+
+       * Fixed a bug in parsing of mail headers, which was triggered by
+         spaces at the very beginning of mail body.
+
+       * Released as 1.8.
+
 2014-03-29  Martin Mares <mj@ucw.cz>
 
        * We avoid repeated announcements of the same mail by OSD.