summaryrefslogtreecommitdiffstats
path: root/.mutt/iactor.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/iactor.muttrc
downloadmutt-d72f1da828129cf783b9cdc53df1dacceed2e0f6.tar.gz
mutt-d72f1da828129cf783b9cdc53df1dacceed2e0f6.zip
Initial commit of my mutt configuration in vcsh
Diffstat (limited to '.mutt/iactor.muttrc')
-rw-r--r--.mutt/iactor.muttrc13
1 files changed, 13 insertions, 0 deletions
diff --git a/.mutt/iactor.muttrc b/.mutt/iactor.muttrc
new file mode 100644
index 0000000..f090b5f
--- /dev/null
+++ b/.mutt/iactor.muttrc
@@ -0,0 +1,13 @@
+###
+# iactor specific options
+###
+
+set from = "tom@iactor.nl"
+set smtp_url = "mail.iactor.nl:2525"
+set mbox = "+iactor/INBOX"
+set record = "+iactor/Sent"
+set postponed = "+iactor/Drafts"
+unset signature
+
+macro index E "<change-folder>+iactor/INBOX<enter><limit>~B " "search everything"
+macro index D "<save-message>+iactor/Trash<enter>" "move message to the trash"