summaryrefslogtreecommitdiffstats
path: root/.config/mutt/muttrc
diff options
context:
space:
mode:
authorYigit Sever2024-10-19 11:13:32 +0200
committerYigit Sever2024-10-19 11:13:32 +0200
commit045cbb1d06f0d01a295180b336384c1c26fe5cc6 (patch)
treee9cd98e5021d58869410f436c49515be61f6e4ff /.config/mutt/muttrc
parent847ee767476331cccefe1f946401973a2a89a954 (diff)
downloaddotfiles-045cbb1d06f0d01a295180b336384c1c26fe5cc6.tar.gz
dotfiles-045cbb1d06f0d01a295180b336384c1c26fe5cc6.tar.bz2
dotfiles-045cbb1d06f0d01a295180b336384c1c26fe5cc6.zip
mutt: try to fix the lag
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