From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francis Moreau Newsgroups: gmane.emacs.help Subject: setting mail-self-blind to t has no effect Date: Tue, 23 Mar 2010 10:08:15 -0700 (PDT) Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1272997630 4874 80.91.229.12 (4 May 2010 18:27:10 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 4 May 2010 18:27:10 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue May 04 20:27:07 2010 connect(): No such file or directory Return-path: Envelope-to: geh-help-gnu-emacs@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 1O9Mpn-0004hI-18 for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 20:27:07 +0200 Original-Received: from localhost ([127.0.0.1]:46149 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1O9Mpm-0003Nw-BA for geh-help-gnu-emacs@m.gmane.org; Tue, 04 May 2010 14:27:06 -0400 Original-Path: usenet.stanford.edu!postnews.google.com!o30g2000yqb.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 15 Original-NNTP-Posting-Host: 86.68.119.75 Original-X-Trace: posting.google.com 1269364095 18366 127.0.0.1 (23 Mar 2010 17:08:15 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 23 Mar 2010 17:08:15 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: o30g2000yqb.googlegroups.com; posting-host=86.68.119.75; 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/532.9 (KHTML, like Gecko) Chrome/5.0.307.11 Safari/532.9, gzip(gfe), gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:177545 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:73037 Archived-At: Hello, I would like to add a "Bcc:" field in my emails that I compose from emacs (by calling compose-mail). 'mail-self-blind' seems to do the job but setting this variable to true doesn't work, no Bcc header is added, whereas doing: (setq mail-default-headers (concat "Bcc: " user-mail-address)) work. Could anybody know why the first solution doesn't work. thanks