From: Richard Russon Date: Sat, 6 Aug 2016 13:52:18 +0000 (+0100) Subject: docs: multiple-fcc X-Git-Tag: neomutt-20160822~21^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79736e7c3329bd871c1019a4674e4f1bee4b557d;p=neomutt docs: multiple-fcc --- diff --git a/README.multiple-fcc b/README.multiple-fcc new file mode 100644 index 000000000..e159d0b72 --- /dev/null +++ b/README.multiple-fcc @@ -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 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 + * Richard Russon + diff --git a/doc/manual.xml.head b/doc/manual.xml.head index 563701554..cf9e5e447 100644 --- a/doc/manual.xml.head +++ b/doc/manual.xml.head @@ -10732,6 +10732,72 @@ bind index <esc>L limit-current-thread + + 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. + See: . + + + + Dependencies: + mutt-1.6.2 + + + This patch is part of the NeoMutt Project. + + + + 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 + fcc-hook + + + + + Known Bugs + None + + + + Credits + + Omen Wild omen@mandarb.com + Richard Russon rich@flatcap.org + + + + Nested If Patch Allow complex nested conditions in format strings