summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-04-17 09:34:16 -0700
committerKevin McCarthy <kevin@8t8.us>2021-04-17 09:34:16 -0700
commit36a704cfb9bf33ea0e76d91b60bca97450861cf3 (patch)
tree2d51f555c02597a5d5ac16836d4d566a30e88c01 /doc
parent0684a051821283fc0af5f9b836b37a02720948a2 (diff)
Add cc, in-reply-to, and references to default mailto_allow list.
Thanks to Gregory Anders for the ticket and suggested patch, which this commit is based upon.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head20
1 files changed, 13 insertions, 7 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index 12eab654..499bb54f 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -5494,9 +5494,12 @@ The <literal>mailto_allow</literal> and <literal>unmailto_allow</literal>
commands allow the user to modify the list of approved headers.
</para>
<para>
-Mutt initializes the default list to contain only the <literal>Subject</literal>
-and <literal>Body</literal> header fields, which are the only requirement specified
-by the <literal>mailto:</literal> specification in RFC2368.
+Mutt initializes the default list to contain the
+<literal>Subject</literal> and <literal>Body</literal> header fields,
+which are the only requirement specified by the
+<literal>mailto:</literal> specification in RFC2368, along with
+<literal>Cc</literal>, <literal>In-Reply-To</literal>, and
+<literal>References</literal>, to support mailing list URLs.
</para>
</sect1>
@@ -11017,10 +11020,13 @@ on screen carefully enough.
<para>
To prevent these issues, Mutt by default only accepts the
-<literal>Subject</literal> and <literal>Body</literal> headers.
-Allowed headers can be adjusted with the
-<link linkend="mailto-allow"><command>mailto_allow</command></link> and
-<link linkend="mailto-allow"><command>unmailto_allow</command></link> commands.
+<literal>Subject</literal>, <literal>Body</literal>,
+<literal>Cc</literal>, <literal>In-Reply-To</literal>, and
+<literal>References</literal> headers. Allowed headers can be
+adjusted with the <link
+linkend="mailto-allow"><command>mailto_allow</command></link> and
+<link linkend="mailto-allow"><command>unmailto_allow</command></link>
+commands.
</para>
</sect2>