+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.