From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44891 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: patches add variable `gnus-confirm-mail-reply-to-news' Date: Tue, 21 May 2002 11:36:29 +0200 (CEST) Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Trace: main.gmane.org 1021973828 28804 127.0.0.1 (21 May 2002 09:37:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 21 May 2002 09:37:08 +0000 (UTC) Cc: ding@gnus.org Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.33 #1 (Debian)) id 17A64p-0007UO-00 for ; Tue, 21 May 2002 11:37:08 +0200 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 17A64g-0006kF-00; Tue, 21 May 2002 04:36:58 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 21 May 2002 04:37:17 -0500 (CDT) Original-Received: from sclp3.sclp.com (qmailr@sclp3.sclp.com [209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id EAA08357 for ; Tue, 21 May 2002 04:37:07 -0500 (CDT) Original-Received: (qmail 13641 invoked by alias); 21 May 2002 09:36:44 -0000 Original-Received: (qmail 13636 invoked from network); 21 May 2002 09:36:43 -0000 Original-Received: from 178.230.13.217.in-addr.dgcsystems.net (HELO yxa.extundo.com) (217.13.230.178) by gnus.org with SMTP; 21 May 2002 09:36:43 -0000 Original-Received: from yxa.extundo.com (localhost.localdomain [127.0.0.1]) by yxa.extundo.com (8.12.3/8.12.3) with ESMTP id g4L9aWWa001904; Tue, 21 May 2002 11:36:32 +0200 Original-Received: from localhost (jas@localhost) by yxa.extundo.com (8.12.3/8.12.1/Submit) with ESMTP id g4L9aT5w001901; Tue, 21 May 2002 11:36:32 +0200 X-Authentication-Warning: yxa.extundo.com: jas owned process doing -bs Original-To: Benjamin Rutt In-Reply-To: Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:44891 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:44891 On Mon, 20 May 2002, Benjamin Rutt wrote: > Attached are two patches against today's CVS. They implement a > feature that lets a user enable an option which will require > confirmation before allowing a mail reply to a usenet article. This > will help users catch their mistake when they accidently press 'R' to > respond to a usenet article when they really meant to press 'F'. This is likely to be annoying. Can we perhaps use this case to test implementing a "Do not ask me again" option? Bound to ! perhaps? Answering ! to the query would customize-save the variable to nil so the user won't see the query again. What do people think?