From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/13811 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.gnus.user Subject: Re: mail-default-headers and gnus Date: Tue, 30 Mar 2010 06:33:13 -0700 (PDT) Organization: http://groups.google.com Message-ID: <32dc5fec-0b6f-4e60-9e7c-a7372d11e523@v20g2000yqv.googlegroups.com> References: <627ba8ba-f413-4c37-877c-97e89d46b373@r27g2000yqn.googlegroups.com> <87fx3igcsa.fsf@lifelogs.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1273018446 15096 80.91.229.12 (5 May 2010 00:14:06 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 5 May 2010 00:14:06 +0000 (UTC) To: info-gnus-english@gnu.org Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Wed May 05 02:14:04 2010 connect(): No such file or directory Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1O9SFF-0002Gg-Ee for gegu-info-gnus-english@m.gmane.org; Wed, 05 May 2010 02:14:02 +0200 Original-Received: from localhost ([127.0.0.1]:53565 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9SF1-00008v-Fa for gegu-info-gnus-english@m.gmane.org; Tue, 04 May 2010 20:13:31 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!v20g2000yqv.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 30 Original-NNTP-Posting-Host: 93.2.234.35 Original-X-Trace: posting.google.com 1269955994 5521 127.0.0.1 (30 Mar 2010 13:33:14 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 30 Mar 2010 13:33:14 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: v20g2000yqv.googlegroups.com; posting-host=93.2.234.35; posting-account=ekTE0goAAADiVCThPmo4ph0C5bTUhQOx User-Agent: G2/1.0 X-HTTP-Via: 1.1 grimoire.wyplay.int:3128 (squid/2.5.STABLE14) X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.2 (KHTML, like Gecko) Chrome/5.0.342.7 Safari/533.2, gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.gnus:84195 X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:13811 Archived-At: On Mar 30, 3:27=A0pm, Ted Zlatanov wrote: > On Mon, 29 Mar 2010 05:32:38 -0700 (PDT) Francis Moreau wrote: > > FM> I like to get a copy of emails I send and I usually write email with > FM> a) gnus or b) "M-x compose-mail". I use the latter if I'm in an emacs > FM> session without gnus started. Actually I usually start one emacs > FM> session for gnus itself. > > FM> To get a copy of email, I do 2 things a) tell gnus about it through > FM> group property "gcc-self". b) tell it to emacs by using "(setq mail- > FM> default-headers (concat "Bcc: " user-mail-address))". > > FM> The problem here is that when I compose an email in gnus, I get the > FM> email copy twice. > > FM> Does anybody have a solution to get one and only one copy in both > FM> world ? > > If you never need both, just remove the Bcc header if the Gcc is set, > effectively making it an XOR. yes but how should I do this ? > > I think you can also mark Gcc mails as read. true, I do it with "(setq gnus-gcc-mark-as-read t)" Thanks