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/accounts | |
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/accounts')
-rw-r--r-- | .config/mutt/accounts/1-ceng_argor.muttrc | 3 | ||||
-rw-r--r-- | .config/mutt/accounts/2-metu_argor.muttrc | 3 | ||||
-rw-r--r-- | .config/mutt/accounts/3-ceng_stu.muttrc | 3 | ||||
-rw-r--r-- | .config/mutt/accounts/4-metu_stu.muttrc | 3 | ||||
-rw-r--r-- | .config/mutt/accounts/5-xyz.muttrc | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/.config/mutt/accounts/1-ceng_argor.muttrc b/.config/mutt/accounts/1-ceng_argor.muttrc index 1656992..343adcf 100644 --- a/.config/mutt/accounts/1-ceng_argor.muttrc +++ b/.config/mutt/accounts/1-ceng_argor.muttrc | |||
@@ -9,6 +9,9 @@ set header_cache = /home/yigit/.cache/mutt-wizard/ceng_argor/headers | |||
9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/ceng_argor/bodies | 9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/ceng_argor/bodies |
10 | set mbox_type = Maildir | 10 | set mbox_type = Maildir |
11 | 11 | ||
12 | # use very high $read_inc to speed up reading hcache'd maildirs | ||
13 | folder-hook . 'set read_inc=1000' | ||
14 | |||
12 | bind index,pager gg noop | 15 | bind index,pager gg noop |
13 | bind index,pager g noop | 16 | bind index,pager g noop |
14 | bind index,pager M noop | 17 | bind index,pager M noop |
diff --git a/.config/mutt/accounts/2-metu_argor.muttrc b/.config/mutt/accounts/2-metu_argor.muttrc index cbbb53a..db3f73a 100644 --- a/.config/mutt/accounts/2-metu_argor.muttrc +++ b/.config/mutt/accounts/2-metu_argor.muttrc | |||
@@ -9,6 +9,9 @@ set header_cache = /home/yigit/.cache/mutt-wizard/metu_argor/headers | |||
9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/metu_argor/bodies | 9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/metu_argor/bodies |
10 | set mbox_type = Maildir | 10 | set mbox_type = Maildir |
11 | 11 | ||
12 | # use very high $read_inc to speed up reading hcache'd maildirs | ||
13 | folder-hook . 'set read_inc=1000' | ||
14 | |||
12 | bind index,pager gg noop | 15 | bind index,pager gg noop |
13 | bind index,pager g noop | 16 | bind index,pager g noop |
14 | bind index,pager M noop | 17 | bind index,pager M noop |
diff --git a/.config/mutt/accounts/3-ceng_stu.muttrc b/.config/mutt/accounts/3-ceng_stu.muttrc index 5e7472c..1205084 100644 --- a/.config/mutt/accounts/3-ceng_stu.muttrc +++ b/.config/mutt/accounts/3-ceng_stu.muttrc | |||
@@ -9,6 +9,9 @@ set header_cache = /home/yigit/.cache/mutt-wizard/ceng_stu/headers | |||
9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/ceng_stu/bodies | 9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/ceng_stu/bodies |
10 | set mbox_type = Maildir | 10 | set mbox_type = Maildir |
11 | 11 | ||
12 | # use very high $read_inc to speed up reading hcache'd maildirs | ||
13 | folder-hook . 'set read_inc=1000' | ||
14 | |||
12 | bind index,pager gg noop | 15 | bind index,pager gg noop |
13 | bind index,pager g noop | 16 | bind index,pager g noop |
14 | bind index,pager M noop | 17 | bind index,pager M noop |
diff --git a/.config/mutt/accounts/4-metu_stu.muttrc b/.config/mutt/accounts/4-metu_stu.muttrc index 959586d..c3cc178 100644 --- a/.config/mutt/accounts/4-metu_stu.muttrc +++ b/.config/mutt/accounts/4-metu_stu.muttrc | |||
@@ -9,6 +9,9 @@ set header_cache = /home/yigit/.cache/mutt-wizard/metu_stu/headers | |||
9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/metu_stu/bodies | 9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/metu_stu/bodies |
10 | set mbox_type = Maildir | 10 | set mbox_type = Maildir |
11 | 11 | ||
12 | # use very high $read_inc to speed up reading hcache'd maildirs | ||
13 | folder-hook . 'set read_inc=1000' | ||
14 | |||
12 | bind index,pager gg noop | 15 | bind index,pager gg noop |
13 | bind index,pager g noop | 16 | bind index,pager g noop |
14 | bind index,pager M noop | 17 | bind index,pager M noop |
diff --git a/.config/mutt/accounts/5-xyz.muttrc b/.config/mutt/accounts/5-xyz.muttrc index bf56c52..108fe51 100644 --- a/.config/mutt/accounts/5-xyz.muttrc +++ b/.config/mutt/accounts/5-xyz.muttrc | |||
@@ -9,6 +9,9 @@ set header_cache = /home/yigit/.cache/mutt-wizard/xyz/headers | |||
9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/xyz/bodies | 9 | set message_cachedir = /home/yigit/.cache/mutt-wizard/xyz/bodies |
10 | set mbox_type = Maildir | 10 | set mbox_type = Maildir |
11 | 11 | ||
12 | # use very high $read_inc to speed up reading hcache'd maildirs | ||
13 | folder-hook . 'set read_inc=1000' | ||
14 | |||
12 | bind index,pager gg noop | 15 | bind index,pager gg noop |
13 | bind index,pager g noop | 16 | bind index,pager g noop |
14 | bind index,pager M noop | 17 | bind index,pager M noop |