From 8d0551e8cf4fc0da4a19bf19160a5b8fc2ed1cf9 Mon Sep 17 00:00:00 2001 From: Rocco Rutte Date: Fri, 20 Feb 2009 18:27:07 +0100 Subject: [PATCH] Document address normalization. Closes #2430. --- doc/manual.xml.head | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 78bc19a4..1b8fa720 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. + + + + + + + -- 2.40.0