summaryrefslogtreecommitdiff
path: root/.mutt
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-02-13 23:38:43 +0000
committerMike Crute <mike@crute.us>2020-02-13 23:38:43 +0000
commit953cce0d5ddd7e7a129a7e8b2c7a50b151ff1c1b (patch)
treec2d891ffe33884ad507c8025e345dfb157629ff8 /.mutt
parentb86b30fca9a617c9eb1e421e47b6b7b8ab7bb44a (diff)
downloaddotfiles-953cce0d5ddd7e7a129a7e8b2c7a50b151ff1c1b.tar.bz2
dotfiles-953cce0d5ddd7e7a129a7e8b2c7a50b151ff1c1b.tar.xz
dotfiles-953cce0d5ddd7e7a129a7e8b2c7a50b151ff1c1b.zip
mutt: speed-up tweaks
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/fastmail.account1
-rw-r--r--.mutt/muttrc9
2 files changed, 9 insertions, 1 deletions
diff --git a/.mutt/fastmail.account b/.mutt/fastmail.account
index 2fed316..64543b6 100644
--- a/.mutt/fastmail.account
+++ b/.mutt/fastmail.account
@@ -23,7 +23,6 @@ mailboxes =Pending
23mailboxes =Drafts 23mailboxes =Drafts
24mailboxes =Sent 24mailboxes =Sent
25mailboxes =Archive 25mailboxes =Archive
26mailboxes =Spam
27mailboxes =Lists 26mailboxes =Lists
28mailboxes =Lists/alpine =Lists/go-dev 27mailboxes =Lists/alpine =Lists/go-dev
29mailboxes =Lists/kubernetes =Lists/pypa-distutils 28mailboxes =Lists/kubernetes =Lists/pypa-distutils
diff --git a/.mutt/muttrc b/.mutt/muttrc
index 4b1467e..e0228cd 100644
--- a/.mutt/muttrc
+++ b/.mutt/muttrc
@@ -13,6 +13,10 @@ set sort = threads
13set sort_aux = reverse-last-date-received 13set sort_aux = reverse-last-date-received
14set index_format = "%4C %Z %{%b %d} %-35L (%?l?%4l&%4c?) %s" 14set index_format = "%4C %Z %{%b %d} %-35L (%?l?%4l&%4c?) %s"
15 15
16# Use CONDSTORE on IMAP servers that support to for faster syncing of updates
17# to mailboxes. Will be slower for Gmail.
18set imap_condstore = yes
19
16# Support for flowed messages, which don't hard-wrap on clients like iOS mail. 20# Support for flowed messages, which don't hard-wrap on clients like iOS mail.
17# fo=w leaves whitespace at the end of lines to indicate that the paragraph 21# fo=w leaves whitespace at the end of lines to indicate that the paragraph
18# continues on the next line. 22# continues on the next line.
@@ -31,6 +35,11 @@ set message_cachedir = ~/.cache/mutt/bodies
31set certificate_file = ~/.mutt/certificates 35set certificate_file = ~/.mutt/certificates
32set mailcap_path = ~/.mutt/mailcap 36set mailcap_path = ~/.mutt/mailcap
33 37
38# Slightly speed up folder read-write speed by updating the status messages
39# every 50 messages instead of every 10.
40set read_inc = 50
41set write_inc = 50
42
34ignore * 43ignore *
35unhdr_order * 44unhdr_order *
36unignore from to cc subject date user-agent x-editor x-mailer 45unignore from to cc subject date user-agent x-editor x-mailer