-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmuttrc
29 lines (23 loc) · 810 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
set from = "khalfella@gmail.com"
set realname = "Mohamed Khalfella"
set imap_user = "khalfella@gmail.com"
set imap_pass = "xxxxxxxxxxx"
##REMOTE GMAIL FOLDERS
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
set postponed ="+[Google Mail]/Drafts"
##SMTP Settings to sent email
set smtp_url = "smtp://khalfella@smtp.gmail.com:587/"
set smtp_pass = "xxxxxxxxxxxxx"
##LOCAL FOLDERS FOR CACHED HEADERS AND CERTIFICATES
set header_cache =~/.mutt/cache/headers
set message_cachedir =~/.mutt/cache/bodies
set certificate_file =~/.mutt/certificates
##SECURING
set move = no #Stop asking to "move read messages to mbox"!
set imap_keepalive = 900
##Sort by newest conversation first.
set sort = reverse-threads
set sort_aux = last-date-received
##Set editor to create new email
set editor='vim'