Commit c9c69a98 c9c69a98c493969b836eb3d052e1d92b882a09a5 by Sergey Poznyakoff

Updated

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