Commit b6e76332 b6e763323209e8602006ea3d15212b9114b490c2 by Sergey Poznyakoff

Updated

1 parent dca739e2
Showing 1 changed file with 21 additions and 0 deletions
2002-09-21 Sergey Poznyakoff
* mailbox/header.c (header_parse): Bugfix: do not
bail out if len==0.
* mailbox/mbx_mh.c (mh_append_message): Scan the
mailbox if it has not been scanned yet.
* mh/mh_global.c: New file. Global configuration
functions.
* mh/folder.c: New file. Implementation of the folder
command.
* mh/mh.h: New prototypes.
* mh/inc.c (opt_handler): Use is_true().
* mh/refile.c: Likewise.
* mh/mh_argp.c: Use new configuration functions.
* mh/mh_init.c: Likewise.
* mh/scan.c: Likewise.
* mh/Makefile.am: Added folder.c and mh_global.c
* mh/.cvsignore: Added folder.
* frm/frm.c: Fixed indentation.
2002-09-19 Sergey Poznyakoff
* mh/mhpath.c: New file. Source for mhpath command.
......