Commit 70a0f378 70a0f3789ff0395933c79fb0fd321422650aea79 by Sergey Poznyakoff

Updated

1 parent 465f84bf
2003-02-20 Sergey Poznyakoff
* mh/README: Updated
* mh/TODO: Updated
* mh/refile.c: New option --copy.
Properly handle trailing folder names. As a side-effect
it accepts messages and folders given in any order. Good!
* mh/mh_argp.c (parse_opt): Call the handler with ARG_FOLDER
key if argument starts with +.
* mh/anno.c (opt_handler): Removed superfluous case '+'.
* mh/comp.c: Likewise.
* mh/folder.c: Likewise.
* mh/inc.c: Likewise.
* mh/mark.c: Likewise.
* mh/mhl.c: Likewise.
* mh/mhpath.c: Likewise.
* mh/pick.c: Likewise.
* mh/repl.c: Likewise.
* mh/rmf.c: Likewise.
* mh/rmm.c: Likewise.
* mh/scan.c: Likewise.
2003-02-18 Sergey Poznyakoff
* configure.ac: Provide a replacement for vsyslog
......
......@@ -146,6 +146,15 @@ Sample usage:
** The date comparisons (the options --before and --after) are not yet
supported.
* refile
** Linking messages between folders goes against the logic of Mailutils,
so refile never makes links even if called with --link option. The
latter is actually a synonym for --copy, which preserves the original
message.
** Message specs and folder names may be interspersed.
Local variables:
mode: outline
......
......@@ -24,7 +24,7 @@ State Nice Utility Comments
- -20 forw
* -20 send --alias,--filter,--format,--forward,--mime,
--split,--width
* -20 refile --link
* -20 refile --link copies messages.
* -20 rmm rmproc:
* -15 folder(s) --pack,--verbose
- -15 mhn
......