|
@@ -2035,6 +2035,19 @@ macro index,pager \Cb '<enter-command>toggle sidebar_visible<enter><redraw-scree
|
2035
|
2035
|
macro index <esc>m "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "mark all messages read"
|
2036
|
2036
|
|
2037
|
2037
|
|
|
2038
|
+# Collapsing threads
|
|
2039
|
+macro index [ "<collapse-thread>" "collapse/uncollapse thread"
|
|
2040
|
+macro index ] "<collapse-all>" "collapse/uncollapse all threads"
|
|
2041
|
+
|
|
2042
|
+# threads containing new messages
|
|
2043
|
+uncolor index "~(~N)"
|
|
2044
|
+ color index brightblue default "~(~N)"
|
|
2045
|
+
|
|
2046
|
+# new messages themselves
|
|
2047
|
+uncolor index "~N"
|
|
2048
|
+ color index brightyellow default "~N"
|
|
2049
|
+
|
|
2050
|
+
|
2038
|
2051
|
# GPG/PGP integration
|
2039
|
2052
|
|
2040
|
2053
|
# 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:
|
2103
|
2116
|
| CTRL-n | Next mailbox (on side bar) |
|
2104
|
2117
|
| CTRL-p | Previous mailbox (on side bar) |
|
2105
|
2118
|
| CTRL-o | Open mailbox (on side bar) |
|
|
2119
|
+| ] | Expand or collapse all threads |
|
|
2120
|
+| [ | Expand of collapse the current thread |
|
2106
|
2121
|
|
2107
|
2122
|
*** K9 Android client
|
2108
|
2123
|
|