From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/66473 Path: news.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Improve removal of Incoming* prompt Date: Mon, 10 Mar 2008 23:07:21 +0100 Message-ID: <87iqzucjxi.fsf@mocca.josefsson.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1205186914 22870 80.91.229.12 (10 Mar 2008 22:08:34 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 10 Mar 2008 22:08:34 +0000 (UTC) Cc: ding@gnus.org To: "Reiner Steib" Original-X-From: ding-owner+M14963@lists.math.uh.edu Mon Mar 10 23:09:02 2008 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.50) id 1JYqB0-0005oW-Pv for ding-account@gmane.org; Mon, 10 Mar 2008 23:08:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1JYq9i-0002d5-FD; Mon, 10 Mar 2008 17:07:38 -0500 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1JYq9h-0002ct-EJ for ding@lists.math.uh.edu; Mon, 10 Mar 2008 17:07:37 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.67) (envelope-from ) id 1JYq9Z-00036i-Rr for ding@lists.math.uh.edu; Mon, 10 Mar 2008 17:07:37 -0500 Original-Received: from yxa.extundo.com ([83.241.177.38]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1JYq9g-0007BV-00 for ; Mon, 10 Mar 2008 23:07:36 +0100 Original-Received: from mocca.josefsson.org (yxa.extundo.com [83.241.177.38]) (authenticated bits=0) by yxa.extundo.com (8.13.4/8.13.4/Debian-3sarge3) with ESMTP id m2AM7L3N016802 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Mar 2008 23:07:22 +0100 In-Reply-To: (Reiner Steib's message of "Sat, 08 Mar 2008 17:03:27 +0100") User-Agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) X-Hashcash: 1:22:080310:ding@gnus.org::iILCzRa1hC1tWMfG:P33E OpenPGP: id=B565716F; url=http://josefsson.org/key.txt X-Hashcash: 1:22:080310:reiner.steib@gmx.de::Fj71V2TTLTUK/6Nl:30qf X-Hashcash: 1:22:080310:ding-patches@hawk.netfonds.no::arIEBgKVZwuEdOlR:3wZB X-Spam-Status: No, score=-0.0 required=4.0 tests=SPF_PASS autolearn=disabled version=3.1.7 X-Spam-Checker-Version: SpamAssassin 3.1.7 (2006-10-05) on yxa-iv X-Virus-Scanned: ClamAV version 0.88.2, clamav-milter version 0.88.2 on yxa.extundo.com X-Virus-Status: Clean X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:66473 Archived-At: "Reiner Steib" writes: > + * mail-source.el (mail-source-delete-old-incoming-confirm): Change > + default to nil. > + (mail-source-delete-old-incoming): Make confirmation prompt more clear. ... > + (if confirm > + (y-or-n-p > + (format "\ > +Delete old (> %s day(s)) incoming mail file `%s'? " diff bfile)) I had to type about 1500 'y' to this query. It would be nice if it was possible to type '!' or something to make it answer yes for all files. Sorry for not providing a patch. /Simon