Re: Sending messages to newsgroups/mailing lists through gmane
Divya Ranjan <[email protected]> Fri, 11 Oct 2024 21:45:55 +0000
| Newsgroups | gmane.emacs.gnus.general |
|---|---|
| Message-ID | <[email protected]> |
Hello Adam, > Newsgroups: gmane.test > > without all the prefix stuff. Tried it with just gmane.test, has the same issue. Screenshot attached. > Wait, how did you add news.gmane.io to your setup, in > gnus-secondary-methods, or in some other way? Here’s my relevant configuration of ~/.gnus.el: ``` (setq gnus-secondary-select-methods '((nnimap "divya-autistici" (nnimap-address "mail.autistici.org") ;; Replace with your IMAP server (nnimap-server-port 993) (nnimap-stream ssl)) (nntp "news.gwene.org") (nntp "news.gmane.io") (nntp "feedbase" (nntp-open-connection-function nntp-open-tls-stream) (nntp-address "feedbase.org") (nntp-port-number 563)))) ``` Regards, -- Divya Ranjan, Philosophy, Mathematics, Libre Software.