From b7715a0b58024479bf66f1df8cd04ff54cb1229a Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Mon, 18 Jan 2016 10:45:39 +0000 Subject: Add i3status.conf --- .mutt/mailcap | 3 ++- .mutt/muttrc | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to '.mutt') diff --git a/.mutt/mailcap b/.mutt/mailcap index 5961957..c4f43e8 100644 --- a/.mutt/mailcap +++ b/.mutt/mailcap @@ -1,4 +1,5 @@ +text/html; uzbl-browser %s; text/html; w3m -dump %s; nametemplate=%s.html; copiousoutput -text/html; uzbl-browser %s ; +text/plain; more %s; image/*; feh %s application/pdf; zathura %s diff --git a/.mutt/muttrc b/.mutt/muttrc index 8b48345..1894f87 100644 --- a/.mutt/muttrc +++ b/.mutt/muttrc @@ -56,12 +56,14 @@ set editor="vim" set include=yes # Macros -macro index,pager gm " +Main/Main" -macro index,pager gp " +Personal/Personal" -macro index,pager gi " +Informal/Informal" -macro index,pager gw " +Work/Work" +macro index,pager gm " +Main/Main" +macro index,pager gp " +Personal/Personal" +macro index,pager gi " +Informal/Informal" +macro index,pager gw " +Work/Work" # Key bindings +bind attach view-mailcap + bind index,pager \Cf next-page bind index,pager \Cb previous-page bind index,pager \Cu next-unread-mailbox -- cgit v1.2.3