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

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"