Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Emanuel Berg via info-gnus-english <info-gnus-english@gnu.org>
To: info-gnus-english@gnu.org
Subject: Re: Emacs resident looking for advice when Gnus blocks while fetching news
Date: Tue, 10 Dec 2019 13:01:29 +0100	[thread overview]
Message-ID: <86tv68crty.fsf@zoho.eu> (raw)
In-Reply-To: <86y2vkct17.fsf@zoho.eu>

>>> 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


_______________________________________________
info-gnus-english mailing list
info-gnus-english@gnu.org
https://lists.gnu.org/mailman/listinfo/info-gnus-english

  reply	other threads:[~2019-12-10 12:01 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-04 14:46 Garjola Dindi
2019-12-04 15:42 ` Fraga, Eric
2019-12-04 21:04   ` Garjola Dindi
2019-12-05 22:28     ` Fraga, Eric
2019-12-09 11:04       ` Garjola Dindi
2019-12-09 12:19         ` Fraga, Eric
2019-12-10 11:28         ` Emanuel Berg via info-gnus-english
2019-12-10 11:35           ` Emanuel Berg via info-gnus-english
2019-12-10 12:01             ` Emanuel Berg via info-gnus-english [this message]
2019-12-04 23:45 ` William Henderson
2019-12-09 11:02   ` Garjola Dindi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86tv68crty.fsf@zoho.eu \
    --to=info-gnus-english@gnu.org \
    --cc=moasenwood@zoho.eu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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 NNTP newsgroup(s).