legacy-dotfiles/mutt/aethon.muttrc
Tom Willemsen 44e6edb041 Mutt cleanup and aethon
* Cleaned up the various mailbox scripts to keep them in order.

  * Added an aethon mailbox.
2011-03-07 09:08:09 +01:00

16 lines
547 B
Text

###
# aethon.nl specific options
###
color status brightwhite green
set from = "thomas@aethon.nl"
set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
set mbox = "+aethon/INBOX"
set signature = "~/.aethon_signature"
set postponed = "+aethon/drafts"
unset record
macro index E "<change-folder>+aethon/archive<enter><limit>~B " "search everything"
macro index D "<save-message>+aethon/trash<enter>" "move message to the trash"
macro index S "<save-message>+aethon/spam<enter>" "mark message as spam"