-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.muttrc
36 lines (31 loc) · 923 Bytes
/
.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
set from="Name Surname <[email protected]>"
set realname="Name Surname"
set use_from=yes
set imap_user="[email protected]"
set imap_pass="password"
set spoolfile="imaps://[email protected]"
set folder="imaps://imap.gmail.com:993"
set record="=Sent"
set trash="=Deleted"
unset imap_passive
set imap_check_subscribed
set mail_check=60
# enable chacing;
set header_cache="~/.mutt/header_cache"
set message_cachedir="~/.mutt/message_cache"
color index green default "~O"
color index brightgreen default "~N"
color index cyan default "~p"
color index brightcyan default "~p~O"
color index brightcyan default "~p~N"
color index yellow default "~P"
color index red default "~T"
color index brightyellow default "~D"
color hdrdefault green default
color header brightgreen default ^Subject:
color quoted cyan default
color signature red default
set sort=threads
set visual=vim
set editor="vim"
bind index G imap-fetch-mail