legacy-dotfiles/mutt/gmail.muttrc

15 lines
487 B
Text
Raw Normal View History

2011-01-11 13:50:07 +01:00
###
# gmail specific option
###
2011-01-11 13:50:07 +01:00
set from = "ryuslash@gmail.com"
set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/"
set mbox = "+gmail/INBOX"
2011-01-11 13:50:07 +01:00
set postponed = "+gmail/drafts"
unset record
unset signature
2011-01-11 13:50:07 +01:00
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"