-
Notifications
You must be signed in to change notification settings - Fork 0
/
charliesmuttconf
48 lines (43 loc) · 1.5 KB
/
charliesmuttconf
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
set imap_user = "[email protected]"
set imap_pass = "yourpass"
set smtp_url = "smtop://[email protected]@smtop.live.com:587/"
set smtp_pass = "passwordhere
set from = "your email"
set real name = "your name"
ssl_force_tls = yes
editor='echo \$vim'
set folder = "imaps://imap-mail.outlook.com:993"
set spoolfile = "+INBOX"
set imap_check_subscribed
set hostname = hotmail.com
set mail_check = 25
set sort_aux = 'reverse-last-date-recived"
#color normal black default
set mailcap_path = ~/.mutt/mailcap
$HOME/.mutt/colours - Dark background.
color normal green default
color attachment brightyellow default
color hdrdefault white default
color indicator black cyan
color markers brightred default
color quoted brightgreen default
color signature cyan default
color status brightgreen default
color tilde blue default
color tree red default
color index brightcyan black ~D
color index brightcyan black ~T
color header brightcyan black ^
# Email addresses
color body brightred black [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+
# URLs
color body brightyellow black (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+
set sendmail="~/bin/msmtp-enqueue.sh
set spoolfile=+/
set folder="~/Mail"
set record="~/Mail/sent"
set postponed="~Mail/Drafts"
set mbox_type=Mail
# Mail cache, downloaders messages, use ad irectory like eg /home/mail/ etc
set message_cachedir = "/path/to/folder"
set header_cache = "/path/to/folder"