-
Notifications
You must be signed in to change notification settings - Fork 2
/
muttrc
27 lines (23 loc) · 843 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
### RECEIVING ###
# Automatically log in to this mailbox at startup
set spoolfile="imaps://[email protected]/INBOX"
# Define the = shortcut, and the entry point for the folder browser (c?)
set folder="imaps://[email protected]/INBOX"
# Reduce polling frequency to a sane level
set mail_check=60
set record="=Sent"
set postponed="=Drafts"
set trash="=Trash"
# Don't wait to enter mailbox manually
unset imap_passive
### SENDING ###
set smtp_url="smtp://[email protected]:587"
set ssl_starttls = yes
set realname="Andreas Zwinkau"
set from="[email protected]"
set use_from=yes
my_hdr Reply-To: [email protected]
set signature="~/.signature"
### MANAGING ###
set delete=ask-yes # Ask before doing a delete.
macro index,pager A "<tag-prefix><save-message>=Archives.2011<enter>"