Commit 513b47a4 513b47a40670b1acb70db4122c9feeb8186cf14b by Sergey Poznyakoff

Updated

1 parent fbb38622
1 2003-03-17 Sergey Poznyakoff
2
3 * mh/mh.h (MHL_DISABLE_BODY): New flag.
4 * mh/mh_list.c (eval_body,mhl_format_run): MHL_DISABLE_BODY
5 bit inhibits the 'body:' keyword.
6 * mh/mhn.c: Implemented store mode.
7 * mh/README: Updated
8 * mh/TODO: Updated
9
1 2003-03-16 Wojciech Polak 10 2003-03-16 Wojciech Polak
2 11
3 * mh/mh_init.c (mh_getyn, mh_real_install): Added an extra 12 * mh/mh_init.c (mh_getyn, mh_real_install): Added an extra
......
...@@ -178,6 +178,32 @@ specified: ...@@ -178,6 +178,32 @@ specified:
178 --dry-run do not actually sort messages, rather print what would 178 --dry-run do not actually sort messages, rather print what would
179 have been done. This is useful for debugging purposes. 179 have been done. This is useful for debugging purposes.
180 180
181 * mhn
182
183 ** New option --compose forces mhn editing mode. This differs from
184 the standard mhn, which switches to the editing mode only if
185 no other options were given and the input file name coincides
186 with the value of "mhdraft" environment variable.
187
188 ** Show mode (--show)
189 *** If an appropriate mhn-show-type[/subtype] was not found, GNU mhn
190 prints the decoded message content using moreproc. Standard mhn in
191 this case used to print "don't know how to display content" diagnostic.
192
193 *** The default behaviour is to pipe the content to the standard input
194 of the mhn-show-type[/subtype] command. This is altered to using a
195 temporary file if the command contains %f or %F escapes.
196
197 ** Store mode (--store)
198 *** If Content-Disposition header contains "filename=", and mhn
199 is invoked with --auto switch, it transforms the filename into
200 the absolute notation and uses it only if it lies below the
201 current mhn-storage directory. Standard mhn only requires that the
202 filename do not begin with '/'
203
204 *** Before saving a message part, GNU mhn checks if the file already
205 exists. If so it asks whether the user wishes to rewrite it. This
206 behaviour is disabled when --quiet option was given.
181 207
182 208
183 Local variables: 209 Local variables:
......
...@@ -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 --store,--compose 35 * -15 mhn --compose
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:
......