Commit c9c69a98 c9c69a98c493969b836eb3d052e1d92b882a09a5 by Sergey Poznyakoff

Updated

1 parent 2e496442
1 2002-09-17 Sergey Poznyakoff
2
3 * m4/gssapi.m4: Removed unused variable
4
5 * mh/rmm.c: New file. Source for rmm program.
6 * mh/Makefile.am: Added rmm.c
7 * mh/mh.h (mh_open_folder): new function.
8
9 * mh/mh_init.c: Split mh_init() in two. The second part,
10 mh_init2(), gets called after parsing the arguments.
11 (mh_open_folder): New function. Open current folder.
12
13 * mh/mh_format.c (mh_format): Bugfix (NULL pointer dereference).
14 * mh/mh_argp.c (mh_argp_parse): Increased number of arguments.
15 The last argument points to a location where to store the
16 ordinal number of the first non-option argument (can be NULL).
17 Call mh_init2() after parsing.
18 * mh/mh_getopt.h (mh_argp_parse): Updated declaration.
19 * mh/inc.c (main): Updated invocation of mh_argp_parse.
20 * mh/scan.c: Likewise.
21
1 2002-09-12 Sergey Poznyakoff 22 2002-09-12 Sergey Poznyakoff
2 23
3 In order to make libmailutils self-contained, shuffled several 24 In order to make libmailutils self-contained, shuffled several
......
...@@ -5,5 +5,6 @@ Makefile.in ...@@ -5,5 +5,6 @@ Makefile.in
5 mh_fmtgram.c 5 mh_fmtgram.c
6 scan 6 scan
7 inc 7 inc
8 rmm
8 y.output 9 y.output
9 .gdbinit 10 .gdbinit
......