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/ryuslash.org.muttrc | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .mutt/ryuslash.org.muttrc (limited to '.mutt/ryuslash.org.muttrc') diff --git a/.mutt/ryuslash.org.muttrc b/.mutt/ryuslash.org.muttrc new file mode 100644 index 0000000..315aa9d --- /dev/null +++ b/.mutt/ryuslash.org.muttrc @@ -0,0 +1,13 @@ +### +# ryuslash.org specific options +### + +set from = "tom@ryuslash.org" +set smtp_url = "smtp://tom@ryuslash.org@smtp.alwaysdata.com:587" +set mbox = "+ryuslash.org/INBOX" +set record = "+ryuslash.org/Sent" +set postponed = "+ryuslash.org/Drafts" +unset signature + +macro index E "+ryuslash.org/INBOX~B " "search everything" +macro index D "+ninthfloor/Trash" "move message to the trash" -- cgit v1.2.3-54-g00ecf