From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82379 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: gnus-add-to-list doesn't work for all groups Date: Tue, 09 Oct 2012 10:26:25 +0200 Message-ID: <87k3v0dpam.fsf@thinkpad.tsdh.de> References: <87sj9odtii.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1349771209 22161 80.91.229.3 (9 Oct 2012 08:26:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 9 Oct 2012 08:26:49 +0000 (UTC) Cc: ding@gnus.org To: Katsumi Yamaoka Original-X-From: ding-owner+M30645@lists.math.uh.edu Tue Oct 09 10:26:56 2012 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TLV9S-0005Rm-5T for ding-account@gmane.org; Tue, 09 Oct 2012 10:26:54 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1TLV99-0008WK-JH; Tue, 09 Oct 2012 03:26:35 -0500 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1TLV97-0008W8-2M for ding@lists.math.uh.edu; Tue, 09 Oct 2012 03:26:33 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1TLV95-0006VI-E0 for ding@lists.math.uh.edu; Tue, 09 Oct 2012 03:26:32 -0500 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1TLV93-0002vo-T4 for ding@gnus.org; Tue, 09 Oct 2012 10:26:29 +0200 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id B4919D22ED; Tue, 9 Oct 2012 10:26:28 +0200 (CEST) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Qui57wA7kBdH; Tue, 9 Oct 2012 10:26:27 +0200 (CEST) X-CHKRCPT: Envelopesender noch tsdh@gnu.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id AEC3AD2228; Tue, 9 Oct 2012 10:26:27 +0200 (CEST) In-Reply-To: (Katsumi Yamaoka's message of "Tue, 09 Oct 2012 16:56:03 +0900") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82379 Archived-At: Katsumi Yamaoka writes: >> Now I've grepped the Gnus source files for gnus-add-to-list, and it's >> only used in `gnus-post-news'. So I used `edebug-defun' to check why >> there's no to-list parameter added although `gnus-add-to-list' it t, >> and the answer is that this function isn't called at all when I send >> off a mail with `C-c C-c' (`message-send-and-exit'). > > This adds the To address of a *sent* mail to the to-list group > parameter of the group (and is saved to the ~/.newsrc.eld file). > So, you will get that address in the To header afterward. Yes, I know. But I've sent dozens of mails to ding and other mailing list groups already, yet I get the prefilling of the mailing list address only in my emacs-devel group. In .newrc.eld, there's an entry (to-list . "emacs-devel@gnu.org") for my emacs-devel group, but no other mailing list group has such an entry. Bye, Tassilo