all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bird <birdsite@airmail.cc>
To: "Y. E." <yet@ego.team>
Cc: help-gnu-emacs@gnu.org
Subject: Re: How to reply to a mailing list retrieved via Gnus gmane?
Date: Fri, 10 Sep 2021 09:14:17 +0545	[thread overview]
Message-ID: <85k0jpkt0y.fsf@airmail.cc> (raw)
In-Reply-To: <m2zgsla7j9.fsf@ego.team> (Y. E.'s message of "Thu, 09 Sep 2021 22:11:22 +0300")

"Y. E." <yet@ego.team> writes:

> Hello,
Hi,

> - My configured email client is Rmail.
> - Gnus is configured to retrieve mailing lists articles from news.gmane.io.
>
> How do I reply to a mailing list "article" retrieved from news.gmane.io
> with Gnus?
>
> I tried the commands listed here:
> https://www.gnu.org/software/emacs/manual/html_node/gnus/Summary-Mail-Commands.html
>
> Specifically, `S L' and `S W' seemed to be appropriate ones.
> But on each attempt it seems to me only 4 headers are filled, such as:
>
> To: help-gnu-emacs...
> Subject: Re: auto-filled subject...
> From: my from address
> Gcc: nnfolder+archive:sent.2021-09
>
> I see no Message-ID (or In-Reply-To) auto-filled, isn't it required?
(Take this as a test example)

Message-ID is generated automatically.
If you press C-c C-o (message-sort-headers), you should see some extra
information.
For gmane specifically, you can add these lines to init.el so pressing F
and f will send to the correct place.

#+begin_src emacs-lisp
(setq gnus-mailing-list-groups
            (rx bol (opt "nntp" (1+ nonl) ":") (or "gmane."
                                                   "linux."
                                                   "mozilla.")))
#+end_src

(this was suggested by someone on either gmane.emacs.gnus.general or gmane.emacs.gnus.user)



  reply	other threads:[~2021-09-10  3:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08 12:26 show-paren-mode considered for enabling it by default Dmitry Gutov
2021-09-08 12:58 ` Óscar Fuentes
2021-09-08 16:55 ` Emanuel Berg via Users list for the GNU Emacs text editor
2021-09-09 19:11   ` How to reply to a mailing list retrieved via Gnus gmane? Y. E.
2021-09-10  3:29     ` Bird [this message]
2021-09-10 11:54       ` Y. E.
2021-09-14  5:46       ` Y. E. via Users list for the GNU Emacs text editor
2021-09-14  8:54         ` Y. E. via Users list for the GNU Emacs text editor
2021-09-15 15:03           ` Bird
2021-09-15 15:43             ` Eli Zaretskii
2021-09-15 15:45           ` Bird
2021-09-15 17:32             ` Y. E. via Users list for the GNU Emacs text editor
2021-09-09 19:34   ` show-paren-mode considered for enabling it by default Y. E.
2021-09-09  9:37 ` Pankaj Jangid
2021-09-10 11:02 ` Bird
2021-09-10 16:13   ` Bird
2021-09-11  2:18     ` Dmitry Gutov
2021-09-19 16:04 ` Tim Landscheidt
  -- strict thread matches above, loose matches on Subject: below --
2021-09-09 19:29 How to reply to a mailing list retrieved via Gnus gmane? Y. E.

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=85k0jpkt0y.fsf@airmail.cc \
    --to=birdsite@airmail.cc \
    --cc=help-gnu-emacs@gnu.org \
    --cc=yet@ego.team \
    /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.