diff options
Diffstat (limited to '.mutt')
-rw-r--r-- | .mutt/mailcap | 3 | ||||
-rw-r--r-- | .mutt/muttrc | 10 |
2 files changed, 8 insertions, 5 deletions
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 "<change-folder> +Main/Main<enter>" -macro index,pager gp "<change-folder> +Personal/Personal<enter>" -macro index,pager gi "<change-folder> +Informal/Informal<enter>" -macro index,pager gw "<change-folder> +Work/Work<enter>" +macro index,pager gm "<change-folder> +Main/Main<enter>" +macro index,pager gp "<change-folder> +Personal/Personal<enter>" +macro index,pager gi "<change-folder> +Informal/Informal<enter>" +macro index,pager gw "<change-folder> +Work/Work<enter>" # Key bindings +bind attach <return> view-mailcap + bind index,pager \Cf next-page bind index,pager \Cb previous-page bind index,pager \Cu next-unread-mailbox |