summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>2000-06-26 12:04:03 +0000
committerThomas Roessler <roessler@does-not-exist.org>2000-06-26 12:04:03 +0000
commit0dd0e2be27602f723e62d68fc4b2cbd2dabf0d3d (patch)
treecb00ba4d7d466929d6f73f7e1997296818e652a3 /contrib
parent38947e15d9329dd6f82dff4c72220509b39a6057 (diff)
update.
Diffstat (limited to 'contrib')
-rw-r--r--contrib/sample.muttrc-tlr15
1 files changed, 14 insertions, 1 deletions
diff --git a/contrib/sample.muttrc-tlr b/contrib/sample.muttrc-tlr
index f38887db..5339a5c8 100644
--- a/contrib/sample.muttrc-tlr
+++ b/contrib/sample.muttrc-tlr
@@ -21,6 +21,7 @@ auto_view application/ms-tnef text/x-vcard
auto_view application/x-chess application/x-lotus-notes
auto_view text/html application/x-gzip application/x-gunzip
auto_view application/rtf application/x-rath
+auto_view application/msword
alternative_order text/enriched text/plain text
@@ -47,6 +48,7 @@ bind browser <home> first-entry
bind editor "\e<backspace>" kill-word
bind editor "\e<delete>" kill-word
bind editor "\e\t" complete-query
+bind editor "\Ct" transpose-chars
bind generic "\CV" next-page
bind generic "\Ca" first-entry
@@ -62,6 +64,7 @@ bind generic q exit
bind index ";" limit
bind index "\Ce" last-entry # override edit-type
bind index "\eV" previous-page # override collapse-something
+bind index "\e<" collapse-thread
bind index "\eq" query
bind index $ last-entry
bind index * flag-message
@@ -98,6 +101,11 @@ bind pager y print-message
bind query i exit
+macro generic "\ex" ":exec "
+macro pager "\ex" ":exec "
+macro generic "\eX" "\ex"
+macro pager "\eX" "\ex"
+
# emulate the old URL-browser key bindings.
@@ -160,7 +168,7 @@ set edit_hdrs # I want to edit the headers.
set editor="/usr/local/jed/bin/jed %s -f 'mail_mode();'"
# Invoke jed with mail_mode. This may
# or may not work for you.
-unset envelope_from # Don't set messages' envelope-from header.
+set envelope_from # set messages' envelope-from header.
set fcc_clear # Store local copies of messages in the clear.
set folder=~/Mail # Where my mail folders go
set followup_to # Create Mail-Followup-To headers.
@@ -222,6 +230,11 @@ set index_format="%4C %Z %[%b %d] %-15.15L (%4c) %s" # Somewhat different inde
set rfc2047_parameters # Sometimes, I get mails which use a bogus encoding for
# MIME parameters. Setting this shouldn't harm.
+set status_format="-%r-+(%v) %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---"
+set compose_format="--+(%v) Compose [Approx. msg size: %l Atts: %a]%>-"
+
+
+
# PGP command configuration
source ~/.mutt/pgp2.rc