aboutsummaryrefslogtreecommitdiff
path: root/doc/mailfromd.texi
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-04-13 18:09:24 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-04-13 18:09:24 +0000
commitc4711d10e376605b3dcce187a5d7de718fe93ecf (patch)
treef62ae63ce52f592fb404fb4bb37c15fb76b56427 /doc/mailfromd.texi
parent303f1ecfa93feed59f59b7e03e779d947568522a (diff)
downloadmailfromd-c4711d10e376605b3dcce187a5d7de718fe93ecf.tar.gz
mailfromd-c4711d10e376605b3dcce187a5d7de718fe93ecf.tar.bz2
New builtins: message_size, message_body_size and message_header_size
git-svn-id: file:///svnroot/mailfromd/trunk@1654 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'doc/mailfromd.texi')
-rw-r--r--doc/mailfromd.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index 7e854159..3c3f37ee 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -740,10 +740,10 @@ undertake in order to configure and build the package.
packages on your machine:
@enumerate A
-@item GNU mailutils version 1.2.91 or newer.
+@item GNU mailutils version 1.9.90 or newer.
It is available from @uref{http://www.gnu.org/software/mailutils}.
-@FIXME{The version 1.2.91 is an alpha version. Its snapshots are
+@FIXME{The version 1.9.90 is an alpha version. Its snapshots are
available from @uref{ftp://download.gnu.org.ua/pub/alpha/mailutils}.}
@item A @acronym{DBM} library.
@@ -6162,9 +6162,9 @@ message contains several headers with the same name, optional
parameter @var{idx} may be used to select one of them. Headers are
numbered from @samp{1}.
-If no matching header is not found, raise @code{failure} exception.
-@FIXME{It should be @code{not_found}, but this requires fixing
-Mailutils.}
+If no matching header is not found, the @code{not_found} exception is
+raised. If another error occures, the @code{failure} exception is
+raised.
The returned string is a verbatim copy of the message contents. You
might need to apply the @code{unfold} function to it (@pxref{Mail

Return to:

Send suggestions and report system problems to the System administrator.