From: Rocco Rutte Date: Fri, 20 Feb 2009 17:27:07 +0000 (+0100) Subject: Document address normalization. Closes #2430. X-Git-Tag: neomutt-20160307~764 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=74a43584350d35f4d95197ebd513faaad3a63499;p=neomutt Document address normalization. Closes #2430. --- diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 78bc19a40..1b8fa7202 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -5174,6 +5174,35 @@ macro pager \cb |urlview\n + +Miscellany + + +This section documents various feature that fit nowhere else. + + + + + +Address normalization + + + +Mutt normalizes all e-mail addresses to the simplest form possible. If +an address contains a realname, the form +Joe User <joe@example.com> is used and the +pure e-mail address without angle brackets otherwise, i.e. just +joe@example.com. + + +This normalization affects all headers mutt generates including aliases. + + + + + + +