summaryrefslogtreecommitdiffstats
path: root/.mutt/aethon.muttrc
diff options
context:
space:
mode:
authorGravatar Tom Willemse2013-08-13 23:01:05 +0200
committerGravatar Tom Willemse2013-08-13 23:01:05 +0200
commitd72f1da828129cf783b9cdc53df1dacceed2e0f6 (patch)
tree4270eb914d21cfcf915802c86bdfa87adbd4272b /.mutt/aethon.muttrc
downloadmutt-d72f1da828129cf783b9cdc53df1dacceed2e0f6.tar.gz
mutt-d72f1da828129cf783b9cdc53df1dacceed2e0f6.zip
Initial commit of my mutt configuration in vcsh
Diffstat (limited to '.mutt/aethon.muttrc')
-rw-r--r--.mutt/aethon.muttrc14
1 files changed, 14 insertions, 0 deletions
diff --git a/.mutt/aethon.muttrc b/.mutt/aethon.muttrc
new file mode 100644
index 0000000..259098a
--- /dev/null
+++ b/.mutt/aethon.muttrc
@@ -0,0 +1,14 @@
+###
+# aethon.nl specific options
+###
+
+set from = "thomas@aethon.nl"
+set smtp_url = "smtp://thomas@aethon.nl@smtp.gmail.com:587/"
+set mbox = "+aethon/INBOX"
+set signature = "~/documents/work/aethon/signature.txt"
+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"