From 6816b8dfaeb16bab8a14b09f256ae0640b2ae48d Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Thu, 19 Jul 2012 10:24:24 -0400 Subject: Added shortcut for showing threads with new/old messages --- .muttrc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.muttrc b/.muttrc index d125fd5..6dcda5c 100644 --- a/.muttrc +++ b/.muttrc @@ -132,3 +132,11 @@ macro index \ macro index \ "unset wait_key~/bin/mutt-notmuch thread~/.cache/mutt_resultsset wait_key" \ "search and reconstruct owning thread (using notmuch)" + +macro index N \ + "~(~N|~O)" \ + "Show only threads with new/old messages" + +macro index A \ + "all" \ + "Show all messages (remove limit)" -- cgit v1.2.3