summaryrefslogtreecommitdiffstats
path: root/mutt/aethon.muttrc
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2011-03-07 09:08:09 +0100
committerGravatar Tom Willemsen2011-03-07 09:08:09 +0100
commit44e6edb0413161d43cc30c7ed4fe3731cacad087 (patch)
tree70a64e46ef478ceb7aada6e7fbe1699ff31a1a19 /mutt/aethon.muttrc
parentb9121c114307f04520545396b000f5f7740c7c25 (diff)
downloaddotfiles-44e6edb0413161d43cc30c7ed4fe3731cacad087.tar.gz
dotfiles-44e6edb0413161d43cc30c7ed4fe3731cacad087.zip
Mutt cleanup and aethon
* Cleaned up the various mailbox scripts to keep them in order. * Added an aethon mailbox.
Diffstat (limited to 'mutt/aethon.muttrc')
-rw-r--r--mutt/aethon.muttrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/mutt/aethon.muttrc b/mutt/aethon.muttrc
new file mode 100644
index 0000000..a5f28b9
--- /dev/null
+++ b/mutt/aethon.muttrc
@@ -0,0 +1,16 @@
+###
+# 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"