diff --git a/mutt/mailcap b/mutt/mailcap index 4342ce8..d2e4695 100644 --- a/mutt/mailcap +++ b/mutt/mailcap @@ -1,3 +1,4 @@ text/html; lynx -dump %s; nametemplate=%s.html; copiousoutput application/vnd.openxmlformats-officedocument.wordprocessingml.document; libreoffice %s application/vnd.ms-excel; libreoffice %s +image/jpeg; feh %s 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