>>> 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 via email to