1 2006-06-03 Martin Mares <mj@ucw.cz>
3 * cm.c (add_snippet): Compress spaces and avoid printing unprintable
8 2005-05-25 Martin Mares <mj@ucw.cz>
10 * cm.c (add_snippet): Don't forget to terminate the string. Gets rid of
11 occassional garbage at the end of mail snippets.
13 * Ctrl-L now refreshes the screen.
15 * `B' disables (and `b' enables) all beeping.
19 2005-05-23 Martin Mares <mj@ucw.cz>
21 * Replaced the `-h' switch by a general interface for setting options.
23 * Added `hide', `hide if empty', `beep' and `highlight' options.
25 * Introduced mbox priorities independent on highlighting. TAB selects
26 the highest priority mbox with new messages.
28 * Introduced hiding according to priority.
30 * Mailboxes can now carry custom names.
32 * Removed the non-functional `-l' switch.
34 * Introduced `snippet' option which shows sender and subject of the freshest
35 new message. So far very rough.
37 * Added release scripts.
41 2005-05-20 Martin Mares <mj@ucw.cz>