summaryrefslogtreecommitdiffstats
path: root/mutt/aethon.muttrc
diff options
context:
space:
mode:
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"