Updated
Showing
2 changed files
with
51 additions
and
6 deletions
1 | 2003-02-10 Sergey Poznyakoff | ||
2 | |||
3 | * include/mailutils/header.h (MU_HEADER_ENV_SENDER, | ||
4 | MU_HEADER_ENV_DATE): New macros. | ||
5 | * mailbox/mbx_mh.c (_mh_message_save): Bugfix. | ||
6 | (mh_save_attributes): Implemented | ||
7 | |||
8 | * mh/install-mh.c: New file. | ||
9 | * mh/anno.c: New file. | ||
10 | * mh/mark.c: New file | ||
11 | * mh/Makefile.am: Added install-mh, anno and mark | ||
12 | * mh/.cvsignore: Likewise. | ||
13 | * mh/mh_global.c (mh_auto_install): New global. | ||
14 | (mh_read_profile): Call mh_install() if necessary. | ||
15 | (mh_global_sequences_iterate) | ||
16 | (mh_global_context_iterate): New functions. | ||
17 | * mh/mh_init.c (mh_install_help, mh_real_install) | ||
18 | (mh_install): New functions. | ||
19 | (mh_open_msg_file): Rewritten. | ||
20 | * mh/mh_whatnow.c: Implemented push command. | ||
21 | * mh/TODO: Updated | ||
22 | |||
23 | * mh/mh.h (mh_context_iterator): New type. | ||
24 | (mh_open_msg_file): Changed declaration. | ||
25 | (mh_install, mh_global_context_iterate) | ||
26 | (mh_global_sequences_iterate,mh_context_iterate) | ||
27 | (mh_usedraft): New functions. | ||
28 | * mh/mh_ctx.c (mh_context_iterate): New function. | ||
29 | * mh/mh_getopt.h: Added ARG_ macros. | ||
30 | |||
31 | * mh/comp.c: Fixed option handling. | ||
32 | * mh/fmtcheck.c: Likewise. | ||
33 | * mh/inc.c: Likewise. | ||
34 | * mh/mhpath.c: Likewise. | ||
35 | * mh/refile.c: Likewise. | ||
36 | * mh/repl.c: Likewise. | ||
37 | * mh/rmf.c: Likewise. | ||
38 | * mh/rmm.c: Likewise. | ||
39 | * mh/scan.c: Likewise. | ||
40 | * mh/whatnow.c: Likewise. | ||
41 | |||
42 | * mh/send.c: Add from: header to the outgoing message. | ||
43 | |||
44 | * po/POTFILES.in: Added new files. | ||
45 | |||
1 | 2003-02-08 Sergey Poznyakoff | 46 | 2003-02-08 Sergey Poznyakoff |
2 | 47 | ||
3 | * mh/mh.h: Added new includes. | 48 | * mh/mh.h: Added new includes. | ... | ... |
... | @@ -19,8 +19,8 @@ State Nice Utility Comments | ... | @@ -19,8 +19,8 @@ State Nice Utility Comments |
19 | ------------------------------------------- | 19 | ------------------------------------------- |
20 | + -20 scan | 20 | + -20 scan |
21 | + -20 inc | 21 | + -20 inc |
22 | * -20 repl See comments for whatnow | 22 | * -20 repl See comments for whatnow. -filter is not impl. |
23 | * -20 comp See comments for whatnow | 23 | + -20 comp See comments for whatnow |
24 | - -20 forw | 24 | - -20 forw |
25 | * -20 send Only a framework is implemented. | 25 | * -20 send Only a framework is implemented. |
26 | * -20 refile --link | 26 | * -20 refile --link |
... | @@ -28,15 +28,15 @@ State Nice Utility Comments | ... | @@ -28,15 +28,15 @@ State Nice Utility Comments |
28 | * -15 folder(s) --pack,--verbose | 28 | * -15 folder(s) --pack,--verbose |
29 | - -15 mhn | 29 | - -15 mhn |
30 | + -10 rmf | 30 | + -10 rmf |
31 | - 0 install-mh Not necessary. Will be implemented as a noop | 31 | + 0 install-mh |
32 | - 4 mhl | 32 | - 4 mhl |
33 | - 5 mark | 33 | + 5 mark |
34 | - 5 pick | 34 | - 5 pick |
35 | - 10 anno | 35 | + 10 anno |
36 | - 10 burst | 36 | - 10 burst |
37 | - 10 whom | 37 | - 10 whom |
38 | + 10 mhpath | 38 | + 10 mhpath |
39 | * 10 whatnow push and send are not supported. | 39 | + 10 whatnow |
40 | - 20 sortm | 40 | - 20 sortm |
41 | 41 | ||
42 | Utilities In Alphabetical Order | 42 | Utilities In Alphabetical Order | ... | ... |
-
Please register or sign in to post a comment