summaryrefslogtreecommitdiffstats
path: root/.mutt/aethon.muttrc
blob: 259098a196b8868d8c672d7d45333649cc33e990 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###
# 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"
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"