summaryrefslogtreecommitdiffstats
path: root/.config/mutt
diff options
context:
space:
mode:
Diffstat (limited to '.config/mutt')
-rw-r--r--.config/mutt/accounts/1-ceng_argor.muttrc3
-rw-r--r--.config/mutt/accounts/2-metu_argor.muttrc3
-rw-r--r--.config/mutt/accounts/3-ceng_stu.muttrc3
-rw-r--r--.config/mutt/accounts/4-metu_stu.muttrc3
-rw-r--r--.config/mutt/accounts/5-xyz.muttrc3
-rw-r--r--.config/mutt/mailcap2
-rw-r--r--.config/mutt/muttrc10
7 files changed, 23 insertions, 4 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
9set message_cachedir = /home/yigit/.cache/mutt-wizard/ceng_argor/bodies 9set message_cachedir = /home/yigit/.cache/mutt-wizard/ceng_argor/bodies
10set mbox_type = Maildir 10set mbox_type = Maildir
11 11
12# use very high $read_inc to speed up reading hcache'd maildirs
13folder-hook . 'set read_inc=1000'
14
12bind index,pager gg noop 15bind index,pager gg noop
13bind index,pager g noop 16bind index,pager g noop
14bind index,pager M noop 17bind 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
9set message_cachedir = /home/yigit/.cache/mutt-wizard/metu_argor/bodies 9set message_cachedir = /home/yigit/.cache/mutt-wizard/metu_argor/bodies
10set mbox_type = Maildir 10set mbox_type = Maildir
11 11
12# use very high $read_inc to speed up reading hcache'd maildirs
13folder-hook . 'set read_inc=1000'
14
12bind index,pager gg noop 15bind index,pager gg noop
13bind index,pager g noop 16bind index,pager g noop
14bind index,pager M noop 17bind 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
9set message_cachedir = /home/yigit/.cache/mutt-wizard/ceng_stu/bodies 9set message_cachedir = /home/yigit/.cache/mutt-wizard/ceng_stu/bodies
10set mbox_type = Maildir 10set mbox_type = Maildir
11 11
12# use very high $read_inc to speed up reading hcache'd maildirs
13folder-hook . 'set read_inc=1000'
14
12bind index,pager gg noop 15bind index,pager gg noop
13bind index,pager g noop 16bind index,pager g noop
14bind index,pager M noop 17bind 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
9set message_cachedir = /home/yigit/.cache/mutt-wizard/metu_stu/bodies 9set message_cachedir = /home/yigit/.cache/mutt-wizard/metu_stu/bodies
10set mbox_type = Maildir 10set mbox_type = Maildir
11 11
12# use very high $read_inc to speed up reading hcache'd maildirs
13folder-hook . 'set read_inc=1000'
14
12bind index,pager gg noop 15bind index,pager gg noop
13bind index,pager g noop 16bind index,pager g noop
14bind index,pager M noop 17bind 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
9set message_cachedir = /home/yigit/.cache/mutt-wizard/xyz/bodies 9set message_cachedir = /home/yigit/.cache/mutt-wizard/xyz/bodies
10set mbox_type = Maildir 10set mbox_type = Maildir
11 11
12# use very high $read_inc to speed up reading hcache'd maildirs
13folder-hook . 'set read_inc=1000'
14
12bind index,pager gg noop 15bind index,pager gg noop
13bind index,pager g noop 16bind index,pager g noop
14bind index,pager M noop 17bind index,pager M noop
diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap
index 3646d07..b355f32 100644
--- a/.config/mutt/mailcap
+++ b/.config/mutt/mailcap
@@ -7,5 +7,3 @@ audio/*; mpv %s ;
7application/pdf; openfile %s ; 7application/pdf; openfile %s ;
8application/pgp-encrypted; gpg -d '%s'; copiousoutput; 8application/pgp-encrypted; gpg -d '%s'; copiousoutput;
9application/pgp-keys; gpg --import '%s'; copiousoutput; 9application/pgp-keys; gpg --import '%s'; copiousoutput;
10text/calendar; mutt-ics; copiousoutput
11application/ics; mutt-ics; copiousoutput
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