Commit 4a5df14a 4a5df14a120b3b7a1384abd1b007125a05ca999d by Sergey Poznyakoff

Update

1 parent 16448180
2005-11-29 Sergey Poznyakoff <gray@gnu.org.ua>
* doc/rfc/rfc934.txt: New file.
* doc/rfc/Makefile.am (EXTRA_DIST): Add rfc934.txt
* mailbox/amd.c (amd_msg_lookup): Bugfix. Use msg_count == 0
to determine if the msg_array is empty.
* mailbox/mime.c (mu_mime_get_part): Set stream_size function.
* mh/burst.c: New file. Initial implementation of burst command.
* mh/Makefile.am (PROGRAMS_MH,EXTRA_PROGRAMS): Add burst
* mh/TODO: Update
* mh/forw.c (msg_copy): Implement FSA described in RFC 934
* mh/mh_getopt.h (enum mh_arg): New declaration, instead of
multiple defines.
* mh/mh_init.c (mh_expand_name): Accept names starting with mh:/
protocol indicator.
* mh/.cvsignore: Add burst, sort entries.
2005-11-28 Sergey Poznyakoff <gray@gnu.org.ua>
* mailbox/header.c: Fix indentation
......
......@@ -35,7 +35,7 @@ State Nice Utility Comments
+ 5 mark
+ 5 pick See the README entry.
+ 10 anno
- 10 burst
* 10 burst Only a framework is implemented
* 10 whom --check
+ 10 mhpath
+ 10 whatnow
......