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
9765f4d9
...
9765f4d90a3f33ac17d39b47138e45eb82e0a3d8
authored
2003-01-13 15:11:29 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
A list of differences from standard MH implementation.
1 parent
d2ae4279
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
0 deletions
mh/README
mh/README
0 → 100644
View file @
9765f4d
README -- Differences between Mailutils and the RAND implementation of MH:
* All programs use usual GNU long options. The support for MH single-dot
options is provided for backward compatibility.
* Format specifications
** Function unre
This function is a GNU extension. It removes any leading whitespace
and eventual "Re:" prefix from its string argument. Useful for creating
subjects in reply messages:
%<{subject}Subject: Re: %(unre{subject})\\n%>
** Function rcpt
Mailutils provides new format function rcpt. The function takes a
string argument (one of "to", "cc", "me", "all") and returns true
if the given element is present in the recipient mask (as modified
by any --cc and --nocc options) and false otherwise. It is used in
default formats for repl and comp, e.g.:
%(lit)%<(rcpt to)%(formataddr{to})%>
Notice that this means that usual replcomps file will be ignoring
--cc and --nocc options, unless it has been modified as shown above.
* rmm
** Different behaviour if one of the messages in the list does not exist.
Mailutils rmm does not delete any messages. Standard rmm in this case
deletes all messages preceeding the non-existent one.
** The rmmproc: profile component is not used.
* fmtdump command is not provided. Use fmtcheck instead.
Local variables:
mode: outline
paragraph-separate: "[ ]*$"
end:
Please
register
or
sign in
to post a comment