From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/67256 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Usage of gnus mailing list mode Date: Fri, 22 Aug 2008 13:32:15 +0200 Message-ID: <87tzdduvy8.fsf@thinkpad.tsdh.de> References: <87fxoyifjg.fsf@thinkpad.tsdh.de> <87ej4hwcog.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1219404803 14394 80.91.229.12 (22 Aug 2008 11:33:23 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 22 Aug 2008 11:33:23 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M15707@lists.math.uh.edu Fri Aug 22 13:34:16 2008 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.50) id 1KWUtg-0008Ob-0D for ding-account@gmane.org; Fri, 22 Aug 2008 13:33:40 +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 1KWUsS-0007jv-Fw; Fri, 22 Aug 2008 06:32:24 -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 1KWUsR-0007je-7a for ding@lists.math.uh.edu; Fri, 22 Aug 2008 06:32:23 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.69) (envelope-from ) id 1KWUsO-0003Pn-91 for ding@lists.math.uh.edu; Fri, 22 Aug 2008 06:32:23 -0500 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1KWUsP-00053b-00 for ; Fri, 22 Aug 2008 13:32:21 +0200 Original-Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id 7E43915A727 for ; Fri, 22 Aug 2008 07:32:18 -0400 (EDT) Original-Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by compute1.internal (MEProxy); Fri, 22 Aug 2008 07:32:18 -0400 X-Sasl-enc: vueQZAXgHOLZWDwH5YzO+PIVG2uRHoGVBl5tJc+kZVm6 1219404738 Original-Received: from thinkpad.tsdh.de (p54AF22BD.dip0.t-ipconnect.de [84.175.34.189]) by mail.messagingengine.com (Postfix) with ESMTPA id AE9152E993 for ; Fri, 22 Aug 2008 07:32:17 -0400 (EDT) In-Reply-To: <87ej4hwcog.fsf@thinkpad.tsdh.de> (Tassilo Horn's message of "Fri, 22 Aug 2008 12:45:35 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Spam-Score: -3.6 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:67256 Archived-At: Tassilo Horn writes: Hi! >> AFAIK, that's what 'Mail-Followup-To' and 'Mail-Copies-To' headers >> are for (see mine). However, not many mail clients know them... > > Ah, nice. I'll figure out how to add these headers to my own > messages, so that followups to me won't be duplicated. For the record, that's what I use now: --8<---------------cut here---------------start------------->8--- (defun th-gnus-insert-special-ml-headers-maybe () (when (save-excursion (set-buffer (gnus-summary-buffer-name gnus-newsgroup-name)) gnus-mailing-list-mode) (message-add-header (concat "Mail-Followup-To: " (gnus-group-get-parameter gnus-newsgroup-name 'to-list)) "Mail-Copies-To: never"))) (add-hook 'message-setup-hook 'th-gnus-insert-special-ml-headers-maybe) --8<---------------cut here---------------end--------------->8--- Bye, Tassilo -- "Emacs is not a development tool but a way of life." - David Kastrup in alt.religion.emacs -