Seeding from the 1.2 tree.

This commit is contained in:
Dan Mashal
2013-01-01 03:00:55 -08:00
parent d8c87c4ded
commit 87b806a563
1424 changed files with 260320 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
Synopsis:
set status_mail [<text>]
Description:
This variable sets the string displayed in the status bar when email is
present in the user's mailbox. The mail does not necessarily need to
be new. If the user's mailbox is empty, nothing is displayed.
This string is represented as %M in the STATUS_FORMAT string. Within
STATUS_MAIL, the expando will expand to the number of messages in the
mailbox.
Examples:
Customizing the string displayed when the mailbox contains messages:
/set status_mail Mail: %M
See Also:
set(4) mail, status_format