all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Bird <birdsite@airmail.cc>
To: Y. E. via Users list for the GNU Emacs text editor
	<help-gnu-emacs@gnu.org>
Cc: "Y. E." <yet@ego.team>
Subject: Re: How to reply to a mailing list retrieved via Gnus gmane?
Date: Wed, 15 Sep 2021 15:45:17 +0000	[thread overview]
Message-ID: <85wnnhj10y.fsf@airmail.cc> (raw)
In-Reply-To: <m2bl4v4jwv.fsf@ego.team> (Y. E. via Users list for the's message of "Tue, 14 Sep 2021 11:54:08 +0300")

Y. E. via Users list for the GNU Emacs text editor
<help-gnu-emacs@gnu.org> writes:

> Before sending this message 'gnus-post-method' was set to 'native'.
from the manual (info "(gnus) Posting Server") ,
        Finally, if you want to always post using the native select method,
        you can set this variable to ‘native’.

But your native select method is gmane as indicated by the message
before this one. So this will try to send it using gmane, i
guess. However, i do not know much about this territory and someone else
might help you. My suggestion is to wait about a week and if you still
don't find an answer to this, try sending a cross-posted mail in
gmane.emacs.gnus.{general,user} and gmane.discuss

(in this message, the X-Draft-From header was removed)
I haven't changed much in gnus and it works so...
My ~/.gnus.el roughly looks like this:

#+begin_src emacs-lisp
  (setq gnus-select-method '(nntp "news.gmane.io")
	gnus-secondary-select-methods
	'((nnmaildir "bird"
		     (directory "~/Mail")
		     (gnus-search-engine gnus-search-notmuch))))
  ;; don't use .newsrc files
  (setq gnus-save-newsrc-file nil
	gnus-read-newsrc-file nil)
  ;; do we care about new groups in server?
  (setq gnus-save-killed-list nil
	gnus-check-new-newsgroups 'ask-server)
  ;; posting styles
  (setq gnus-posting-styles
	'((".*"
	   (name "Bird")
	   (address "birdsite@airmail.cc")
	   (signature (concat "Fortune:\n" (shell-command-to-string "fortune"))))))
  ;; sending mail
  (setq mail-user-agent 'message-user-agent)
  (setq mail-specify-envelope-from t
	sendmail-program "/bin/msmtp"
	mail-envelope-from 'header
	message-sendmail-envelope-from 'header
	message-send-mail-function 'message-send-mail-with-sendmail)

  ;; sorting groups by use  (info "(gnus) Group Score")
  ;; this actually dosen't work for some reason :(
  (add-hook 'gnus-summary-exit-hook #'gnus-summary-bubble-group)
  ;; treat mail-to-nntp groups as mailing list
  (setq gnus-mailing-list-groups
	(rx bol (opt "nntp" (1+ nonl) ":") (or "gmane."
					       "linux."
					       "mozilla.")))
  (setq gnus-summary-next-group-on-exit nil)

#+end_src

-- 
Fortune:
"No, `Eureka' is Greek for `This bath is too hot.'"
		-- Dr. Who



  parent reply	other threads:[~2021-09-15 15:45 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
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 [this message]
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=85wnnhj10y.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.