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: Fri, 10 Sep 2021 14:54:06 +0300

> If you press C-c C-o (message-sort-headers), you should see some extra
> information.

Thank you. I searched for "toggle" so didn't find the command myself.
Yes, `C-c C-o' showed `References' header[1] was auto-added too.

> 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

Thanks again, I'll experiment more with this information.

[1] https://www.gnu.org/software/emacs/manual/html_node/emacs/Mail-Headers.html

Best,
YE



reply via email to

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