[neomutt-users] jump to the newest message in a thread

Kiyoung Park pkyoung at gmail.com
Sat Feb 27 01:15:41 CET 2021


I am wondering how do you jump to the newest message in a thread,
when the thread has many messages in complicated tree. (see below for example)

I am sorting the message as:
set sort = threads
set sort_aux = reverse-last-date-received

I found the link https://bbs.archlinux.org/viewtopic.php?id=133726,
"How to jump to first/last message in thread",
and the solution like,

    macro   generic ">"     "<next-thread><previous-entry>"
    macro   generic "<"     "<previous-thread><next-entry>"

but it jumps to the first/last not oldest/newest. (the oldest is the first)

As an example, I easily have a thread with more than 50 messages, and
it is not easy to find the newest message as below (where #32 is the
newest)
  29 r +  │  │   │      │    │       └>
  30   F  │  │   │      │    │        └>
  31   +  │  │   │      │    │         └>
  32   +  │  │   │      │    │          └>
  33   +  │  │   │      │    └>
  34   F  │  │   │      └>
  35   +  │  │   │       └>
  36   +  │  │   │        └>
  37   F  │  │   │         └>
  38   +  │  │   │          └>
  39 r +  │  │   └>
  40   F  │  │    └>

Thanks.


More information about the neomutt-users mailing list