From d72f1da828129cf783b9cdc53df1dacceed2e0f6 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Tue, 13 Aug 2013 23:01:05 +0200 Subject: Initial commit of my mutt configuration in vcsh --- .mutt/aethon.muttrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .mutt/aethon.muttrc (limited to '.mutt/aethon.muttrc') 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 "+aethon/archive~B " "search everything" +macro index D "+aethon/trash" "move message to the trash" +macro index S "+aethon/spam" "mark message as spam" -- cgit v1.2.3-54-g00ecf