-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.muttrc
32 lines (26 loc) · 937 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
# About Me
set from = "jbernal@unal.edu.co"
set realname = "Alejandro Bernal"
# My credentials
set smtp_url = "smtp://jbernal@unal.edu.co@smtp.gmail.com:587/"
set smtp_pass = "`gpg --batch -q -d $HOME/.password-store/unal-pass.gpg`"
set imap_user = "jbernal@unal.edu.co"
set imap_pass = "`gpg --batch -q -d $HOME/.password-store/unal-pass.gpg`"
# To avoid storing your password in the .muttrc:
# echo -n 'mypassword' | gpg --encrypt -r 0x1234567890ABCDEF > ~/.mutt/account.gpg
# set imap_pass = "`gpg --batch -q --decrypt ~/.mutt/account.gpg`"
# My mailboxes
set folder = "imaps://imap.gmail.com:993"
set spoolfile = "+INBOX"
# Where to put the stuff
set header_cache = "~/.mutt/cache/headers"
set message_cachedir = "~/.mutt/cache/bodies"
set certificate_file = "~/.mutt/certificates"
# Etc
set mail_check = 30
set move = no
set imap_keepalive = 900
set sort = threads
set editor = "vim"
# GnuPG bootstrap
# source ~/.mutt/gpg.rc