aboutsummaryrefslogtreecommitdiff
path: root/mutt/.muttrc
blob: 9ffef67f5d047ac00c2dd5c6dff06e7daecdf107 (plain) (blame)
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
# General
set editor=`echo \$EDITOR`
set send_charset="utf-8"
set edit_headers=yes
unset user_agent

# Passwords
source "gpg2 -dq $HOME/.mutt-pwds.gpg |"
# don't let people read them
bind generic,alias,attach,browser,editor,index,compose,pager,pgp,postpone ':' noop

# IMAP
set imap_user=$my_info_camilstaps_un
set imap_pass=$my_info_camilstaps_pw
set folder=imaps://mail.camilstaps.nl/
set spoolfile=+INBOX
set imap_check_subscribed

# SMTP
set record=+Sent
set realname="Camil Staps"
set from=info@camilstaps.nl
set use_from=yes
set smtp_url=smtps://$imap_user:$imap_pass@mail.camilstaps.nl

# Cache
set header_cache=~/.cache/mutt
set message_cachedir=~/.cache/mutt