Commit 068a9ac3 068a9ac39e0de52422a71a262c9c6904c7611cc4 by Sergey Poznyakoff

Bugfix in mailbox/mbx_mh.c.

Added a framework for porting MH utilities.
1 parent b504cc21
Showing 1 changed file with 29 additions and 0 deletions
1 2001-09-14 Sergey Poznyakoff
2
3 * mailbox/mbx_mh.c: Properly handle messages with null body.
4 Fixed bug in cyclic stream pool. Lowered MAX_OPEN_STREAMS
5 limit. It probably should be configurable.
6
7 A framework for porting MH utilities. Scan utility is in
8 working order, except that it ignores -form and -header
9 options.
10
11 * configure.in: Check for presense of GNU obstack functions.
12 * lib/Makefile.am: Added obstack.[ch]
13 * lib/obstack.c: (new)
14 * lib/obstack.h: (new)
15
16 * mh: (New directory) Implementation of MH commands.
17 * mh/Makefile.am: (new)
18 * mh/.cvsignore: (new)
19 * mh/mh.h: (new) Main header for mh functions.
20 * mh/mh_argp.c: (new) Coexistence between GNU long options,
21 traditional UNIX-style short options and traditional MH long options.
22 * mh/mh_error.c: (new) Diagnostic output.
23 * mh/mh_fmtgram.y: (new) Parser for format strings.
24 * mh/mh_format.c: (new) Run-time execution of format strings.
25 * mh/mh_getopt.c: (new) MH-style options parsing.
26 * mh/mh_getopt.h: (new) Its prototypes.
27 * mh/mh_init.c: (new) Initialization module.
28 * mh/scan.c: (new) Implementation of scan command.
29
1 2001-09-10 Sergey Poznyakoff 30 2001-09-10 Sergey Poznyakoff
2 31
3 * mailbox/mbx_mh.c: Implemented append. Disabled reading of deleted 32 * mailbox/mbx_mh.c: Implemented append. Disabled reading of deleted
......