-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmuttrc
More file actions
71 lines (63 loc) · 1.74 KB
/
muttrc
File metadata and controls
71 lines (63 loc) · 1.74 KB
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
#
# .muttrc - config for mutt
#
# smtp
set sendmail="/usr/bin/msmtp"
set realname='Michael Göhler'
set from="somebody.here@gmx.de"
# imap
set folder="imaps://imap.gmx.net/"
set spoolfile="imaps://imap.gmx.net/INBOX"
set imap_user="somebody.here@gmx.de"
#set imap_pass="xxx"
set record="imaps://imap.gmx.net/Sent"
set postponed="imaps://imap.gmx.net/Drafts"
macro index,pager d "<save-message>=Trash<enter><enter>" "trash message"
set imap_check_subscribed
set mail_check=60
set imap_keepalive=900
# general
set quit=ask-yes
set move=no
set index_format="%4C %Z %D %-15.15L (%?l?%4l&%4c?) %s"
set date_format="%a, %d.%m.%y %H:%M"
set sort="reverse-date"
set menu_scroll="yes"
set pager_context="1"
set pager_index_lines="6"
set pager_stop="yes"
# mutt-sidebar (AUR)
set sidebar_width=20
set sidebar_visible=yes
set sidebar_delim='|'
set sidebar_shortpath=yes
### ctrl+n, ctrl+p to select next, prev folder
#### ctrl+o to open selected folder
bind index \CP sidebar-prev
bind index \CN sidebar-next
bind index \CO sidebar-open
bind pager \CP sidebar-prev
bind pager \CN sidebar-next
bind pager \CO sidebar-open
# editor
set editor=vim
set edit_headers=yes
# quoting
set include="yes"
set attribution="* %n <%a> wrote:\n"
set indent_str="> "
# colors
color index brightwhite default ~N
color attachment color207 default
color error red default
color hdrdefault red default
color indicator color234 color51
color markers cyan default
color message default default
color normal default default
color quoted color39 default
color search default green
color signature red default
color status color69 color234
color tilde color165 default
color tree color165 default