-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.muttrc
30 lines (26 loc) · 867 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
set imap_user = "$TW_EMAIL"
set imap_pass = "$TW_APP_PASS"
set smtp_url = "smtps://[email protected]:465/"
set smtp_pass = "$TW_APP_PASS"
set smtp_authenticators = 'gssapi:login'
set from = "$TW_EMAIL"
set realname = "Ajay Vignesh K"
set folder = "imaps://[email protected]:993"
set spoolfile = "+INBOX"
set postponed="+[Gmail]/Drafts"
# G to get mail
bind index G imap-fetch-mail
set editor = "nvim"
set charset = "utf-8"
set record = "imaps://imap.gmail.com/[GMail]/Sent Mail"
set postponed = "imaps://imap.gmail.com/[GMail]/Drafts"
set header_cache = "~/.mutt/cache/headers"
set message_cachedir = "~/.mutt/cache/bodies"
set certificate_file = "~/.mutt/certificates"
#Niceties
set sort=threads
set sort_browser=reverse-date
set sort_aux=last-date-received
source ~/.config/mutt/mutt-colors-solarized-dark-16.muttrc
#GPG
set crypt_use_gpgme = yes