]> mj.ucw.cz Git - checkmail.git/blob - ChangeLog
Released version 1.0.
[checkmail.git] / ChangeLog
1 2007-06-25  Martin Mares <mj@ucw.cz>
2
3         * Non-ASCII characters encoded as per RFC 2047 are now deciphered
4           and converted to the native character set. (We use parsing code
5           from Mutt 1.5.16, slightly adapted for our use.)
6
7         * The system locale and iconv routines are used for operations with
8           charsets. We use the not too well documented "//TRANSLIT" suffix to
9           make iconv perform transliteration when it encounters a character,
10           which cannot be represented in the destination charset. This is
11           a GNU extension, but we hope that it gets ignored on other systems.
12
13         * Mail sender addresses are now parsed (again using Mutt's routines)
14           and you can use the `m' and `p' options to select whether you
15           want to display the full name of the sender, the address of his/her
16           mailbox or both.
17
18         * Mailboxes can be assigned hotkeys, which override the default
19           key bindings. This is available as the `!<hotkey>' option.
20
21         * If a mailbox contains no new messages, you can choose to highlight
22           flagged messages (those with `X-Status: F' header, see the `F'
23           command in Mutt) instead. See the `f' option.
24
25         * Folded headers are now parsed properly.
26
27         * Released as 1.0.
28
29 2006-06-03  Martin Mares  <mj@ucw.cz>
30
31         * cm.c (add_snippet): Compress spaces and avoid printing unprintable
32         characters.
33
34         * Released as 0.4.
35
36 2005-05-25  Martin Mares  <mj@ucw.cz>
37
38         * cm.c (add_snippet): Don't forget to terminate the string. Gets rid of
39         occassional garbage at the end of mail snippets.
40
41         * Ctrl-L now refreshes the screen.
42
43         * `B' disables (and `b' enables) all beeping.
44
45         * Released as 0.3.
46
47 2005-05-23  Martin Mares  <mj@ucw.cz>
48
49         * Replaced the `-h' switch by a general interface for setting options.
50
51         * Added `hide', `hide if empty', `beep' and `highlight' options.
52
53         * Introduced mbox priorities independent on highlighting. TAB selects
54           the highest priority mbox with new messages.
55
56         * Introduced hiding according to priority.
57
58         * Mailboxes can now carry custom names.
59
60         * Removed the non-functional `-l' switch.
61
62         * Introduced `snippet' option which shows sender and subject of the freshest
63           new message. So far very rough.
64
65         * Added release scripts.
66
67         * Released as 0.2.
68
69 2005-05-20  Martin Mares  <mj@ucw.cz>
70
71         * Released as 0.1.