Quellcode durchsuchen

Expanding and collapsing threads

Bob Mottram vor 11 Jahren
Ursprung
Commit
a796ac912f
1 geänderte Dateien mit 15 neuen und 0 gelöschten Zeilen
  1. 15
    0
      beaglebone.txt

+ 15
- 0
beaglebone.txt Datei anzeigen

2035
 macro index <esc>m "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "mark all messages read"
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
 # GPG/PGP integration
2051
 # GPG/PGP integration
2039
 
2052
 
2040
 # this set the number of seconds to keep in memory the passphrase used to encrypt/sign
2053
 # this set the number of seconds to keep in memory the passphrase used to encrypt/sign
2103
 | CTRL-n | Next mailbox (on side bar)                              |
2116
 | CTRL-n | Next mailbox (on side bar)                              |
2104
 | CTRL-p | Previous mailbox (on side bar)                          |
2117
 | CTRL-p | Previous mailbox (on side bar)                          |
2105
 | CTRL-o | Open mailbox (on side bar)                              |
2118
 | CTRL-o | Open mailbox (on side bar)                              |
2119
+| ]      | Expand or collapse all threads                          |
2120
+| [      | Expand of collapse the current thread                   |
2106
 
2121
 
2107
 *** K9 Android client
2122
 *** K9 Android client
2108
 
2123