X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=94265f735d74a378d48dfe59b07fc3e2ad8d300e;hb=refs%2Fheads%2Fmaster;hp=b7fac2409ee53d8fce46b142a47ca343223fcdb1;hpb=0422b56950c7f1bb6bb542ce79547c1fff1201ef;p=checkmail.git diff --git a/ChangeLog b/ChangeLog index b7fac24..94265f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2023-09-22 Martin Mares + + * Added support for inotify. + + * Improved support for notifications via OSD. + + * When the terminal window is resized, we redraw our UI. + + * Fixed a buffer overflow in RFC2047 decoding. + + * Released as 1.12. + +2018-03-03 Martin Mares + + * When a mailbox/maildir name starts with a dot, we remove the + dot. This is useful in certain layouts of Maildir subfolders. + + * Relased as 1.11. + +2015-12-14 Martin Mares + + * Sort order is now configurable: each mailbox can be assigned + an integer sort order, mailboxes with the same sort order are + sorted lexicographically. + + * Released as 1.10. + +2015-04-14 Martin Mares + + * Checkmail now supports maildirs as well as mailboxes. + Whenever the mbox pattern given as an argument matches a directory, + it is considered to be in maildir format. All features should work + with maildirs as well as with mailboxes. + + * Released as 1.9. + +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. + + * Mail age gets updated properly, even if the mailbox does not change. + + * We write "1 hr" instead of "1 hrs". + + * Released as 1.7. + +2014-02-10 Martin Mares + + * Relaxed parsing of encoded MIME headers (RFC 2047). + Follows changes in recent versions of Mutt. Unfortunalely, + most contemporary MUA's are made by dilletantes. + + * Released as 1.6. + +2014-02-05 Martin Mares + + * Fixed a trivial bug in formatting of message snippets, which caused + "-omps" output to lack space between mail address and personal info. + + * Released as 1.5. + +2010-07-18 Martin Mares + + * Added incremental search of mailbox names (invoked by the "/" key). + + * New messages can be reported by on-screen display using OSDD. + + * Released as 1.4. + +2008-03-05 Martin Mares + + * Added support for lighting keyboard LEDs via the XKB protocol + if a connection to the X server is available. + + * Released as 1.3. + 2008-02-13 Martin Mares * Added support for gzipped mailboxes, based on a patch by