legacy-dotfiles/mutt/arch.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
534 B
Text

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