summaryrefslogtreecommitdiffstats
path: root/.config/mutt/muttrc
diff options
context:
space:
mode:
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r--.config/mutt/muttrc10
1 files changed, 8 insertions, 2 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc
index 7b82f89..2b6b5ca 100644
--- a/.config/mutt/muttrc
+++ b/.config/mutt/muttrc
@@ -13,10 +13,16 @@ set fcc_attach # save attachments with the body
13set forward_format = "Fwd: %s" # format of subject when forwarding 13set forward_format = "Fwd: %s" # format of subject when forwarding
14set forward_quote # include message in forwards 14set forward_quote # include message in forwards
15set reverse_name # reply as whomever it was to 15set reverse_name # reply as whomever it was to
16set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) 16
17auto_view text/html # automatically show html (mailcap uses w3m) 17set mail_check = 60 # to avoid lags using IMAP with some email providers
18set timeout = 60
19set sleep_time = 0
20set mail_check = 0
21
22auto_view text/html
18auto_view application/pgp-encrypted 23auto_view application/pgp-encrypted
19auto_view text/calendar application/ics 24auto_view text/calendar application/ics
25
20alternative_order text/plain text/enriched text/html 26alternative_order text/plain text/enriched text/html
21bind index,pager i noop 27bind index,pager i noop
22bind index,pager g noop 28bind index,pager g noop