legacy-dotfiles/.mutt/gmail.muttrc

15 lines
487 B
Text
Raw Normal View History

2011-10-20 00:37:28 +02:00
###
# gmail specific option
###
2011-11-03 20:27:15 +01:00
set from = "ryuslash@gmail.com"
set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
set mbox = "+gmail/INBOX"
set postponed = "+gmail/drafts"
2011-10-20 00:37:28 +02:00
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"