-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.muttrc
42 lines (34 loc) · 896 Bytes
/
.muttrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
set mbox_type=Maildir
set realname = 'Boris Burkov'
set from = '[email protected]'
set sendmail='/usr/bin/msmtp'
set imap_user='[email protected]'
set imap_pass=`secrets_tool get BORISB_MAIL`
set imap_idle = yes
set imap_keepalive = 15
set folder = 'imaps://localhost:59932'
set spoolfile = +INBOX
set postponed = '+Drafts'
set copy = no
set autoedit = yes
set fast_reply = yes
set edit_headers = yes
set header_cache = ~/.mutt-cache/hcache
set message_cachedir = ~/.mutt-cache/mcache
set sort = threads
set sort_aux = last-date-received
set pager_index_lines = 10
set pager_stop = yes
set beep = no
set connect_timeout = 15
bind index F imap-fetch-mail
bind index \; tag-prefix
bind index gg first-entry
bind index G last-entry
bind index <space> collapse-thread
bind pager k previous-line
bind pager j next-line
bind pager gg top
bind pager G bottom
bind pager R group-reply
source ~/.muttcolors