summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-05-07 07:47:16 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-05-07 07:47:16 +0000
commit9d8d14338f85ce5c4c82ecd7085487d6e1207c75 (patch)
tree94c9d689d39d3c1283773e5505c44f6151bfc2a4 /doc
parent8c8e3052eb5eebff8cc8c99c1c7a30392791877b (diff)
downloadmailutils-9d8d14338f85ce5c4c82ecd7085487d6e1207c75.tar.gz
mailutils-9d8d14338f85ce5c4c82ecd7085487d6e1207c75.tar.bz2
(Mail Variables): Documented new variables.
Diffstat (limited to 'doc')
-rw-r--r--doc/texinfo/programs.texi20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/texinfo/programs.texi b/doc/texinfo/programs.texi
index 0d91cbbc8..a745d9c38 100644
--- a/doc/texinfo/programs.texi
+++ b/doc/texinfo/programs.texi
@@ -1761,6 +1761,17 @@ Automatically incorporate newly arrived messages.
Causes the delete command to behave like dp - thus, after deleting a
message, the next one will be typed automatically.
+@item datefield
+@*Type: Boolean.
+@*Default: False.
+@vrindex datefield, mail variable
+
+By default the date in a header summary is taken from the SMTP
+envelope of the message. Setting this variable tells @command{mail}
+to use the date from @code{Date:} header field, converted to
+localtime. Notice, that for messages lacking this field @command{mail}
+will fall back to using SMTP envelope.
+
@item charset
@*Type: string
@*Default: @samp{auto}
@@ -1809,6 +1820,15 @@ screen is controlled by @code{screen} variable.
If @code{True}, causes @command{mail} to interpret a period alone on a line as the
terminator of a message you are sending.
+@item emptystart
+@*Type: Boolean.
+@*Default: False.
+@vrindex emptystart, mail variable
+
+If the mailbox is empty, @command{mail} normally prints @samp{No mail for user} and
+exits immediately. If this option is set, @command{mail} will start no matter is
+the mailbox empty or not.
+
@item editheaders
@*Type: Boolean.
@*Default: False.

Return to:

Send suggestions and report system problems to the System administrator.