all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Emanuel Berg <moasenwood@zoho.eu>
To: help-gnu-emacs <help-gnu-emacs@gnu.org>
Subject: Gnus mail splitting / Gmane / gnu.emacs.help / mailing list
Date: Fri, 02 Nov 2018 17:27:44 +0100	[thread overview]
Message-ID: <864lczfnr3.fsf@zoho.eu> (raw)

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




             reply	other threads:[~2018-11-02 16:27 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-02 16:27 Emanuel Berg [this message]
     [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

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=864lczfnr3.fsf@zoho.eu \
    --to=moasenwood@zoho.eu \
    --cc=help-gnu-emacs@gnu.org \
    /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.
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.