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

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

Re: GNUS gnus-group-split .. my sorting is bad.


From: Emanuel Berg
Subject: Re: GNUS gnus-group-split .. my sorting is bad.
Date: Thu, 25 Feb 2016 23:08:04 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Nils Gillmann <niasterisk@grrlz.net> writes:

> a while later, after playing around with the
> configuration and groups I get what you mean.
> However I need to figure out a way for the groups
> I can't post to via nntp and who still get sorted
> wrong occasionally in their nnml groups.

I already posted this piece of code, but I'll do again
as it illustrates this principle:

    (setq gnus-select-method '(nntp "news.gmane.org"))

    (require 'gnus-namazu)
    (setq gnus-secondary-select-methods '((nnml "" (nnir-search-engine namazu))
                                          (nntp "nntp.aioe.org")
                                          (nntp "news.gwene.org")
                                          (nntp "news.gnus.org")
                                          ))

First: Gmane (nntp, news.gmane.org - this *is* the
              mail-to-news gateway!)

Also: - mail (nnml)

      - Usenet (nntp, nntp.aioe.org - for e.g.,
                rec.bicycles.tech which isn't on
                Gmane)

      - blogs (nntp, news.gwene.org - I never read
               those, *ehm*)

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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