aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/dave@sleepmap.de.rc
blob: 75c1efb4d82b64a21512197513a57b1f0b76863b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set from = "David Runge <dave@sleepmap.de>"
set sendmail  = "/usr/bin/msmtp -a sleepmap.de"
set folder = "~/Mail/sleepmap.de"
set spoolfile = "+INBOX"
set postponed = "+Drafts"
set record = "+Sent"
set realname = "David Runge"
set signature = "~/.mutt/dave@sleepmap.de.sig"

color status green default

macro index D \
  "<save-message>+Trash<enter>" \
  "move message to the trash"

macro index S \
  "<save-message>+Spam<enter>"  \
  "mark message as spam"