From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9213 Path: main.gmane.org!not-for-mail From: Steinar Bang Newsgroups: gmane.emacs.gnus.general Subject: No Bcc in gnus-summary-mail-other-window Date: 16 Dec 1996 10:08:52 +0100 Sender: sb@metis.no Message-ID: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 (generated by tm-edit 7.93) Content-Type: text/plain; charset=US-ASCII X-Trace: main.gmane.org 1035149271 17092 80.91.224.250 (20 Oct 2002 21:27:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:27:51 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id BAA18516 for ; Mon, 16 Dec 1996 01:25:24 -0800 Original-Received: from gw.metis.no (abel.metis.no [193.90.64.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 16 Dec 1996 10:09:29 +0100 Original-Received: by gw.metis.no (8.6.12/8.6.12) with ESMTP id KAA09397; Mon, 16 Dec 1996 10:08:57 +0100 Original-Received: by hub.metis.no (8.6.12/8.6.12) with ESMTP id KAA00425; Mon, 16 Dec 1996 10:08:53 +0100 Original-Received: by client.metis.no (8.6.11/8.6.12) id KAA08514; Mon, 16 Dec 1996 10:08:52 +0100 Original-To: ding@ifi.uio.no Original-Lines: 22 X-Mailer: Red Gnus v0.72/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:9213 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9213 Platform: SPARC Solaris 2.4, Emacs 19.34, Red Gnus 0.72 I have message-default-mail-headers set up in the following way: (add-hook 'message-setup-hook (lambda () (setq message-cite-function 'sc-cite-original) (setq message-default-mail-headers "BCC: sb@metis.no\n") )) This makes the Bcc field appear in mail messages created by gnus-summary-post-news (groups with to-address set) gnus-summary-reply but not in gnus-summary-mail-other-window I'm unsure if this is a bug, or an intended result from my setup (ie. a *feature*). - Steinar