Commit c55a3ec8 c55a3ec8f5f22225e4d4a8e51335401643ff6e7a by Sergey Poznyakoff

MH: Added user-defined message sequences

1 parent 040acaf7
Showing 1 changed file with 22 additions and 0 deletions
1 2002-09-27 Sergey Poznyakoff
2
3 * mail/file.c: Fixed typo.
4 * mh/folder.c (main): Correctly set current message number.
5 * mh/inc.c: Do not use current_folder global.
6 * mh/mh.h (mh_msgset_reverse,mh_msgset_negate,mh_msgset_current,
7 mh_msgset_free): new functions.
8 (mh_context_get_value,mh_msgset_parse): Changed.
9
10 * mh/mh_ctx.c: Descriptive comment regarding the allocation
11 of the return values.
12 * mh/mh_msgset.c (mh_msgset_reverse,mh_msgset_negate,
13 mh_msgset_current, mh_msgset_free): new functions.
14 Added comments.
15 * mh/mhpath.c: Minor fixes.
16 * mh/refile.c: Use new mh_msgset_parse() syntax.
17 * mh/rmm.c: Fixed args_doc string. Use new mh_msgset_parse()
18 syntax.
19 * mh/scan.c: Use mh_iterate(). Accept message specifications
20 from the command line.
21 * mh/mh_format.c (mh_format_dump): Bugfix: missed break;
22
1 2002-09-26 Sergey Poznyakoff 23 2002-09-26 Sergey Poznyakoff
2 24
3 * mail/mail.h (struct compose_env): Changed structure. Renamed 25 * mail/mail.h (struct compose_env): Changed structure. Renamed
......