-
Notifications
You must be signed in to change notification settings - Fork 5
/
.muttrc
92 lines (68 loc) · 2.03 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
84
85
86
87
88
89
90
91
92
set realname = "Julian Berman"
set from = "[email protected]"
set use_from = yes
set envelope_from = yes
set charset = "UTF-8"
set nobeep # We don't need no beeping software.
set mbox_type = Maildir
set spoolfile = "~/Mail/"
set folder = "~/Mail"
set postponed = "+.Drafts"
set record = "+.Sent"
set imap_check_subscribed # download IMAP folders
set smtp_url="smtp://[email protected]@imap.gmail.com:587"
set smart_wrap = yes
set sort = 'threads'
set sort_aux = 'last-date-received'
set editor = "vim -c \"set spell spelllang=en\""
set edit_headers = yes
set include = yes # Include the message in replies.
set pager_context=3 # Display 3 lines of context in pager.
# address book integration
set query_command="contacts -f '%he %fn %ln' %s"
bind editor <Tab> complete-query # tab completion
# MIME
auto_view text/html
# key bindings
bind index up previous-entry
bind pager up previous-page
bind index down next-entry
bind pager down next-page
bind index j next-entry
bind pager j next-line
bind index k previous-entry
bind pager k previous-line
bind pager < previous-line
bind pager > next-line
bind index [ previous-line
bind index ] next-line
bind generic b previous-page
bind generic 1G first-entry
bind generic 1g first-entry
bind generic <Home> first-entry
bind generic G last-entry
bind generic <End> last-entry
bind index gg first-entry
bind index G last-entry
bind pager i noop
bind pager q exit
bind index zt current-top
bind index zz current-middle
bind index zb current-bottom
bind pager \Cu half-up
bind pager \Cd half-down
bind pager \Cm next-line
bind pager \Ce next-line
bind pager \Cy previous-line
bind pager + next-line
bind pager - previous-line
bind pager ' ' next-page
bind pager \Cf next-page
bind pager \Cn next-page
bind index d delete-message
bind pager d delete-message
macro index c "?" "open a different folder"
macro pager c "?" "open a different folder"
# colors
color index red black ~N
color index red black ~O