help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: Retrieve all the emails belong to a thread initiated by myself from


From: Emanuel Berg
Subject: Re: Retrieve all the emails belong to a thread initiated by myself from the archive server.
Date: Tue, 12 Oct 2021 03:15:29 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hongyi Zhao wrote:

>>> Is there a method which can let me retrieve all the emails
>>> belong to a thread initiated by myself from the archive
>>> server within Emacs?
>>
>> Yes, with Gnus, it is called respooling.
>
> It seems that the corresponding function for this feature is
> the following:
>
> gnus-summary-respool-article

First create groups ...

Then make rules, e.g.

(setq nnmail-split-methods
      '(
        ("mail.ml-ooa" 
"\\(To\\|Cc\\):.*\\(help-gnu-emacs@gnu.org\\|ding@gnus.org\\|emacs-w3m@namazu.org\\|emacs-devel@gnu.org\\|gmane-discuss@quimby.gnus.org\\|tex-live@tug.org\\|gnuplot-info@lists.sourceforge.net\\|emacs-orgmode@gnu.org\\|emacs-erc@gnu.org\\)")
        ("mail.ml-ooa" "List-Id: <linux-rpi-kernel.lists.infradead.org>")
        ("mail.ml-ooa" "List-Id: Users list for the GNU Emacs text editor 
<help-gnu-emacs.gnu.org>")
        ("mail.misc"   "")
      ))

Then test respool on a couple of article and see if they end
up in the right place(s), if not adjust. When it is cool,
respool the whole thing. Done and done :)

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

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