Updated
Showing
3 changed files
with
12 additions
and
2 deletions
1 | 2003-03-19 Sergey Poznyakoff | ||
2 | |||
3 | * doc/rfc/Makefile.am: Added rfc1521.txt | ||
4 | * doc/rfc/rfc1521.txt: Added to the repository. | ||
5 | * mailbox/filter_trans.c (base64_encode): Bugfix. | ||
6 | * mh/mhn.c: Implemented basic editing functionality. | ||
7 | * mh/mh_init.c (mh_create_message_id): Minor change. | ||
8 | * mh/README: Updated | ||
9 | * mh/TODO: Updated | ||
10 | |||
1 | 2003-03-19 Sergey Poznyakoff | 11 | 2003-03-19 Sergey Poznyakoff |
2 | 12 | ||
3 | * mh/mhn.c: Added framework for compose mode. | 13 | * mh/mhn.c: Added framework for compose mode. | ... | ... |
... | @@ -195,7 +195,7 @@ of the mhn-show-type[/subtype] command. This is altered to using a | ... | @@ -195,7 +195,7 @@ of the mhn-show-type[/subtype] command. This is altered to using a |
195 | temporary file if the command contains %f or %F escapes. | 195 | temporary file if the command contains %f or %F escapes. |
196 | 196 | ||
197 | ** Store mode (--store) | 197 | ** Store mode (--store) |
198 | *** If Content-Disposition header contains "filename=", and mhn | 198 | *** If the Content-Disposition header contains "filename=", and mhn |
199 | is invoked with --auto switch, it transforms the filename into | 199 | is invoked with --auto switch, it transforms the filename into |
200 | the absolute notation and uses it only if it lies below the | 200 | the absolute notation and uses it only if it lies below the |
201 | current mhn-storage directory. Standard mhn only requires that the | 201 | current mhn-storage directory. Standard mhn only requires that the | ... | ... |
... | @@ -32,7 +32,7 @@ State Nice Utility Comments | ... | @@ -32,7 +32,7 @@ State Nice Utility Comments |
32 | * -20 refile --link copies messages. | 32 | * -20 refile --link copies messages. |
33 | * -20 rmm rmproc: | 33 | * -20 rmm rmproc: |
34 | * -15 folder(s) --pack,--verbose | 34 | * -15 folder(s) --pack,--verbose |
35 | * -15 mhn --compose | 35 | * -15 mhn #forw and #@ directives |
36 | + -10 rmf | 36 | + -10 rmf |
37 | + 0 install-mh | 37 | + 0 install-mh |
38 | * 4 mhl Following format variables are ignored: | 38 | * 4 mhl Following format variables are ignored: | ... | ... |
-
Please register or sign in to post a comment