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
513b47a4
...
513b47a40670b1acb70db4122c9feeb8186cf14b
authored
2003-03-17 15:18:54 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Updated
1 parent
fbb38622
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
36 additions
and
1 deletions
ChangeLog
mh/README
mh/TODO
ChangeLog
View file @
513b47a
2003
-
03
-
17
Sergey
Poznyakoff
*
mh
/
mh
.
h
(
MHL_DISABLE_BODY
)
:
New
flag
.
*
mh
/
mh_list
.
c
(
eval_body
,
mhl_format_run
)
:
MHL_DISABLE_BODY
bit
inhibits
the
'
body
:
'
keyword
.
*
mh
/
mhn
.
c
:
Implemented
store
mode
.
*
mh
/
README
:
Updated
*
mh
/
TODO
:
Updated
2003
-
03
-
16
Wojciech
Polak
*
mh
/
mh_init
.
c
(
mh_getyn
,
mh_real_install
)
:
Added
an
extra
...
...
mh/README
View file @
513b47a
...
...
@@ -178,6 +178,32 @@ specified:
--dry-run do not actually sort messages, rather print what would
have been done. This is useful for debugging purposes.
* mhn
** New option --compose forces mhn editing mode. This differs from
the standard mhn, which switches to the editing mode only if
no other options were given and the input file name coincides
with the value of "mhdraft" environment variable.
** Show mode (--show)
*** If an appropriate mhn-show-type[/subtype] was not found, GNU mhn
prints the decoded message content using moreproc. Standard mhn in
this case used to print "don't know how to display content" diagnostic.
*** The default behaviour is to pipe the content to the standard input
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
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
filename do not begin with '/'
*** Before saving a message part, GNU mhn checks if the file already
exists. If so it asks whether the user wishes to rewrite it. This
behaviour is disabled when --quiet option was given.
Local variables:
...
...
mh/TODO
View file @
513b47a
...
...
@@ -32,7 +32,7 @@ State Nice Utility Comments
* -20 refile --link copies messages.
* -20 rmm rmproc:
* -15 folder(s) --pack,--verbose
* -15 mhn --
store,--
compose
* -15 mhn --compose
+ -10 rmf
+ 0 install-mh
* 4 mhl Following format variables are ignored:
...
...
Please
register
or
sign in
to post a comment