Update README with new settings.
[manu/perfect_maildir.git] / CHANGES
1 v0.3 Sun Oct 31 19:47:33 UTC 2004
2
3 Emmanuel Lacour <elacour@home-dn.net>
4
5 - added support for setting the file mtime and the timestamp filename to the
6   date in the "Date: " header or in the "From " mbox line. Thanks to Lukas van
7   Schagen, Gudleik Rasch and Bill McGonigle for giving me some different
8   patches doing this, I mixed it to get the better way I hope;)
9   (default: "From ") 
10 - added support for the maildir++ format (append the message size to the filename)
11   (default: deactivated)
12
13 Those two settings can be changed at the top of the file.
14
15 v0.2 Sun Mar  9 11:05:56 CET 2003
16
17 Emmanuel Lacour <elacour@home-dn.net>
18
19 - change the use of $ENV{HOSTNAME} by `hostname`
20 - Put the flag "S" if status is "O" (used by uw-imap/pop)
21 - write to /dev/null if $header is empty (avoid null messages)
22 - don't increment $num if message is going to be written to /dev/null...
23   (null message or "DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA"
24   message)
25
26 v0.1 Tue, 25 Dec 2001 02:16:15 -0800
27
28 Philip Mak <pmak@aaanime.net>
29
30 - Initial release