Updated
Showing
2 changed files
with
26 additions
and
1 deletions
1 | 2002-09-19 Sergey Poznyakoff | ||
2 | |||
3 | * mailbox/mbx_mh.c (_mh_message_save): Take into account | ||
4 | trailing newline returned by envelope_date (should it | ||
5 | be returned, by the by?) | ||
6 | Output a newline to separate the headers from the body. | ||
7 | (mh_envelope_date): Make sure the returned value is | ||
8 | terminated with a '\n' character (if the buffer space | ||
9 | permits). | ||
10 | * mh/inc.c (main): Use mh_open_folder. | ||
11 | * mh/mh.h (mh_init2, mh_is_my_name, mh_iterate): Added prototypes. | ||
12 | (mh_open_folder, mh_expand_name): Changed prototypes. | ||
13 | * mh/mh_init.c (mh_init2): Fixed generation of the sequence file | ||
14 | name. | ||
15 | (mh_open_folder): Take an extra argument: a flag specifying | ||
16 | whether the folder should be created. | ||
17 | (mh_expand_name): Changed return data type. | ||
18 | * mh/mh_msgset.c (mh_msgset_parse): Sort the message set and | ||
19 | remove any duplicates from it. | ||
20 | * mh/refile.c: Initial implementation. | ||
21 | * mh/rmm.c: Updated mh_open_folder invocations. | ||
22 | * mh/scan.c: Likewise. | ||
23 | * mh/.cvsignore: Updated. | ||
24 | |||
1 | 2002-09-18 Sergey Poznyakoff | 25 | 2002-09-18 Sergey Poznyakoff |
2 | 26 | ||
3 | * mailbox/mailbox.c: Include message.h | 27 | * mailbox/mailbox.c: Include message.h | ... | ... |
-
Please register or sign in to post a comment