From 045cbb1d06f0d01a295180b336384c1c26fe5cc6 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 19 Oct 2024 11:13:32 +0200 Subject: mutt: try to fix the lag --- .config/mutt/muttrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.config/mutt/muttrc') 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 set forward_format = "Fwd: %s" # format of subject when forwarding set forward_quote # include message in forwards set reverse_name # reply as whomever it was to -set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) -auto_view text/html # automatically show html (mailcap uses w3m) + +set mail_check = 60 # to avoid lags using IMAP with some email providers +set timeout = 60 +set sleep_time = 0 +set mail_check = 0 + +auto_view text/html auto_view application/pgp-encrypted auto_view text/calendar application/ics + alternative_order text/plain text/enriched text/html bind index,pager i noop bind index,pager g noop -- cgit v1.2.3-70-g09d2