* How to move from end of one thread to beginning of next by pressing "n"?
@ 2024-04-08 17:06 Richard H. Stanton
2024-04-08 17:23 ` Jon Fineman
2024-04-08 17:23 ` Carl Worth
0 siblings, 2 replies; 7+ messages in thread
From: Richard H. Stanton @ 2024-04-08 17:06 UTC (permalink / raw)
To: notmuch
I’ve recently installed notmuch with lieer and now have it successfully bringing my mail over from gmail so I can read it locally inside Emacs. This is very nice, and I particularly love the speed of notmuch’s searches. However, I’m not seeing how to get notmuch to do something that seems desirable (and obvious) to me:
If I press RETURN to view a message, “n” and “p” move to the next/previous message *in the thread*, but motion with “n” stops when you get to the end of the thread. Is there a way to set things so that “n” moves from the end of the current thread to the beginning of the next? This would make going through my emails a lot more convenient, especially as most of my “threads” only have one message in them.
Thanks for any suggestions.
Richard Stanton
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: How to move from end of one thread to beginning of next by pressing "n"?
2024-04-08 17:06 How to move from end of one thread to beginning of next by pressing "n"? Richard H. Stanton
@ 2024-04-08 17:23 ` Jon Fineman
2024-04-08 23:03 ` Jon Fineman
2024-04-08 17:23 ` Carl Worth
1 sibling, 1 reply; 7+ messages in thread
From: Jon Fineman @ 2024-04-08 17:23 UTC (permalink / raw)
To: Richard H. Stanton, notmuch
"Richard H. Stanton" <rhstanton@berkeley.edu> writes:
> I’ve recently installed notmuch with lieer and now have it successfully bringing my mail over from gmail so I can read it locally inside Emacs. This is very nice, and I particularly love the speed of notmuch’s searches. However, I’m not seeing how to get notmuch to do something that seems desirable (and obvious) to me:
>
> If I press RETURN to view a message, “n” and “p” move to the next/previous message *in the thread*, but motion with “n” stops when you get to the end of the thread. Is there a way to set things so that “n” moves from the end of the current thread to the beginning of the next? This would make going through my emails a lot more convenient, especially as most of my “threads” only have one message in them.
>
> Thanks for any suggestions.
>
> Richard Stanton
> _______________________________________________
> notmuch mailing list -- notmuch@notmuchmail.org
> To unsubscribe send an email to notmuch-leave@notmuchmail.org
For me it is capital "N" and "P", (notmuch-show-next-message), (notmuch-show-previous-message).
\r
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: How to move from end of one thread to beginning of next by pressing "n"?
2024-04-08 17:06 How to move from end of one thread to beginning of next by pressing "n"? Richard H. Stanton
2024-04-08 17:23 ` Jon Fineman
@ 2024-04-08 17:23 ` Carl Worth
2024-04-08 17:26 ` Richard H. Stanton
1 sibling, 1 reply; 7+ messages in thread
From: Carl Worth @ 2024-04-08 17:23 UTC (permalink / raw)
To: Richard H. Stanton, notmuch
On Mon, Apr 08 2024, Richard H. Stanton wrote:
> If I press RETURN to view a message, “n” and “p” move to the
> next/previous message *in the thread*, but motion with “n” stops when
> you get to the end of the thread. Is there a way to set things so that
> “n” moves from the end of the current thread to the beginning of the
> next? This would make going through my emails a lot more convenient,
> especially as most of my “threads” only have one message in them.
I don't think that exists as a current option.
You can use the space bar to advance to the next thread.
-Carl\r
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: How to move from end of one thread to beginning of next by pressing "n"?
2024-04-08 17:23 ` Carl Worth
@ 2024-04-08 17:26 ` Richard H. Stanton
2024-04-08 18:17 ` Richard H. Stanton
0 siblings, 1 reply; 7+ messages in thread
From: Richard H. Stanton @ 2024-04-08 17:26 UTC (permalink / raw)
To: Carl Worth; +Cc: notmuch
Thanks, Carl. Using tree mode seems to solve my problem.
> On Apr 8, 2024, at 10:23 AM, Carl Worth <cworth@cworth.org> wrote:
>
> On Mon, Apr 08 2024, Richard H. Stanton wrote:
>> If I press RETURN to view a message, “n” and “p” move to the
>> next/previous message *in the thread*, but motion with “n” stops when
>> you get to the end of the thread. Is there a way to set things so that
>> “n” moves from the end of the current thread to the beginning of the
>> next? This would make going through my emails a lot more convenient,
>> especially as most of my “threads” only have one message in them.
>
> I don't think that exists as a current option.
>
> You can use the space bar to advance to the next thread.
>
> -Carl
\r
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: How to move from end of one thread to beginning of next by pressing "n"?
2024-04-08 17:26 ` Richard H. Stanton
@ 2024-04-08 18:17 ` Richard H. Stanton
0 siblings, 0 replies; 7+ messages in thread
From: Richard H. Stanton @ 2024-04-08 18:17 UTC (permalink / raw)
To: Carl Worth; +Cc: notmuch
Is there a way to have all searches use tree mode by default? I know I can set this as part of each individual search, but it would save typing if there were a setting to make this the default.
> On Apr 8, 2024, at 10:26 AM, Richard H. Stanton <rhstanton@berkeley.edu> wrote:
>
> Thanks, Carl. Using tree mode seems to solve my problem.
>
>> On Apr 8, 2024, at 10:23 AM, Carl Worth <cworth@cworth.org> wrote:
>>
>> On Mon, Apr 08 2024, Richard H. Stanton wrote:
>>> If I press RETURN to view a message, “n” and “p” move to the
>>> next/previous message *in the thread*, but motion with “n” stops when
>>> you get to the end of the thread. Is there a way to set things so that
>>> “n” moves from the end of the current thread to the beginning of the
>>> next? This would make going through my emails a lot more convenient,
>>> especially as most of my “threads” only have one message in them.
>>
>> I don't think that exists as a current option.
>>
>> You can use the space bar to advance to the next thread.
>>
>> -Carl
>
\r
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: How to move from end of one thread to beginning of next by pressing "n"?
2024-04-08 17:23 ` Jon Fineman
@ 2024-04-08 23:03 ` Jon Fineman
2024-04-09 9:16 ` Richard Stanton
0 siblings, 1 reply; 7+ messages in thread
From: Jon Fineman @ 2024-04-08 23:03 UTC (permalink / raw)
To: Richard H. Stanton, notmuch
Jon Fineman <jon@fineman.me> writes:
> "Richard H. Stanton" <rhstanton@berkeley.edu> writes:
>
>> I’ve recently installed notmuch with lieer and now have it successfully bringing my mail over from gmail so I can read it locally inside Emacs. This is very nice, and I particularly love the speed of notmuch’s searches. However, I’m not seeing how to get notmuch to do something that seems desirable (and obvious) to me:
>>
>> If I press RETURN to view a message, “n” and “p” move to the next/previous message *in the thread*, but motion with “n” stops when you get to the end of the thread. Is there a way to set things so that “n” moves from the end of the current thread to the beginning of the next? This would make going through my emails a lot more convenient, especially as most of my “threads” only have one message in them.
>>
>> Thanks for any suggestions.
>>
>> Richard Stanton
>> _______________________________________________
>> notmuch mailing list -- notmuch@notmuchmail.org
>> To unsubscribe send an email to notmuch-leave@notmuchmail.org
>
> For me it is capital "N" and "P", (notmuch-show-next-message), (notmuch-show-previous-message).
I am sorry, I goofed.
It is M-p (notmuch-show-previous-thread-show) and M-n
(notmuch-show-next-thread-show)
As far as I can tell it comes mapped to those keys.
\r
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: How to move from end of one thread to beginning of next by pressing "n"?
2024-04-08 23:03 ` Jon Fineman
@ 2024-04-09 9:16 ` Richard Stanton
0 siblings, 0 replies; 7+ messages in thread
From: Richard Stanton @ 2024-04-09 9:16 UTC (permalink / raw)
To: Jon Fineman, notmuch
Jon Fineman <jon@fineman.me> writes:
> Jon Fineman <jon@fineman.me> writes:
>
>> "Richard H. Stanton" <rhstanton@berkeley.edu> writes:
>>
>>> I’ve recently installed notmuch with lieer and now have it successfully bringing my mail over from gmail so I can read it locally inside Emacs. This is very nice, and I particularly love the speed of notmuch’s searches. However, I’m not seeing how to get notmuch to do something that seems desirable (and obvious) to me:
>>>
>>> If I press RETURN to view a message, “n” and “p” move to the next/previous message *in the thread*, but motion with “n” stops when you get to the end of the thread. Is there a way to set things so that “n” moves from the end of the current thread to the beginning of the next? This would make going through my emails a lot more convenient, especially as most of my “threads” only have one message in them.
>>>
>>> Thanks for any suggestions.
>>>
>>> Richard Stanton
>>> _______________________________________________
>>> notmuch mailing list -- notmuch@notmuchmail.org
>>> To unsubscribe send an email to notmuch-leave@notmuchmail.org
>>
>> For me it is capital "N" and "P", (notmuch-show-next-message), (notmuch-show-previous-message).
>
> I am sorry, I goofed.
>
> It is M-p (notmuch-show-previous-thread-show) and M-n
> (notmuch-show-next-thread-show)
>
> As far as I can tell it comes mapped to those keys.
That works! Thanks, Jon.\r
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-04-09 9:16 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-08 17:06 How to move from end of one thread to beginning of next by pressing "n"? Richard H. Stanton
2024-04-08 17:23 ` Jon Fineman
2024-04-08 23:03 ` Jon Fineman
2024-04-09 9:16 ` Richard Stanton
2024-04-08 17:23 ` Carl Worth
2024-04-08 17:26 ` Richard H. Stanton
2024-04-08 18:17 ` Richard H. Stanton
Code repositories for project(s) associated with this public inbox
https://yhetil.org/notmuch.git/
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).