]> granicus.if.org Git - neomutt/commitdiff
docs: multiple-fcc
authorRichard Russon <rich@flatcap.org>
Sat, 6 Aug 2016 13:52:18 +0000 (14:52 +0100)
committerRichard Russon <rich@flatcap.org>
Thu, 18 Aug 2016 20:00:15 +0000 (21:00 +0100)
README.multiple-fcc [new file with mode: 0644]
doc/manual.xml.head

diff --git a/README.multiple-fcc b/README.multiple-fcc
new file mode 100644 (file)
index 0000000..e159d0b
--- /dev/null
@@ -0,0 +1,44 @@
+multiple-fcc Patch
+==================
+
+Save multiple copies of outgoing mail
+
+Patch
+-----
+
+    To check if Mutt supports "multiple-fcc", look for "patch-multiple-fcc" in the mutt
+    version.
+
+    Dependencies
+    * mutt-1.6.2
+
+Introduction
+------------
+
+    This patch allows the user to save outgoing emails in multiple folders.
+
+    Folders should be listed separated by commas, **but no spaces**.
+
+    The "fcc" field of an email can be set in two ways:
+
+    * The <edit-fcc> command in the compose menu (default key: "f")
+    * Creating a `fcc-hook` in your `.muttrc`
+
+See Also
+--------
+
+    * NeoMutt project
+    * $record
+    * folder-hook
+
+Known Bugs
+----------
+
+    None
+
+Credits
+-------
+
+    * Omen Wild <omen@mandarb.com>
+    * Richard Russon <rich@flatcap.org>
+
index 563701554a7f058b30b2eabb1ea6f42b949466db..cf9e5e447a85cc6dda594bd823c749979b95a625 100644 (file)
@@ -10732,6 +10732,72 @@ bind index &lt;esc&gt;L limit-current-thread
   </sect2>
 </sect1>
 
+<sect1 id="multiple-fcc">
+  <title>multiple-fcc Patch</title>
+  <subtitle>Save multiple copies of outgoing mail</subtitle>
+
+  <sect2 id="multiple-fcc-patch">
+    <title>Patch</title>
+
+    <para>
+      To check if Mutt supports <quote>multiple-fcc</quote>, look for
+      <quote>patch-multiple-fcc</quote> in the mutt version.
+      See: <xref linkend="mutt-patches"/>.
+    </para>
+
+    <itemizedlist>
+      <title>Dependencies:</title>
+      <listitem><para>mutt-1.6.2</para></listitem>
+    </itemizedlist>
+
+    <para>This patch is part of the <ulink url="http://www.neomutt.org/">NeoMutt Project</ulink>.</para>
+  </sect2>
+
+  <sect2 id="multiple-fcc-intro">
+    <title>Introduction</title>
+
+    <para>
+      This patch allows the user to save outgoing emails in multiple folders.
+    </para>
+
+    <para>
+      Folders should be listed separated by commas, <emphasis role="bold">but no spaces</emphasis>.
+    </para>
+
+    <para>
+      The <quote>fcc</quote> field of an email can be set in two ways:
+    </para>
+
+    <itemizedlist>
+      <listitem><para>The &lt;edit-fcc&gt; command in the compose menu (default key: <quote>f</quote>)</para></listitem>
+      <listitem><para>Creating a <literal>fcc-hook</literal> in your <literal>.muttrc</literal></para></listitem>
+    </itemizedlist>
+  </sect2>
+
+  <sect2 id="multiple-fcc-see-also">
+    <title>See Also</title>
+
+    <itemizedlist>
+      <listitem><para><ulink url="http://www.neomutt.org/">NeoMutt Project</ulink></para></listitem>
+      <listitem><para><link linkend="record">$record</link></para></listitem>
+      <listitem><para><link linkend="fcc-hook">fcc-hook</link></para></listitem>
+    </itemizedlist>
+  </sect2>
+
+  <sect2 id="multiple-fcc-known-bugs">
+    <title>Known Bugs</title>
+    <para>None</para>
+  </sect2>
+
+  <sect2 id="multiple-fcc-credits">
+    <title>Credits</title>
+    <itemizedlist>
+    <listitem><para>Omen Wild <email>omen@mandarb.com</email></para></listitem>
+    <listitem><para>Richard Russon <email>rich@flatcap.org</email></para></listitem>
+    </itemizedlist>
+  </sect2>
+</sect1>
+
 <sect1 id="nested-if">
   <title>Nested If Patch</title>
   <subtitle>Allow complex nested conditions in format strings</subtitle>