From f2d0ba0967a154e48c7e084b2736d7b762e9127f Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Thu, 20 Oct 2011 00:37:28 +0200 Subject: Bring back the MUTT --- .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