-
Notifications
You must be signed in to change notification settings - Fork 0
/
muttrc
82 lines (71 loc) · 2.36 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
set edit_headers
set mbox_type=Maildir
set folder="~/mail"
set from="Kirill A. Shutemov <[email protected]>"
set include=yes
set index_format='%4C %Z %[%y.%m.%d] %-18.18n %s%>'
set mime_forward
set nm_default_uri="notmuch:///home/kas/mail"
set hidden_tags="unread,flagged"
set nm_query_type="threads"
set pager_format="-%Z- %C/%m: %-20.20n %s%* -- %?g?(%g)? - (%P)"
set pager_index_lines=15
set record="+sent"
set sort_browser=unsorted
set sort=threads
set vfolder_format="%?N?*& ?%20f %6N %10n"
set folder_format="%20i %10n"
set virtual_spoolfile=yes
alternative_order text/plain text/html
auto_view text/html
set rfc2047_parameters=yes
bind browser <right> select-entry
bind browser <left> noop
bind index <right> display-message
macro index <left> "<sync-mailbox><change-vfolder>?"
bind index X vfolder-from-query
macro index I "<shell-escape>notmuch new<enter><sync-mailbox>"
macro index F "<modify-labels>+followed<enter><sync-mailbox>"
bind index + entire-thread
bind pager <up> previous-line
bind pager <down> next-line
bind pager <left> exit
bind pager <right> view-attachments
bind pager X vfolder-from-query
macro pager I "<shell-escape>notmuch new<enter><sync-mailbox>"
bind pager + entire-thread
bind attach <left> exit
bind attach <right> view-attach
source ~/.mutt.colors
ignore *
unignore from date subject to cc
unignore list-id message-id in-reply-to
tag-transforms \
"replied" "⮮" \
"sent" "⮭" \
"attachment" "⎘" \
"signed" "✓" \
#
tag-formats \
"unread" "GU" \
"replied" "GR" \
"sent" "GS" \
#
virtual-mailboxes \
"inbox" "notmuch://?query=query:inbox" \
"followed" "notmuch://?query=query:followed" \
"linux/mm" "notmuch://?query=query:linux/mm" \
"linux/thp" "notmuch://?query=query:linux/thp" \
"people/akpm" "notmuch://?query=query:people/akpm" \
"people/hugh" "notmuch://?query=query:people/hugh" \
"people/linus" "notmuch://?query=query:people/linus" \
"people/viro" "notmuch://?query=query:people/viro" \
"linux/mm/commits" "notmuch://?query=query:linux/mm/commits" \
"linux/coco" "notmuch://?query=query:linux/coco" \
"linux/fs" "notmuch://?query=query:linux/fs" \
"linux/api" "notmuch://?query=query:linux/api" \
"linuxfoundation" "notmuch://?query=query:linuxfoundation" \
"kernel.org" "notmuch://?query=query:kernel.org" \
"alt" "notmuch://?query=query:alt" \
"unread" "notmuch://?query=query:unread" \
#