Commit 42569a59 42569a59d9122eb4195fd86abfd63b15ae36d20e by Sergey Poznyakoff

Updated.

1 parent 5dc63a33
1 2003-03-20 Sergey Poznyakoff 1 2003-03-20 Sergey Poznyakoff
2 2
3 * mh/README: Updated.
4 * mh/mhn.c: Recognize mhn-compose-* profile components.
5
6 2003-03-20 Sergey Poznyakoff
7
3 * mh/mhn.c: Implemented #forw directive. 8 * mh/mhn.c: Implemented #forw directive.
4 * mh/forw.c: Fixed --mime mode. 9 * mh/forw.c: Fixed --mime mode.
5 * mh/TODO: Updated 10 * mh/TODO: Updated
......
...@@ -180,10 +180,10 @@ specified: ...@@ -180,10 +180,10 @@ specified:
180 180
181 * mhn 181 * mhn
182 182
183 ** New option --compose forces mhn editing mode. This differs from 183 ** New option --compose forces mhn editing mode. This is also the default
184 the standard mhn, which switches to the editing mode only if 184 mode. This differs from the standard mhn, which switches to the
185 no other options were given and the input file name coincides 185 editing mode only if no other options were given and the input file
186 with the value of "mhdraft" environment variable. 186 name coincides with the value of "mhdraft" environment variable.
187 187
188 ** Show mode (--show) 188 ** Show mode (--show)
189 *** If an appropriate mhn-show-type[/subtype] was not found, GNU mhn 189 *** If an appropriate mhn-show-type[/subtype] was not found, GNU mhn
......