diff options
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 |