Name Last Update
..
.cvsignore Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
fmtcheck.c Loading commit data...
folder.c Loading commit data...
inc.c Loading commit data...
mh.h Loading commit data...
mh_argp.c Loading commit data...
mh_ctx.c Loading commit data...
mh_error.c Loading commit data...
mh_fmtgram.y Loading commit data...
mh_format.c Loading commit data...
mh_getopt.c Loading commit data...
mh_getopt.h Loading commit data...
mh_global.c Loading commit data...
mh_init.c Loading commit data...
mh_msgset.c Loading commit data...
mh_whatnow.c Loading commit data...
mhpath.c Loading commit data...
refile.c Loading commit data...
repl.c Loading commit data...
replcomps Loading commit data...
rmf.c Loading commit data...
rmm.c Loading commit data...
scan.c Loading commit data...
whatnow.c Loading commit data...
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.

** Function concat
Appends whitespace + arg to str.

** Function printstr
Prints the value of string register, prefixed by the given argument.

* 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: