Commit fc93d31f fc93d31f2f0c58e5e69245ea335bd1759ce291d1 by Sergey Poznyakoff

Updated

1 parent 72eb486c
2003-03-19 Sergey Poznyakoff
* doc/rfc/Makefile.am: Added rfc1521.txt
* doc/rfc/rfc1521.txt: Added to the repository.
* mailbox/filter_trans.c (base64_encode): Bugfix.
* mh/mhn.c: Implemented basic editing functionality.
* mh/mh_init.c (mh_create_message_id): Minor change.
* mh/README: Updated
* mh/TODO: Updated
2003-03-19 Sergey Poznyakoff
* 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
temporary file if the command contains %f or %F escapes.
** Store mode (--store)
*** If Content-Disposition header contains "filename=", and mhn
*** If the Content-Disposition header contains "filename=", and mhn
is invoked with --auto switch, it transforms the filename into
the absolute notation and uses it only if it lies below the
current mhn-storage directory. Standard mhn only requires that the
......
......@@ -32,7 +32,7 @@ State Nice Utility Comments
* -20 refile --link copies messages.
* -20 rmm rmproc:
* -15 folder(s) --pack,--verbose
* -15 mhn --compose
* -15 mhn #forw and #@ directives
+ -10 rmf
+ 0 install-mh
* 4 mhl Following format variables are ignored:
......