]> granicus.if.org Git - neomutt/commitdiff
docs: drop unnecessary READMEs
authorRichard Russon <rich@flatcap.org>
Sat, 20 Aug 2016 12:45:27 +0000 (13:45 +0100)
committerRichard Russon <rich@flatcap.org>
Sat, 20 Aug 2016 12:45:27 +0000 (13:45 +0100)
README.multiple-fcc [deleted file]
README.timeout [deleted file]

diff --git a/README.multiple-fcc b/README.multiple-fcc
deleted file mode 100644 (file)
index e159d0b..0000000
+++ /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 <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>
-
diff --git a/README.timeout b/README.timeout
deleted file mode 100644 (file)
index 3b96a1c..0000000
+++ /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 <armin@wolfermann.org>
-    * Richard Russon <rich@flatcap.org>
-