From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: eqyiel@gmail.com Newsgroups: gmane.emacs.help Subject: Re: gnus gmail bcc question Date: Tue, 30 Apr 2013 07:28:27 +0930 Message-ID: <878v41m1xk.fsf@Cassiopeiae.zomgnet> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1367275985 2016 80.91.229.3 (29 Apr 2013 22:53:05 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 29 Apr 2013 22:53:05 +0000 (UTC) Cc: , help-gnu-emacs@gnu.org To: Guido Van Hoecke Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Tue Apr 30 00:53:03 2013 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1UWwwQ-0004gh-MH for geh-help-gnu-emacs@m.gmane.org; Tue, 30 Apr 2013 00:53:02 +0200 Original-Received: from localhost ([::1]:57109 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWwwQ-0007B9-Cw for geh-help-gnu-emacs@m.gmane.org; Mon, 29 Apr 2013 18:53:02 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:59420) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWw8d-0000H4-5K for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 18:01:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UWw8c-0005hU-3G for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 18:01:35 -0400 Original-Received: from mail-pa0-f48.google.com ([209.85.220.48]:62820) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UWw8b-0005gr-RN for help-gnu-emacs@gnu.org; Mon, 29 Apr 2013 18:01:33 -0400 Original-Received: by mail-pa0-f48.google.com with SMTP id lb1so1990998pab.21 for ; Mon, 29 Apr 2013 15:01:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:from:to:cc:cc:subject:date:references:message-id :mime-version:content-type; bh=PUZGkDiSrjZGQoaxZFeDdd5cQpdsB3a/doah9ZTks5g=; b=IYiI4RJR3xXQF8F+QQmcZCrx9Hl52/DvcVEIJEpBGg5oBQph8Ut2pfWYt3y10YSqI1 sQtVJhTu7AMoLz11Q8JjbqX9sCtoQ9lZigD/7FTOv37dYNXpmPJkmyMtX4olW6zjczcp yVdQqeCscKB3D8Gekkp94fRBpwrvqF9n0oIBNIdYqEuTzOZ9yXSupTtTaphhKjeDBIwm fOZDGngZ0BVNQxzIzTJksw0jBHZRmII5g2mnyOGNS2x+tFj0Ux4Hxz8xu29oXrW8o81K aVK4XQivpIUe1tjIVLtoIj4+9XzWtvKKQd1MwfvBM1BnZgogUmls0doEHWcWpuGl8Zx7 XwmQ== X-Received: by 10.66.121.36 with SMTP id lh4mr43915203pab.208.1367272892310; Mon, 29 Apr 2013 15:01:32 -0700 (PDT) Original-Received: from Cassiopeiae.zomgnet (ppp121-45-121-87.lns20.adl6.internode.on.net. [121.45.121.87]) by mx.google.com with ESMTPSA id sa6sm25576070pbb.26.2013.04.29.15.01.29 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 29 Apr 2013 15:01:31 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.220.48 X-Mailman-Approved-At: Mon, 29 Apr 2013 18:52:47 -0400 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:90412 Archived-At: Hi Guido, You just need to customize the variable message-default-mail-headers. ;; add Cc and Bcc headers to the message buffer (setq message-default-mail-headers "Cc: \nBcc: \n") Kind regards, Ruben