Commit f7f2a96f f7f2a96f38b357f0e09ec52e9c42e93f3eee8281 by Sergey Poznyakoff

Update

1 parent 21f360b3
1 2005-12-03 Sergey Poznyakoff <gray@gnu.org.ua> 1 2005-12-03 Sergey Poznyakoff <gray@gnu.org.ua>
2 2
3 * mh/TODO: Update
4
3 * mh/burst.c (burst): Keep message sequence number in msgno. 5 * mh/burst.c (burst): Keep message sequence number in msgno.
4 (burst_rename): Fix loop limits 6 (burst_rename): Fix loop limits
5 (main): Fix calculation of last_uid. 7 (main): Fix calculation of last_uid.
6 Keep message sequence numbers in ms. 8 Keep message sequence numbers in ms.
9 (burst_digest): Initial implementation of RFC 934
7 10
8 2005-11-29 Sergey Poznyakoff <gray@gnu.org.ua> 11 2005-11-29 Sergey Poznyakoff <gray@gnu.org.ua>
9 12
......
...@@ -35,7 +35,10 @@ State Nice Utility Comments ...@@ -35,7 +35,10 @@ State Nice Utility Comments
35 + 5 mark 35 + 5 mark
36 + 5 pick See the README entry. 36 + 5 pick See the README entry.
37 + 10 anno 37 + 10 anno
38 * 10 burst Only a framework is implemented 38 * 10 burst It is able to burst both RFC934 digests and
39 MIME multipart messages. Mailman digests can
40 cause the digest-decoder FSA to burst more
41 messages than there are actually.
39 * 10 whom --check 42 * 10 whom --check
40 + 10 mhpath 43 + 10 mhpath
41 + 10 whatnow 44 + 10 whatnow
......