[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Reading messages in a sequnce
From: |
Geoff Raye |
Subject: |
Re: Reading messages in a sequnce |
Date: |
Fri, 10 Jul 2020 16:17:52 -0500 |
pick -seq foo -from oki@the.cat
show foo:first
show foo:next
show foo:next
show foo:last
[aalinovi@riseup.net]
> If I have non consecutive messages in a given sequence, is there any way
> to read them consecutively?
>
> For example, sequence picked with messages 94 95 114 126 155.
> show 94 shows message 94, next shows message 95. But then next shows
> message 96, not message 114 (which makes sense since 96 is the next
> message but it's not what I want).
>
> With only a few messages this is no big deal as I can just do show 94
> show 95 show 114 etc, If I have a sequence with a significant number of me
> =
> ssages such a
> solution is not practical.
>
> Thank you