aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/dave@sleepmap.de.rc
blob: 26602250be67c450c671c7e27082cbaec2c199fd (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>+Junk<enter>"  \
  "mark message as spam"