-
Notifications
You must be signed in to change notification settings - Fork 15
/
.muttrc
55 lines (37 loc) · 1.45 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
# mkdir -m 700 -p .maildir/{cur,new,tmp}
set mbox_type=Maildir
set spoolfile=~/.maildir
set folder=~/.inbox
set postponed=~/.postponed
my_hdr From: John Doe <[email protected]>
set index_format="%4C %Z %4c %[!%d.%m.%y] %n: %s"
set status_format="%m total, %u unread, %n new."
set date_format="!%a %b %d, %Y at %I:%M:%S% %Z"
set sort=reverse-date
color status brightwhite default
color indicator brightwhite default
set editor=vim
set quit=yes
set delete=yes
set include=yes
set abort_nosubject=no
set markers=no
set move=no
set noconfirmappend
unset help
unset record
auto_view text/html
# Folder hooks
# folder-hook '[email protected]' 'source ~/.mutt/[email protected]'
# folder-hook '[email protected]' 'source ~/.mutt/[email protected]'
# folder-hook '[email protected]' 'source ~/.mutt/[email protected]'
# macro index,pager A ":set confirmappend=no delete=yes auto_tag=yes\n<save-message>=Archive<enter>" "Archive Message"
# # Default account
# source ~/.mutt/[email protected]
# # Macros for switching accounts
# macro index <f2> '<sync-mailbox><enter-command>source ~/.mutt/[email protected]<enter><change-folder>!<enter>'
# macro index <f3> '<sync-mailbox><enter-command>source ~/.mutt/[email protected]<enter><change-folder>!<enter>'
# macro index <f4> '<sync-mailbox><enter-command>source ~/.mutt/[email protected]<enter><change-folder>!<enter>'
# bind editor <space> noop
# # Fetch mail shortcut
# bind index G imap-fetch-mail