all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Gnus mail splitting / Gmane / gnu.emacs.help / mailing list
@ 2018-11-02 16:27 Emanuel Berg
  0 siblings, 0 replies; 6+ messages in thread
From: Emanuel Berg @ 2018-11-02 16:27 UTC (permalink / raw)
  To: help-gnu-emacs

Now that one is disencouraged to use the
newsgroup (gnu.emacs.help) because of the
threading issue, and newcomers cannot use Gmane
(gmane.emacs.help) because of the
authentication issue, here is how one can do it
with Gnus to get away with at least half the
self-respect intact.

First add an nnml group. Here, I called it
mail.geh. ("geh" for gnu.emacs.help, no doubt.)

Then add this to split mail from the mailing
list to that group:

(setq nnmail-split-methods
      '(
        ("mail.geh" "\\(From\\|To\\|Cc\\):.*help-gnu-emacs@gnu.org")
        ;; add more here the same way if need be
        ("mail.misc"      "")
      ))

Maybe you would like to killfile, or rather
downscore which is recommended and much better,
maybe you'd like to do that to yourself so you
don't see your own posts.

You can still bring them up by entering the
group and do `gnus-summary-insert-old-articles'
(I think the original key for that is `/ o';
I have it just `o') which ignores the scoring.

In a way that doesn't make sense but it can
nevertheless be used in this particular
situation. There are other ways to do it,
as well.

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




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-11-05 20:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.3299.1541176272.1284.help-gnu-emacs@gnu.org>
2018-11-03 12:18 ` Gnus mail splitting / Gmane / gnu.emacs.help / mailing list Nuno Silva
2018-11-03 12:51 ` Nuno Silva
2018-11-03 15:22   ` Emanuel Berg
2018-11-04 14:25     ` Nuno Silva
2018-11-05 20:49       ` Emanuel Berg
2018-11-02 16:27 Emanuel Berg

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.