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

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

Re: How to reply to a mailing list retrieved via Gnus gmane?


From: Y . E .
Subject: Re: How to reply to a mailing list retrieved via Gnus gmane?
Date: Tue, 14 Sep 2021 08:46:06 +0300

> 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)

Hi Bird,

Eventually I set `gnus-mailing-list-groups' to "^gmane" (which should be
enough for my setup), so this is the first email I'm sending with the
auto-filled by Gnus headers.

Have a nice day!
YE



reply via email to

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