legacy-dotfiles/mutt/gmail.muttrc
Tom Willemsen 8a3f33629b Colors update
I like the naquadah theme for emacs, so now I've changed a few colors
to make my terminal apps look a little bit more like it, more will
most likely follow.
2011-05-12 23:41:49 +02:00

14 lines
487 B
Text

###
# 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"