diff options
author | Ryan Kavanagh <rak@debian.org> | 2017-07-02 16:33:53 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2017-07-02 16:33:53 -0400 |
commit | 22c5d863a55abb0cf5f5df05f386fbafc34afd62 (patch) | |
tree | 5f6ed6d14e9a1e3a811914236331ba35708c5fc9 /.muttrc | |
parent | rkinits (diff) |
Make .n macro work with neomutt~
Diffstat (limited to '.muttrc')
-rw-r--r-- | .muttrc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -48,6 +48,8 @@ bind index ( next-unread-mailbox bind index * next-unread bind pager i exit +# To keep the macro .n from binding just . +bind index . noop macro index .n "<tag-pattern>~N|~O<enter><tag-prefix-cond><tag-prefix><clear-flag>N<tag-prefix><clear-flag>O<untag-pattern>~T<enter>" "Catchup all new messages" # This shows up in a nice message box at the top of e-mails for MS Outlook users |