X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..b46d49ba:/etc/MailAliases?ds=inline diff --git a/etc/MailAliases b/etc/MailAliases index c5be1413..e659bd28 100644 --- a/etc/MailAliases +++ b/etc/MailAliases @@ -1,8 +1,6 @@ ; ; MailAliases -- nmh global aliases file ; -; $Id$ -; ; This file is used to define aliases that are valid for all mh users. ; This file is almost empty as MH now supports personal aliases. ; @@ -12,7 +10,7 @@ ; everyone: * -; Blank lines and lines beginning with a ; are ignored. +; Blank lines and lines beginning with a ;, :, or # are ignored. ; < file -> read more aliases from "file" ; foo: fum -> simple replacement ; foo: fum, fie -> list replacement @@ -27,3 +25,7 @@ ; using a ';' instead of a ':' indicates that the alias should be displayed ; along with the addresses used (normally, the addresses replace the alias ; completely) +; +; A backslash at the end of a line escapes the following newline, even +; in comment lines. Thus, comments endinf with a \ will be continued even +# without a leading ;, :, or # on the followling line.