From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/37569 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.gnus.general Subject: Re: Small suggestion for future Oort Date: Mon, 06 Aug 2001 14:43:41 -0500 Organization: Gnus Information Center Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035172960 14545 80.91.224.250 (21 Oct 2002 04:02:40 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 04:02:40 +0000 (UTC) Return-Path: Return-Path: Original-Received: (qmail 24649 invoked from network); 6 Aug 2001 19:43:45 -0000 Original-Received: from quimby.gnus.org (195.204.10.139) by gnus.org with SMTP; 6 Aug 2001 19:43:45 -0000 Original-Received: (from news@localhost) by quimby.gnus.org (8.9.3/8.9.3) id VAA02377 for ding@gnus.org; Mon, 6 Aug 2001 21:43:32 +0200 (CEST) Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-NNTP-Posting-Host: 63.89.210.211 Original-X-Trace: quimby.gnus.org 997127011 28723 63.89.210.211 (6 Aug 2001 19:43:31 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 6 Aug 2001 19:43:31 GMT User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/20.7 Original-Lines: 33 Xref: main.gmane.org gmane.emacs.gnus.general:37569 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:37569 Harry Putnam writes: > I want a feature that queries me about the Cc field on sending. > Something like the warning you get with over 79 chars on a line. Or > when you left the subject field empty. > > It could be toggled on or off. And would stop the sending action > and ask the user if they want the Cc field as is (with a display in > echo area). RET would be `no' or blank, or press up-arrow key for the > default (as is) then RET. Try setting the following variable (added to Oort in the past few months) to t, I think that will do most of what you wish: ,----[ C-h v message-wide-reply-confirm-recipients RET ] | message-wide-reply-confirm-recipients's value is | t | | Documentation: | Whether to confirm a wide reply to multiple email recipients. | If this variable is nil, don't ask whether to reply to all recipients. | If this variable is non-nil, pose the question "Reply to all | recipients?" before a wide reply to multiple recipients. If the user | answers yes, reply to all recipients as usual. If the user answers | no, only reply back to the author. | | You can customize this variable. | | Defined in `message'. `---- -- Benjamin