From 22c5d863a55abb0cf5f5df05f386fbafc34afd62 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Sun, 2 Jul 2017 16:33:53 -0400 Subject: Make .n macro work with neomutt~ --- .muttrc | 2 ++ 1 file changed, 2 insertions(+) (limited to '.muttrc') diff --git a/.muttrc b/.muttrc index dcf9959..18d89f3 100644 --- a/.muttrc +++ b/.muttrc @@ -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 "~N|~ONO~T" "Catchup all new messages" # This shows up in a nice message box at the top of e-mails for MS Outlook users -- cgit v1.2.3