summaryrefslogtreecommitdiffstats
path: root/OPS
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2016-10-19 13:21:16 -0700
committerKevin McCarthy <kevin@8t8.us>2016-10-19 13:21:16 -0700
commit2256f55ab4e65f011cd53786255aa9b1c0f1a9d1 (patch)
tree1a8494e4d0136ac93c8c6202f8c421afcb5c75ea /OPS
parent53d574383b7b9a3d6953530267538188a21beb56 (diff)
Add root-message function to jump to root message in thread.
This seems like a useful feature that was brought up for discussion on mutt-users. Proposed solutions involved collapsing/uncollapsing threads, but it's not hard to modify the mutt_parent_message() function to return the root instead.
Diffstat (limited to 'OPS')
-rw-r--r--OPS1
1 files changed, 1 insertions, 0 deletions
diff --git a/OPS b/OPS
index 02cea8e1..ed15b49e 100644
--- a/OPS
+++ b/OPS
@@ -124,6 +124,7 @@ OP_MAIN_PREV_NEW_THEN_UNREAD "jump to the previous new or unread message"
OP_MAIN_PREV_UNREAD "jump to the previous unread message"
OP_MAIN_READ_THREAD "mark the current thread as read"
OP_MAIN_READ_SUBTHREAD "mark the current subthread as read"
+OP_MAIN_ROOT_MESSAGE "jump to root message in thread"
OP_MAIN_SET_FLAG "set a status flag on a message"
OP_MAIN_SYNC_FOLDER "save changes to mailbox"
OP_MAIN_TAG_PATTERN "tag messages matching a pattern"