Name Last Update
..
.cvsignore Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
comp.c 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

** New functions

*** package
Argument: none
Return: string

Returns package name (string "mailutils").

*** package_string
Argument: none
Return: string

Returns full package string (e.g. "GNU Mailutils 2.1")

*** version
Argument: none
Return: string

Returns mailutils version.

*** unre
Argument: string
Return: string

The function removes any leading whitespace and eventual "Re:" prefix
from its argument. Useful for creating subjects in reply messages:

	%<{subject}Subject: Re: %(unre{subject})\\n%>

*** rcpt
Argument: string, one of "to", "cc", "me", "all"
Return: boolean

This function 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.

*** concat
Argument: string
Return: none

Appends whitespace + arg to string register.

*** printstr
Argument: string
Return: none

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

*** in_reply_to
Argument: none
Return: string

Generates the value for the In-reply-to: header according to RFC 2822.

*** references
Argument: none
Return: string

Generates the value for the References: header according to RFC 2822.

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

* repl

Understands --use option. Disposition shell provides 'use' command.

* comp

Understands --build option.


Local variables:
mode: outline
paragraph-separate: "[ 	]*$"
end: