From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73900 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Cc header to myself when following up to mails in my INBOX Date: Mon, 08 Nov 2010 15:06:58 +0100 Message-ID: <87zktjewot.fsf@thinkpad.tsdh.de> References: <87fwvcf07c.fsf@thinkpad.tsdh.de> <87wroo3prp.fsf@topper.koldfront.dk> <874obrgbxd.fsf@thinkpad.tsdh.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1289225240 18989 80.91.229.12 (8 Nov 2010 14:07:20 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 8 Nov 2010 14:07:20 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M22269@lists.math.uh.edu Mon Nov 08 15:07:16 2010 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 1PFSNQ-0004Ul-1V for ding-account@gmane.org; Mon, 08 Nov 2010 15:07:16 +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 1PFSNN-0000mL-Nf; Mon, 08 Nov 2010 08:07:13 -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 1PFSNM-0000m0-DC for ding@lists.math.uh.edu; Mon, 08 Nov 2010 08:07:12 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PFSNB-0005I7-TH for ding@lists.math.uh.edu; Mon, 08 Nov 2010 08:07:12 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1PFSNB-0006ui-00 for ; Mon, 08 Nov 2010 15:07:01 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id C01B97801338 for ; Mon, 8 Nov 2010 15:07:00 +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 11399-04 for ; Mon, 8 Nov 2010 15:06:59 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) by deliver.uni-koblenz.de (Postfix) with ESMTP id F0D037801315 for ; Mon, 8 Nov 2010 15:06:58 +0100 (CET) In-Reply-To: (Steinar Bang's message of "Mon, 08 Nov 2010 15:02:57 +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:73900 Archived-At: Steinar Bang writes: Hi! >> Yes, it does. But I really wonder why that is neccessary for my >> nnimap+Fastmail:INBOX, but not for other groups (including >> nnimap+Uni:INBOX)... > > How do you set the sender address message.el should use? That's part of my posting styles: --8<---------------cut here---------------start------------->8--- (setq gnus-posting-styles `((".*" (address "thorn@fastmail.fm")) (,(rx (or "nntp+Eclipse" "infko." "nnimap+Uni")) (address "horn@uni-koblenz.de") (signature th-gnus-uni-signature)) (,(rx (or (and (opt "de.") (or "comp." "comm.software.")) "gnu." "nntp+Gmane:" "nnimap+Fastmail:INBOX.FSF" "nnimap+Fastmail:INBOX.mailinglists.")) (address "tassilo@member.fsf.org")) (,(rx "gmane.comp.printing.ghostscript.") ;; Posting requires whitelist keyword "artifex" spelled backwards. ("X-Fnord" "xefitra")))) --8<---------------cut here---------------end--------------->8--- Bye, Tassilo