info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding last messages in a thread


From: Michael Heerdegen
Subject: Re: Finding last messages in a thread
Date: Fri, 01 May 2020 03:27:35 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Andrew Cohen <cohen@bu.edu> writes:

> don't have time to fix it all up, blah, blah, can someone push this for
> me please:):

Sure.

> @@ -8698,7 +8556,8 @@ gnus-summary-limit-include-thread
>  When called interactively, ID is the Message-ID of the current
>  article.  If thread-only is non-nil limit the summary buffer to
>  these articles."
> -  (interactive (list (mail-header-id (gnus-summary-article-header))))
> +  (interactive (list (mail-header-id (gnus-summary-article-header))
> +                    current-prefix-arg))
>    (let ((articles (gnus-articles-in-thread
>                    (gnus-id-to-thread (gnus-root-id id))))
>         ;;we REALLY want the whole thread---this prevents cut-threads

But I have some questions first (somewhat interdependent):

(1) I wasn't able to discover this.  Should there be a menu entry for
this function?

(2) It currently has the binding / T.  But it doesn't seem to be a pure
limit command, since it also shows additional articles.  Do we want it
like this?

(3) Will people call this more often with prefix arg?  If yes, should we
toggle the meaning of the prefix, or split the command into two separate
commands?

I'm not a Gnus guru, so I don't have a strong opinion myself, but I
wondered.


Michael.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]