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/muttrc | |
parent | 83560b5b4ba00df1552d14150ec5d7930e2bdd0a (diff) |
Add i3status.conf
Diffstat (limited to '.mutt/muttrc')
-rw-r--r-- | .mutt/muttrc | 10 |
1 files changed, 6 insertions, 4 deletions
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 |