From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/10630 Path: main.gmane.org!not-for-mail From: "Michael Welsh Duggan" Newsgroups: gmane.emacs.gnus.general Subject: Re: Mail-Copies-To: never Date: 07 Apr 1997 14:37:08 -0400 Sender: "Michael Welsh Duggan" Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035150468 25470 80.91.224.250 (20 Oct 2002 21:47:48 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:47:48 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.5/8.8.5) with SMTP id LAA14181 for ; Mon, 7 Apr 1997 11:45:52 -0700 Original-Received: from gate.usaor.net (root@gate.usaor.net [204.157.146.1]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Mon, 7 Apr 1997 20:37:18 +0200 Original-Received: from maru.schenley.com (maru.schenley.com [206.62.188.70]) by gate.usaor.net (8.8.5/8.8.5) with SMTP id OAA29084 for ; Mon, 7 Apr 1997 14:37:13 -0400 (EDT) Original-Received: by maru.schenley.com from localhost (router,SLMAILNT V2.2); Mon, 07 Apr 1997 14:37:10 EDT Original-Received: by maru.schenley.com from maru.schenley.com (127.0.0.1::mail daemon; unverified,SLMAILNT V2.2); Mon, 07 Apr 1997 14:37:09 EDT Original-To: ding@ifi.uio.no In-Reply-To: Kai Grossjohann's message of 07 Apr 1997 17:33:35 +0200 Original-Lines: 28 X-Mailer: Gnus v5.4.33/Emacs 19.34 Xref: main.gmane.org gmane.emacs.gnus.general:10630 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:10630 Kai Grossjohann writes: > I like to send a courtesy copy to the originator of a news article. > So I habitually type "F", edit the message, then type "C-c C-t C-c > C-c" to send the message. However, C-c C-t unconditionally sends a > copy to the sender even if s/he has put "Mail-Copies-To: never" in the > original posting. > > What do you all do to avoid this problem? Looking at the > Mail-Copies-To header then remembering not to do C-c C-t doesn't quite > seem to be it. This appears to be due to an error in message.el. (defun message-insert-to () "Insert a To header that points to the author of the article being replied to." (interactive) (let ((co (message-fetch-field "mail-copies-to"))) (when (and co (equal (downcase co) "never")) (error "The user has requested not to have copies sent via mail"))) The `message-fetch-field' should be changed to `message-fetch-reply-field'. -- Michael Duggan (md5i@schenley.com)