From a796ac912fa792bcfd2b39b7883da8410b9a8e94 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Tue, 11 Mar 2014 22:51:46 +0000 Subject: [PATCH] Expanding and collapsing threads --- beaglebone.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/beaglebone.txt b/beaglebone.txt index a2ceaf3f..0bb89814 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -2035,6 +2035,19 @@ macro index,pager \Cb 'toggle sidebar_visiblem "T~N;WNT~O;WO\CT~T" "mark all messages read" +# Collapsing threads +macro index [ "" "collapse/uncollapse thread" +macro index ] "" "collapse/uncollapse all threads" + +# threads containing new messages +uncolor index "~(~N)" + color index brightblue default "~(~N)" + +# new messages themselves +uncolor index "~N" + color index brightyellow default "~N" + + # GPG/PGP integration # this set the number of seconds to keep in memory the passphrase used to encrypt/sign @@ -2103,6 +2116,8 @@ Some useful keys to know are: | CTRL-n | Next mailbox (on side bar) | | CTRL-p | Previous mailbox (on side bar) | | CTRL-o | Open mailbox (on side bar) | +| ] | Expand or collapse all threads | +| [ | Expand of collapse the current thread | *** K9 Android client