Re: mutt/2270: docs show - instead of _ in same cases
The following reply was made to PR mutt/2270; it has been noted by GNATS.
From: Michael Tatge <Michael.Tatge@xxxxxx>
To: Mutt Developers <mutt-dev@xxxxxxxx>
Cc: bug-any@xxxxxxxxxxxxx
Subject: Re: mutt/2270: docs show - instead of _ in same cases
Date: Mon, 3 Jul 2006 17:11:16 +0200
--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
* On Wed, Jun 07, 2006 I (Michael.Tatge@xxxxxx) muttered:
> >Fix:
> attached patch
This updated patch uses _ instead of a literal underscore.
Please apply,
Michael
--
The debate rages on: Is PL/I Bachtrian or Dromedary?
PGP-Key-ID: 0xDC1A44DD
Jabber: init[0]@amessage.de
--KsGdsel6WgEHnImy
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="patch-manual.xml.head"
diff -urN mutt-cvs/doc/manual.xml.head mutt-cvs-diff/doc/manual.xml.head
--- mutt-cvs/doc/manual.xml.head 2006-05-27 13:29:12.000000000 +0200
+++ mutt-cvs-diff/doc/manual.xml.head 2006-06-07 15:25:01.000000000 +0200
@@ -4862,7 +4862,7 @@
<term>needsterminal</term>
<listitem>
<para>
-Mutt uses this flag when viewing attachments with <link
linkend="auto-view">auto-view</link>, in order to decide whether it should
honor the setting
+Mutt uses this flag when viewing attachments with <link
linkend="auto-view">auto_view</link>, in order to decide whether it
should honor the setting
of the <link linkend="wait-key">$wait_key</link> variable or
not. When an attachment is viewed using an interactive program, and the
corresponding mailcap entry has a <emphasis>needsterminal</emphasis> flag,
Mutt will use
@@ -4983,7 +4983,7 @@
</para>
<para>
-In addition, you can use this with <link linkend="auto-view">auto-view</link>
+In addition, you can use this with <link
linkend="auto-view">auto_view</link>
to denote two commands for viewing an attachment, one to be viewed
automatically, the other to be viewed interactively from the attachment
menu. In addition, you can then use the test feature to determine which
@@ -4995,7 +4995,7 @@
text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput
</screen>
-For <link linkend="auto-view">auto-view</link>, Mutt will choose the third
+For <link linkend="auto-view">auto_view</link>, Mutt will choose the
third
entry because of the copiousoutput tag. For interactive viewing, Mutt
will run the program RunningX to determine if it should use the first
entry. If the program returns non-zero, Mutt will use the second entry
@@ -5213,7 +5213,7 @@
<para>
Next, mutt will check if any of the types have a defined
-<link linkend="auto-view">auto-view</link>, and use that. Failing
+<link linkend="auto-view">auto_view</link>, and use that. Failing
that, Mutt will look for any text type. As a last attempt, mutt will
look for any type it knows how to handle.
</para>
@@ -5514,13 +5514,13 @@
<listitem>
<para>
-<literal><link linkend="auto-view">auto-view</link></literal>
<emphasis>mimetype</emphasis> [ <emphasis>mimetype</emphasis> ... ]
+<literal><link linkend="auto-view">auto_view</link></literal>
<emphasis>mimetype</emphasis> [ <emphasis>mimetype</emphasis> ... ]
</para>
</listitem>
<listitem>
<para>
-<literal><link linkend="auto-view">unauto-view</link></literal>
<emphasis>mimetype</emphasis> [ <emphasis>mimetype</emphasis> ... ]
+<literal><link linkend="auto-view">unauto_view</link></literal>
<emphasis>mimetype</emphasis> [ <emphasis>mimetype</emphasis> ... ]
</para>
</listitem>
<listitem>
@@ -5574,13 +5574,13 @@
<listitem>
<para>
-<literal><link linkend="hdr-order">hdr-order</link></literal>
<emphasis>header</emphasis> [ <emphasis>header</emphasis> ... ]
+<literal><link linkend="hdr-order">hdr_order</link></literal>
<emphasis>header</emphasis> [ <emphasis>header</emphasis> ... ]
</para>
</listitem>
<listitem>
<para>
-<literal><link linkend="hdr-order">unhdr-order</link></literal>
<emphasis>header</emphasis> [ <emphasis>header</emphasis> ... ]
+<literal><link linkend="hdr-order">unhdr_order</link></literal>
<emphasis>header</emphasis> [ <emphasis>header</emphasis> ... ]
</para>
</listitem>
<listitem>
@@ -5640,13 +5640,13 @@
<listitem>
<para>
-<literal><link linkend="mime-lookup">mime-lookup</link></literal>
<emphasis>mimetype</emphasis> [ <emphasis>mimetype</emphasis> ... ]
+<literal><link linkend="mime-lookup">mime_lookup</link></literal>
<emphasis>mimetype</emphasis> [ <emphasis>mimetype</emphasis> ... ]
</para>
</listitem>
<listitem>
<para>
-<literal><link linkend="mime-lookup">unmime-lookup</link></literal>
<emphasis>mimetype</emphasis> [ <emphasis>mimetype</emphasis> ... ]
+<literal><link linkend="mime-lookup">unmime_lookup</link></literal>
<emphasis>mimetype</emphasis> [ <emphasis>mimetype</emphasis> ... ]
</para>
</listitem>
<listitem>
@@ -5664,13 +5664,13 @@
<listitem>
<para>
-<literal><link linkend="my-hdr">my-hdr</link></literal>
<emphasis>string</emphasis>
+<literal><link linkend="my-hdr">my_hdr</link></literal>
<emphasis>string</emphasis>
</para>
</listitem>
<listitem>
<para>
-<literal><link linkend="my-hdr">unmy-hdr</link></literal>
<emphasis>field</emphasis> [ <emphasis>field</emphasis> ... ]
+<literal><link linkend="my-hdr">unmy_hdr</link></literal>
<emphasis>field</emphasis> [ <emphasis>field</emphasis> ... ]
</para>
</listitem>
<listitem>
--KsGdsel6WgEHnImy--