-
Notifications
You must be signed in to change notification settings - Fork 0
/
.muttrc
executable file
·83 lines (73 loc) · 2.37 KB
/
.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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
source ~/.muttrc_auth
source ~/.mutt/colorschemes/mutt-colors-solarized-dark-16.muttrc
set from = $my_email
set realname = $my_name
set imap_user = $my_email
set imap_pass = $my_pass
set smtp_url = $my_smtp_url
set smtp_pass = $my_pass
# REMOTE GMAIL FOLDERS
set folder = 'imaps://imap.gmail.com:993'
set spoolfile = '+INBOX'
set postponed = '+[Google Mail]/Drafts'
#set trash = '+[Google Mail]/Trash'
#set any_label = '+[Google Mail]/any_label'
# SETTINGS
alternative_order text/plain text/html
auto_view text/html
set timeout=10 # mutt 'presses' (like) a key for you (while you're idle)
set mail_check=5 # mutt checks for new mails on every keystroke
set beep_new # beep on new messages in the mailboxes
set sort = 'threads'
set sort_aux = 'reverse-last-date-received'
set smtp_authenticators = 'gssapi:login'
set header_cache ="~/.mutt/cache/headers"
set message_cachedir ="~/.mutt/cache/bodies"
set certificate_file ="~/.mutt/certificates"
set move = no #Stop asking to move read messages to mbox!
set imap_keepalive = 900
# KEY BINDINGS
#bind editor noop
macro index gi '=INBOX' 'Go to inbox'
macro index ga '=[Google Mail]/All Mail' 'Go to all mail'
macro index gs '=[Google Mail]/Sent Mail' 'Go to Sent Mail'
macro index gd '=[Google Mail]/Drafts' 'Go to drafts'
bind generic,index Q exit
bind editor <space> noop
bind editor <Tab> complete-query
bind browser gg top-page
bind browser G bottom-page
bind browser \Cb previous-page
bind browser \Cf next-page
bind browser A check-new
bind browser v view-file
bind index ~ set-flag
bind index \Cv what-key
bind index H current-top
bind index M current-middle
bind index L current-bottom
bind index / search
bind index : enter-command
bind index i mail
bind pager i edit
bind pager u mark-as-new
bind pager gg top
bind pager G bottom
bind pager j next-line
bind pager k previous-line
bind index,attach gg first-entry
bind index,attach G last-entry
bind index,pager L list-reply
# bind index,pager P print-message
bind index,pager R group-reply
bind index,pager \Cd half-down
bind index,pager \Cu half-up
bind index,pager \Cf next-page
bind index,pager \Cb previous-page
bind index,pager \Cn next-thread
bind index,pager \Cp previous-thread
bind index,pager f forward-message
bind index,pager p previous-undeleted
bind index,pager N next-unread
bind index,pager P previous-unread
bind index,pager X print-message