diff options
| author | Yigit Sever | 2024-10-19 11:13:32 +0200 |
|---|---|---|
| committer | Yigit Sever | 2024-10-19 11:13:32 +0200 |
| commit | 045cbb1d06f0d01a295180b336384c1c26fe5cc6 (patch) | |
| tree | e9cd98e5021d58869410f436c49515be61f6e4ff /.config/mutt/muttrc | |
| parent | 847ee767476331cccefe1f946401973a2a89a954 (diff) | |
| download | dotfiles-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/muttrc | 10 |
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 | |||
| 13 | set forward_format = "Fwd: %s" # format of subject when forwarding | 13 | set forward_format = "Fwd: %s" # format of subject when forwarding |
| 14 | set forward_quote # include message in forwards | 14 | set forward_quote # include message in forwards |
| 15 | set reverse_name # reply as whomever it was to | 15 | set reverse_name # reply as whomever it was to |
| 16 | set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example) | 16 | |
| 17 | auto_view text/html # automatically show html (mailcap uses w3m) | 17 | set mail_check = 60 # to avoid lags using IMAP with some email providers |
| 18 | set timeout = 60 | ||
| 19 | set sleep_time = 0 | ||
| 20 | set mail_check = 0 | ||
| 21 | |||
| 22 | auto_view text/html | ||
| 18 | auto_view application/pgp-encrypted | 23 | auto_view application/pgp-encrypted |
| 19 | auto_view text/calendar application/ics | 24 | auto_view text/calendar application/ics |
| 25 | |||
| 20 | alternative_order text/plain text/enriched text/html | 26 | alternative_order text/plain text/enriched text/html |
| 21 | bind index,pager i noop | 27 | bind index,pager i noop |
| 22 | bind index,pager g noop | 28 | bind index,pager g noop |
