From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/76682 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: How to know a mail is sent with gnus ? Date: Mon, 14 Feb 2011 08:28:06 +0100 Message-ID: <87k4h3jcs9.fsf@member.fsf.org> References: <871v3bd6v9.fsf@member.fsf.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1297668563 3079 80.91.229.12 (14 Feb 2011 07:29:23 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 14 Feb 2011 07:29:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M25025@lists.math.uh.edu Mon Feb 14 08:29:20 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Poss2-0004TI-KI for ding-account@gmane.org; Mon, 14 Feb 2011 08:29:18 +0100 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 1Posr0-0007Ck-NI; Mon, 14 Feb 2011 01:28:14 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1Posqw-0007CM-0L for ding@lists.math.uh.edu; Mon, 14 Feb 2011 01:28:10 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1Posqu-0001eS-Ts for ding@lists.math.uh.edu; Mon, 14 Feb 2011 01:28:09 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1Posqt-0004SZ-I5 for ding@gnus.org; Mon, 14 Feb 2011 08:28:07 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 195FA7814EE4 for ; Mon, 14 Feb 2011 08:28:07 +0100 (CET) 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 00520-04 for ; Mon, 14 Feb 2011 08:28:06 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id 7A6AA7814EE2 for ; Mon, 14 Feb 2011 08:28:06 +0100 (CET) In-Reply-To: (Francis Moreau's message of "Sun, 13 Feb 2011 22:32:02 +0100") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Virus-Scanned: amavisd-new at uni-koblenz.de X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:76682 Archived-At: Francis Moreau writes: Hi Francis, >>> Could anybody tell me what I can test ? >> >> At least `org-gnus.el' checks for Message-Id and Gcc headers to store >> links to Gnus messages that haven't been sent at the time of linking >> yet. I might be wrong, but I think Gcc headers are a Gnus invention. >> > > The thing is that I don't always use Gcc header. For mailing lists for > example, I don't use it since I'm going to receive a copy of the mail > anyways. Hm, I always set a Gcc. For normal groups it's the group itself, and for mailing list groups, I set a Gcc to my "Sent Messages" group. Instead of looking at the Gcc, you could set `message-generate-headers-first' to t and make User-Agent non-optional in `message-required-mail-headers'. That should insert a User-Agent header with Gnus + version as contents as soon as you write a mail from inside Gnus. HTH, Tassilo