diff options
author | Urbain Vaes <urbain@vaes.uk> | 2016-01-18 10:45:39 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2016-01-18 10:45:39 +0000 |
commit | b7715a0b58024479bf66f1df8cd04ff54cb1229a (patch) | |
tree | 89bcd6e1276f113789ec0ff82f41b5d5d20597a1 /.mutt | |
parent | 83560b5b4ba00df1552d14150ec5d7930e2bdd0a (diff) |
Add i3status.conf
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 |