summaryrefslogtreecommitdiffstats
path: root/Muttrc.head
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-08 14:00:37 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-08 14:00:37 +0000
commit08100e8736043b8894095695a800cb2f46011538 (patch)
tree62b50df2831eec4884a82e476e2d1583225c1ba2 /Muttrc.head
parent7cfcaf584ec80529ea41d340ce11d27a5f8627a6 (diff)
Documentation updates; autogeneration of documentation from init.h.
Diffstat (limited to 'Muttrc.head')
-rw-r--r--Muttrc.head34
1 files changed, 34 insertions, 0 deletions
diff --git a/Muttrc.head b/Muttrc.head
new file mode 100644
index 00000000..f8e6bd48
--- /dev/null
+++ b/Muttrc.head
@@ -0,0 +1,34 @@
+#
+# System configuration file for Mutt
+#
+
+# default list of header fields to weed when displaying
+#
+ignore "from " received content- mime-version status x-status message-id
+ignore sender references return-path lines
+
+# imitate the old search-body function
+macro index \eb '/~b ' 'search in message bodies'
+
+# simluate the old url menu
+macro index \cb |urlview\n 'call urlview to extract URLs out of a message'
+macro pager \cb |urlview\n 'call urlview to extract URLs out of a message'
+
+# Show documentation when pressing F1
+macro generic <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
+macro index <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
+macro pager <f1> "!less /usr/local/doc/mutt/manual.txt\n" "Show Mutt documentation"
+
+# If Mutt is unable to determine your site's domain name correctly, you can
+# set the default here.
+#
+# set hostname=cs.hmc.edu
+
+# If your sendmail supports the -B8BITMIME flag, enable the following
+#
+# set use_8bitmime
+
+##
+## More settings
+##
+