summaryrefslogtreecommitdiffstats
path: root/.mutt/arch.muttrc
blob: ff574a13a27eb5ef3d795093954b77c3064ebdcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
###
# archlinux.us specific options
###

set from          = "tom.willemsen@archlinux.us"
set smtp_url      = "smtp://tom.willemsen@archlinux.us@smtp.gmail.com:587/"
set mbox          = "+arch/INBOX"
set postponed     = "+arch/drafts"
set ssl_force_tls = yes
unset record
unset signature

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