summaryrefslogtreecommitdiffstats
path: root/.mutt/aethon.muttrc
blob: 0bb15daefc4fe03a16982e237dc8ffe420fd29d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###
# aethon.nl specific options
###

set from          = "thomas@aethon.nl"
set smtp_url      = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
set mbox          = "+aethon/INBOX"
set signature     = "~/documents/work/aethon/signature.txt"
set postponed     = "+aethon/drafts"
set ssl_force_tls = yes
unset record

macro index E "<change-folder>+aethon/archive<enter><limit>~B " "search everything"
macro index D "<save-message>+aethon/trash<enter>"              "move message to the trash"
macro index S "<save-message>+aethon/spam<enter>"               "mark message as spam"