From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/44938 Path: main.gmane.org!not-for-mail From: Benjamin Rutt Newsgroups: gmane.emacs.gnus.general Subject: Re: patches add variable `gnus-confirm-mail-reply-to-news' Date: Thu, 23 May 2002 17:36:59 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: localhost.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-=-=" X-Trace: main.gmane.org 1022189930 12360 127.0.0.1 (23 May 2002 21:38:50 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Thu, 23 May 2002 21:38:50 +0000 (UTC) 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 17B0IL-0003DF-00 for ; Thu, 23 May 2002 23:38:50 +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 17B0Gu-00020e-00; Thu, 23 May 2002 16:37:20 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Thu, 23 May 2002 16:37:37 -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 QAA01406 for ; Thu, 23 May 2002 16:37:25 -0500 (CDT) Original-Received: (qmail 13555 invoked by alias); 23 May 2002 21:37:02 -0000 Original-Received: (qmail 13550 invoked from network); 23 May 2002 21:37:02 -0000 Original-Received: from quimby.gnus.org (80.91.224.244) by gnus.org with SMTP; 23 May 2002 21:37:02 -0000 Original-Received: from news by quimby.gnus.org with local (Exim 3.12 #1 (Debian)) id 17B0VY-0006GO-00 for ; Thu, 23 May 2002 23:52:28 +0200 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 27 Original-NNTP-Posting-Host: gamma.cis.ohio-state.edu Original-X-Trace: quimby.gnus.org 1022190748 23341 164.107.112.13 (23 May 2002 21:52:28 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: 23 May 2002 21:52:28 GMT Mail-Copies-To: nobody X-Face: (&zE&hBC"G~kYNV6dt5#[X'%{!h5@/oUyc`CRNn#d6e2qi%~4N.?_ys_bQ3&7.* writes: > I agree. Ok, I added the original patch that defaults to not asking. Thanks. Slight typo in your changes, the patch below fixes it. -- Benjamin --=-=-= Content-Type: text/x-patch Content-Disposition: attachment; filename=gnus-msg.el.patch --- gnus-msg.el.~6.89.~ 2002-05-23 01:24:09.000000000 -0400 +++ gnus-msg.el 2002-05-23 17:34:07.849461000 -0400 @@ -241,7 +241,7 @@ (defcustom gnus-confirm-mail-reply-to-news nil "If non-nil, Gnus requests confirmation when replying to news. -This is done because new users often reply by misstake when reading +This is done because new users often reply by mistake when reading news." :group 'gnus-message :type 'boolean) --=-=-=--