X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ChangeLog;h=d2bcaf55265f62f0a80ef28a82fb56eeeade56b5;hb=3d1fee1c4b8d13f0d3eebb3cc28bcb790e4fe18d;hp=67d6a5cd5469481ac3d5aa61e1212678d37dfa90;hpb=af590a81d7a2985e70e6fa17da6cdebe4cd07ca2;p=checkmail.git diff --git a/ChangeLog b/ChangeLog index 67d6a5c..d2bcaf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +2014-07-22 Martin Mares + + * 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 * We avoid repeated announcements of the same mail by OSD.