Commit b6e76332 b6e763323209e8602006ea3d15212b9114b490c2 by Sergey Poznyakoff

Updated

1 parent dca739e2
Showing 1 changed file with 21 additions and 0 deletions
1 2002-09-21 Sergey Poznyakoff
2
3 * mailbox/header.c (header_parse): Bugfix: do not
4 bail out if len==0.
5 * mailbox/mbx_mh.c (mh_append_message): Scan the
6 mailbox if it has not been scanned yet.
7 * mh/mh_global.c: New file. Global configuration
8 functions.
9 * mh/folder.c: New file. Implementation of the folder
10 command.
11 * mh/mh.h: New prototypes.
12 * mh/inc.c (opt_handler): Use is_true().
13 * mh/refile.c: Likewise.
14 * mh/mh_argp.c: Use new configuration functions.
15 * mh/mh_init.c: Likewise.
16 * mh/scan.c: Likewise.
17
18 * mh/Makefile.am: Added folder.c and mh_global.c
19 * mh/.cvsignore: Added folder.
20 * frm/frm.c: Fixed indentation.
21
1 2002-09-19 Sergey Poznyakoff 22 2002-09-19 Sergey Poznyakoff
2 23
3 * mh/mhpath.c: New file. Source for mhpath command. 24 * mh/mhpath.c: New file. Source for mhpath command.
......