-
Notifications
You must be signed in to change notification settings - Fork 0
/
.muttrcshared
executable file
·72 lines (51 loc) · 1.7 KB
/
.muttrcshared
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
set sidebar_visible = yes
set sidebar_width = 15
set date_format = "%m/%d"
set index_format = "[%Z] %D %-20.20F %s"
set uncollapse_jump
set reply_regexp = "^(([Rr][Ee]?(\[[0-9]+\])?: *)?(\[[^]]+\] *)?)*"
set sort='reverse-date-received'
set sort_aux=reverse-last-date-received
auto_view text/html
alternative_order text/plain text/enriched text/html
bind attach <return> view-mailcap
bind index gg first-entry
bind index G last-entry
bind index R group-reply
bind index <tab> sync-mailbox
bind index <space> collapse-thread
macro index \Cr "T~U<enter><tag-prefix><clear-flag>N<untag-pattern>.<enter>" "mark all messages as read"
bind index,pager <down> sidebar-next
bind index,pager <up> sidebar-prev
bind index,pager <right> sidebar-open
bind index p recall-message
bind index J next-unread
set fast_reply
set askcc
set include
set forward_quote
set reply_to
set hostname="rmc"
set hidden_host="yes"
set realname="Ryan McConville"
unset markers
set editor="vim -c 'set spell spelllang=en'"
set send_charset="utf-8"
set delete
unset confirmappend
set quit
set mark_old=no
set text_flowed
set pager_stop
set tilde
set wrap=0
macro attach O "<pipe-message>cat > /tmp/mutt.html; /usr/bin/open -a Google\ Chrome /tmp/mutt.html<enter>"
set text_flowed = yes
set alias_file='~/.mutt/alias'
set display_filter= '~/.mutt/aliases.sh'
source $alias_file
set mailcap_path = ~/.mutt/mailcap
source ~/.mutt/dracula.muttrc
macro index,pager \cb "<pipe-message> urlscan<Enter>" "call urlscan to extract URLs out of a message"
macro attach,compose \cb "<pipe-entry> urlscan<Enter>" "call urlscan to extract URLs out of a message"
set pgp_use_gpg_agent