info-gnus-english
[Top][All Lists]
Advanced

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

Re: Follow up via news


From: Philipp Haselwarter
Subject: Re: Follow up via news
Date: Sat, 10 Dec 2011 16:01:35 +0100
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.91 (gnu/linux)

check out `to-list' at (info "(gnus) Group Parameters") and
(info "(gnus) Mailing List"), `gnus-mailing-list-mode' is what you want

You can set the group-parameter to-list either to the list address for
each of your list and use "a" to post to that address:

#+begin_src emacs-lisp
(setq group-parameter '(("gnus" (to-list . "info-gnus-english@gnu.org"))
                        ("emacs" (to-list . "help-gnu-emacs@gnu.org"))))
#+end_src

...or be lazy and set it to the empty string "" for /all/ of your
mailing lists and use "C-c C-p n" to instead of "a":

#+begin_src emacs-lisp
(setq group-parameter `((,(rx (| "gnus" "emacs")) (to-list . ""))))
#+end_src

In either case follow-ups should work.

Possibly prefix the group names with "nnimap.*" to avoid confusion with
actual newsgroups.

hth,

-- 
Philipp Haselwarter




reply via email to

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