Updated
Showing
3 changed files
with
32 additions
and
1 deletions
1 | 2003-02-20 Sergey Poznyakoff | ||
2 | |||
3 | * mh/README: Updated | ||
4 | * mh/TODO: Updated | ||
5 | * mh/refile.c: New option --copy. | ||
6 | Properly handle trailing folder names. As a side-effect | ||
7 | it accepts messages and folders given in any order. Good! | ||
8 | * mh/mh_argp.c (parse_opt): Call the handler with ARG_FOLDER | ||
9 | key if argument starts with +. | ||
10 | * mh/anno.c (opt_handler): Removed superfluous case '+'. | ||
11 | * mh/comp.c: Likewise. | ||
12 | * mh/folder.c: Likewise. | ||
13 | * mh/inc.c: Likewise. | ||
14 | * mh/mark.c: Likewise. | ||
15 | * mh/mhl.c: Likewise. | ||
16 | * mh/mhpath.c: Likewise. | ||
17 | * mh/pick.c: Likewise. | ||
18 | * mh/repl.c: Likewise. | ||
19 | * mh/rmf.c: Likewise. | ||
20 | * mh/rmm.c: Likewise. | ||
21 | * mh/scan.c: Likewise. | ||
22 | |||
1 | 2003-02-18 Sergey Poznyakoff | 23 | 2003-02-18 Sergey Poznyakoff |
2 | 24 | ||
3 | * configure.ac: Provide a replacement for vsyslog | 25 | * configure.ac: Provide a replacement for vsyslog | ... | ... |
... | @@ -146,6 +146,15 @@ Sample usage: | ... | @@ -146,6 +146,15 @@ Sample usage: |
146 | ** The date comparisons (the options --before and --after) are not yet | 146 | ** The date comparisons (the options --before and --after) are not yet |
147 | supported. | 147 | supported. |
148 | 148 | ||
149 | * refile | ||
150 | |||
151 | ** Linking messages between folders goes against the logic of Mailutils, | ||
152 | so refile never makes links even if called with --link option. The | ||
153 | latter is actually a synonym for --copy, which preserves the original | ||
154 | message. | ||
155 | |||
156 | ** Message specs and folder names may be interspersed. | ||
157 | |||
149 | 158 | ||
150 | Local variables: | 159 | Local variables: |
151 | mode: outline | 160 | mode: outline | ... | ... |
... | @@ -24,7 +24,7 @@ State Nice Utility Comments | ... | @@ -24,7 +24,7 @@ State Nice Utility Comments |
24 | - -20 forw | 24 | - -20 forw |
25 | * -20 send --alias,--filter,--format,--forward,--mime, | 25 | * -20 send --alias,--filter,--format,--forward,--mime, |
26 | --split,--width | 26 | --split,--width |
27 | * -20 refile --link | 27 | * -20 refile --link copies messages. |
28 | * -20 rmm rmproc: | 28 | * -20 rmm rmproc: |
29 | * -15 folder(s) --pack,--verbose | 29 | * -15 folder(s) --pack,--verbose |
30 | - -15 mhn | 30 | - -15 mhn | ... | ... |
-
Please register or sign in to post a comment