Commit 5e0f978c 5e0f978c7c80600585fa2f6e85810f464efef157 by Sergey Poznyakoff

Updated

1 parent 27a83dd0
Showing 1 changed file with 25 additions and 0 deletions
1 2003-01-11 Sergey Poznyakoff
2
3 * mailbox/mbx_mh.c (mh_scan0): Do not actually read
4 contents of the message files, only register them in
5 the message pool.
6 Moved notification into a separate loop. This way
7 observable action receives notifications
8 in the proper order.
9
10 * mh/mh_format.c (builtin_unre): New function. Implements
11 extension format function 'unre': remove leading whitespace
12 and eventual 're:' prefix from the subject header line.
13 * mh/mh.h (mh_expand_name): Changed declaration.
14 * mh/mh_init.c: Likewise.
15 * mh/mh_global.c: Changed calls to mh_expand_name.
16 * mh/refile.c: Likewise.
17 * mh/rmf.c: Likewise.
18
19 * mh/scan.c: When called without arguments do the work by
20 installing observable action. This speeds up execution
21 by the factor of three.
22
23 * mh/repl.c: Added --build option. Implemented --[no]draftfolder
24 --[no]query.
25
1 2003-01-10 Sergey Poznyakoff 26 2003-01-10 Sergey Poznyakoff
2 27
3 * libmu_scm/Makefile.am (mailutils.scm target): Bugfix. Use $< 28 * libmu_scm/Makefile.am (mailutils.scm target): Bugfix. Use $<
......