From a49222661c695c9c18b543a1700d090bfef0a636 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 26 Jun 2011 12:44:55 +0200 Subject: MUTT: mailcap and keys Added mailcap entry for jpeg files Fixed type in launch abook Added keybinds for easier mailbox access --- muttrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'muttrc') diff --git a/muttrc b/muttrc index 9653757..21a7cae 100644 --- a/muttrc +++ b/muttrc @@ -102,8 +102,12 @@ set query_command = "abook --mutt-query '%s'" # macros macro index I "!" "go to Inbox" macro index Z "/usr/bin/offlineimap -q -o" "sync IMAP" -macro generic,index,pager \ca "abook" "lanch abook" +macro generic,index,pager \ca "abook" "launch abook" macro index,pager A "abook --add-email" "add the sender address to abook" +macro generic,index,pager 1 "=gmail/INBOX" "Show gmail inbox" +macro generic,index,pager 2 "=arch/INBOX" "Show arch inbox" +macro generic,index,pager 3 "=aethon/INBOX" "Show aethon inbox" +macro generic,index,pager 4 "=iactor/INBOX" "Show iactor inbox" # key bindings bind pager \177 previous-line # default didn't want to work anymore -- cgit v1.2.3-54-g00ecf