From 44e6edb0413161d43cc30c7ed4fe3731cacad087 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Mon, 7 Mar 2011 09:08:09 +0100 Subject: Mutt cleanup and aethon * Cleaned up the various mailbox scripts to keep them in order. * Added an aethon mailbox. --- mutt/gmail.muttrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'mutt/gmail.muttrc') diff --git a/mutt/gmail.muttrc b/mutt/gmail.muttrc index b44162c..d9e1ef0 100644 --- a/mutt/gmail.muttrc +++ b/mutt/gmail.muttrc @@ -1,13 +1,15 @@ ### # gmail specific option +### color status blue default -set from = "ryuslash@gmail.com" -set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/" -set mbox = "+gmail/INBOX" -unset record +set from = "ryuslash@gmail.com" +set smtp_url = "smtp://ryuslash@gmail.com@smtp.gmail.com:587/" +set mbox = "+gmail/INBOX" set postponed = "+gmail/drafts" +unset record +unset signature macro index E "+gmail/archive~B " "search everything" macro index D "+gmail/trash" "move message to the trash" -- cgit v1.2.3-54-g00ecf