* Search unanswered emails in Gnus
@ 2022-11-04 0:41 Juan Herrera
2022-11-04 8:11 ` Robert Pluim
0 siblings, 1 reply; 4+ messages in thread
From: Juan Herrera @ 2022-11-04 0:41 UTC (permalink / raw)
To: help-gnu-emacs
Is there a way in Gnus to search my Sent inbox for mails that have been
unanswered, so that I can follow up to the recipient? Thanks.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Search unanswered emails in Gnus
2022-11-04 0:41 Search unanswered emails in Gnus Juan Herrera
@ 2022-11-04 8:11 ` Robert Pluim
2022-11-04 10:22 ` Juan Herrera
0 siblings, 1 reply; 4+ messages in thread
From: Robert Pluim @ 2022-11-04 8:11 UTC (permalink / raw)
To: Juan Herrera; +Cc: help-gnu-emacs
>>>>> On Fri, 4 Nov 2022 01:41:57 +0100, Juan Herrera <juan.herrero.diaz@gmail.com> said:
Juan> Is there a way in Gnus to search my Sent inbox for mails that have been
Juan> unanswered, so that I can follow up to the recipient? Thanks.
gnus-summary-limit-to-replied is an interactive byte-compiled Lisp
function in `gnus-sum.el'.
(gnus-summary-limit-to-replied &optional UNREPLIED)
Limit the summary buffer to replied articles.
If UNREPLIED (the prefix), limit to unreplied articles.
So "C-u / r" in a summary buffer should do it.
Robert
--
^ permalink raw reply [flat|nested] 4+ messages in thread
* Search unanswered emails in Gnus
2022-11-04 8:11 ` Robert Pluim
@ 2022-11-04 10:22 ` Juan Herrera
2022-11-04 10:38 ` Robert Pluim
0 siblings, 1 reply; 4+ messages in thread
From: Juan Herrera @ 2022-11-04 10:22 UTC (permalink / raw)
To: Robert Pluim; +Cc: help-gnu-emacs@gnu.org
On Friday, November 4, 2022, Robert Pluim <rpluim@gmail.com> wrote:
> >>>>> On Fri, 4 Nov 2022 01:41:57 +0100, Juan Herrera <
> juan.herrero.diaz@gmail.com> said:
>
> Juan> Is there a way in Gnus to search my Sent inbox for mails that
> have been
> Juan> unanswered, so that I can follow up to the recipient? Thanks.
>
> gnus-summary-limit-to-replied is an interactive byte-compiled Lisp
> function in `gnus-sum.el'.
>
> (gnus-summary-limit-to-replied &optional UNREPLIED)
>
> Limit the summary buffer to replied articles.
> If UNREPLIED (the prefix), limit to unreplied articles.
>
> So "C-u / r" in a summary buffer should do it.
>
> Robert
Thank you, but this filters by emails I haven’t replied to, right? I want
emails where I haven’t had a reply yet.
> --
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Search unanswered emails in Gnus
2022-11-04 10:22 ` Juan Herrera
@ 2022-11-04 10:38 ` Robert Pluim
0 siblings, 0 replies; 4+ messages in thread
From: Robert Pluim @ 2022-11-04 10:38 UTC (permalink / raw)
To: Juan Herrera; +Cc: help-gnu-emacs@gnu.org
>>>>> On Fri, 4 Nov 2022 11:22:05 +0100, Juan Herrera <juan.herrero.diaz@gmail.com> said:
Juan> Thank you, but this filters by emails I haven’t replied to, right? I want
Juan> emails where I haven’t had a reply yet.
Ah, I misunderstood. Thereʼs '/ S' for limiting to articles that are
not part of a thread, but that wonʼt work for discussions where youʼre
waiting for a reply to the last email.
Robert
--
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2022-11-04 10:38 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-04 0:41 Search unanswered emails in Gnus Juan Herrera
2022-11-04 8:11 ` Robert Pluim
2022-11-04 10:22 ` Juan Herrera
2022-11-04 10:38 ` Robert Pluim
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/emacs.git
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.