summaryrefslogtreecommitdiffstats
path: root/mutt/gmail.muttrc
blob: d9e1ef0ec1a0d7ecfcd753228dab2b87bcb02126 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
###
# gmail specific option
###

color status blue default

set from      = "ryuslash@gmail.com"
set smtp_url  = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
set mbox      = "+gmail/INBOX"
set postponed = "+gmail/drafts"
unset record
unset signature

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