-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuttrc
62 lines (44 loc) · 1.41 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
set folder="imaps://imap.example.com/"
set record="imaps://imap.example.com/Sent Items"
set postponed="imaps://imap.example.com/Drafts"
set spoolfile="+INBOX"
bind editor <space> noop
macro index,pager D "<clear-flag>N<save-message>=Deleted<space>Items<enter>"
set mail_check = 60
set timeout = 15
set query_command="mutt-ldap.pl '%s'"
bind editor "\t" complete-query
set sendmail="/usr/bin/msmtp"
set certificate_file =~/.mutt/certificates
set header_cache=~/.mutt/header_cache
set message_cachedir=~/.mutt/message_cache
set from = "Jonh Doe <jdoe@examplecom>"
set use_from = "yes"
set envelope_from = "yes"
set forward_format="Fwd: %s"
set mime_forward=yes
set mime_forward_rest=yes
bind index G imap-fetch-mail
set editor="vim -c 'set tw=72'"
set sort=threads
#set sort_aux=date-received
#set sort = reverse-date
set index_format="%4C %Z %{%b %d %R} %-15.15L (%4l) %s"
auto_view text/html
set pager_index_lines= 15
set imap_user = "jdoe"
set imap_pass = "secret"
mailboxes =INBOX =Drafts "=Sent Items" "=Deleted Items" \
=Folder1 \
=Folder2/Subfolder3
set sort_sidebar=unsorted
set sidebar_width = 35
set sidebar_visible = yes
color sidebar_new yellow default
color progress default magenta
color sidebar green default
bind index <left> sidebar-prev
bind index <right> sidebar-next
bind index <space> sidebar-open
bind index <Esc>S sidebar-toggle
macro index \Ci "<change-folder>=INBOX<enter>" "go to INBOX"