X-Git-Url: http://git.home-dn.net/?p=manu%2Fperfect_maildir.git;a=blobdiff_plain;f=CHANGES;h=995f3d6ba0f3231da4b9f1364fa7f1b6ff9fde91;hp=32cf35fd36d8cecabcc4d4796248cd0a8672fb39;hb=HEAD;hpb=8890d0b5e3f5704e263223eff0407fcbb63f44f8 diff --git a/CHANGES b/CHANGES index 32cf35f..995f3d6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,28 @@ +v0.3 Sun Oct 31 19:47:33 UTC 2004 + +Emmanuel Lacour + +- added support for setting the file mtime and the timestamp filename to the + date in the "Date: " header or in the "From " mbox line. Thanks to Lukas van + Schagen, Gudleik Rasch and Bill McGonigle for giving me some different + patches doing this, I mixed it to get the better way I hope;) + (default: "From ") +- added support for the maildir++ format (append the message size to the filename) + (default: deactivated) + +Those two settings can be changed at the top of the file. + +v0.2 Sun Mar 9 11:05:56 CET 2003 + +Emmanuel Lacour + +- change the use of $ENV{HOSTNAME} by `hostname` +- Put the flag "S" if status is "O" (used by uw-imap/pop) +- write to /dev/null if $header is empty (avoid null messages) +- don't increment $num if message is going to be written to /dev/null... + (null message or "DON'T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA" + message) + v0.1 Tue, 25 Dec 2001 02:16:15 -0800 Philip Mak