From: Richard Russon Date: Sat, 20 Aug 2016 12:45:27 +0000 (+0100) Subject: docs: drop unnecessary READMEs X-Git-Tag: neomutt-20160822~3^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=868bfbab0b3f4200a17ffd04de502ddd8e349561;p=neomutt docs: drop unnecessary READMEs --- diff --git a/README.multiple-fcc b/README.multiple-fcc deleted file mode 100644 index e159d0b72..000000000 --- a/README.multiple-fcc +++ /dev/null @@ -1,44 +0,0 @@ -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/README.timeout b/README.timeout deleted file mode 100644 index 3b96a1c19..000000000 --- a/README.timeout +++ /dev/null @@ -1,41 +0,0 @@ -Timeout Patch -============= - - Run a command periodically - -Patch ------ - - To check if Mutt supports "Timeout", look for "patch-timeout" in the mutt - version. - - Dependencies - * mutt-1.6.2 - -Introduction ------------- - - This patch implements a new hook that is called periodically when Mutt - checks for new mail. This hook is called every `$timeout` seconds. - -Commands --------- - - timeout-hook . MUTT-COMMAND - -See Also --------- - - * $timeout - -Known Bugs ----------- - - None - -Credits -------- - - * Armin Wolfermann - * Richard Russon -