Commit 4a5df14a 4a5df14a120b3b7a1384abd1b007125a05ca999d by Sergey Poznyakoff

Update

1 parent 16448180
1 2005-11-29 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * doc/rfc/rfc934.txt: New file.
4 * doc/rfc/Makefile.am (EXTRA_DIST): Add rfc934.txt
5
6 * mailbox/amd.c (amd_msg_lookup): Bugfix. Use msg_count == 0
7 to determine if the msg_array is empty.
8 * mailbox/mime.c (mu_mime_get_part): Set stream_size function.
9
10 * mh/burst.c: New file. Initial implementation of burst command.
11 * mh/Makefile.am (PROGRAMS_MH,EXTRA_PROGRAMS): Add burst
12 * mh/TODO: Update
13 * mh/forw.c (msg_copy): Implement FSA described in RFC 934
14 * mh/mh_getopt.h (enum mh_arg): New declaration, instead of
15 multiple defines.
16 * mh/mh_init.c (mh_expand_name): Accept names starting with mh:/
17 protocol indicator.
18 * mh/.cvsignore: Add burst, sort entries.
19
1 2005-11-28 Sergey Poznyakoff <gray@gnu.org.ua> 20 2005-11-28 Sergey Poznyakoff <gray@gnu.org.ua>
2 21
3 * mailbox/header.c: Fix indentation 22 * mailbox/header.c: Fix indentation
......
...@@ -35,7 +35,7 @@ State Nice Utility Comments ...@@ -35,7 +35,7 @@ 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 38 * 10 burst Only a framework is implemented
39 * 10 whom --check 39 * 10 whom --check
40 + 10 mhpath 40 + 10 mhpath
41 + 10 whatnow 41 + 10 whatnow
......