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

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

Re: Emacs resident looking for advice when Gnus blocks while fetching ne


From: Emanuel Berg
Subject: Re: Emacs resident looking for advice when Gnus blocks while fetching news
Date: Tue, 10 Dec 2019 13:01:29 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

>>> Is there a way to convert all my messages
>>> from nnmaildir to nnml?
>>
>> What you look for is called respooling.
>> [...]
>
> Just check it out and it doesn't add up [...]

Now I've found it! But this paleo-computer
can't view Google Groups. But I have
a smartphone here that can! So I'll just type
my own code... but first:

$ # from <https://dataswamp.org/~incal/conf/.zsh/time>
$ time-from 2013-09-28
6y 2m 12d (2264d)

what that just six years ago? it feels like 15
or 20!!? :O

Anyway the code, and I just type, with one
small change: (beginning-of-line) replaced by
more modern and macho (goto-char (point-min))


(defun gnus-summary-respool-all ()
  (interactive)
  (let ((lines (count-lines (point-min) (point-max))))
    (goto-char (point-min))
    (gnus-summary-respool-article lines
     (gnus-find-method-for-group "nnml:mail.misc") )))


That's right, manually create the NOT
nnml:mail.misc group first :)

-- 
underground experts united
http://user.it.uu.se/~embe8573
https://dataswamp.org/~incal




reply via email to

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