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

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

bug#14166: 24.3.50; report-emacs-bug and mail-user-agent == 'gnus-user-a


From: Michael Heerdegen
Subject: bug#14166: 24.3.50; report-emacs-bug and mail-user-agent == 'gnus-user-agent
Date: Thu, 11 Apr 2013 20:55:40 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux)

Wolfgang Jenkner <wjenkner@inode.at> writes:

> I read emacs-devel via gmane and use group parameters to reply to the
> mailing list instead, see (info "(gnus)Group Parameters").  For example,
> my group parameters for gmane.emacs.devel are
>
> ((subscribed . t)
>  (to-list . "emacs-devel@gnu.org"))

Although I still think this problem should be fixed - this is a good
hint, many thanks!  I tried this:

--8<---------------cut here---------------start------------->8---
(dolist (entry my-gnus-newsgroups-to-mailing-lists-mapping)
  (add-to-list 'gnus-parameters
               `(,(car entry) (subscribed . t) (to-list . ,(cdr entry)))))
--8<---------------cut here---------------end--------------->8---

where `my-gnus-newsgroups-to-mailing-lists-mapping' is an alist
((group-regexp . mailing-list-name) ...) I already had defined (I'm
indeed subscribed to all of those).  And it seems to work very well,
without provoking this bug.


Regards,

Michael.





reply via email to

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