Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
70a0f378
...
70a0f3789ff0395933c79fb0fd321422650aea79
authored
2003-02-20 14:07:48 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
465f84bf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
32 additions
and
1 deletions
ChangeLog
mh/README
mh/TODO
ChangeLog
View file @
70a0f37
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
...
...
mh/README
View file @
70a0f37
...
...
@@ -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
...
...
mh/TODO
View file @
70a0f37
...
...
@@ -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
...
...
Please
register
or
sign in
to post a comment