From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/52539 Path: main.gmane.org!not-for-mail From: Lloyd Zusman Newsgroups: gmane.emacs.gnus.general Subject: Re: Completely removing an article from drafts? Date: Mon, 12 May 2003 08:03:49 -0400 Organization: FreeBSD/Linux Hippopotamus Preserve Sender: ding-owner@lists.math.uh.edu Message-ID: References: <8665og1mu5.fsf@jochen.rijnh.nl> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1052740997 7120 80.91.224.249 (12 May 2003 12:03:17 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 12 May 2003 12:03:17 +0000 (UTC) Original-X-From: ding-owner+M1083@lists.math.uh.edu Mon May 12 14:03:15 2003 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19FC0i-0001m7-00 for ; Mon, 12 May 2003 14:02:28 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19FC28-0001dX-00; Mon, 12 May 2003 07:03:56 -0500 Original-Received: from sclp3.sclp.com ([64.157.176.121]) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 19FC23-0001dS-00 for ding@lists.math.uh.edu; Mon, 12 May 2003 07:03:52 -0500 Original-Received: (qmail 45777 invoked by alias); 12 May 2003 12:03:51 -0000 Original-Received: (qmail 45771 invoked from network); 12 May 2003 12:03:51 -0000 Original-Received: from unknown (HELO asfast.net) (hlvbni@216.182.10.250) by sclp3.sclp.com with SMTP; 12 May 2003 12:03:51 -0000 Original-Received: from localhost (localhost [127.0.0.1]) (uid 0) by asfast.net with local; Mon, 12 May 2003 08:03:49 -0400 Original-To: ding@gnus.org X-Face: "!ga1s|?LNLE3MeeeEYs(%LIl9q[xV9!j4#xf4!**BFW_ihlOb;:Slb>)vy>CJM (Karl Kleinpaste's message of "Mon, 12 May 2003 07:20:04 -0400") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix) Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:52539 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:52539 Karl Kleinpaste writes: > Lloyd Zusman writes: >> Yep. That worked. I was looking for functions with the name 'expunge' >> in them. IMHO '-delete-' is misleading as part of this function's name. > > Why? > > How is "remove an article" (your request) less represented by "delete" > than by "expunge"? First of all, I meant to type "expire" instead of "expunge" (I have been in the IMAP world a lot lately). As for why I don't like "delete" in the function name, most (all?) of the other 'delete' functions simply put a mark on the article and don't actually get rid of it. The removal itself is handled later on via expiry. Since `gnus-summary-delete-article' does actual expiry, I think that it would be more clear if "expire" appeared in the function name. Of course, this proposed `gnus-summary-expire-article' function would have to simply be an aliaas for `gnus-summary-delete-article', so as not to break existing code. -- Lloyd Zusman ljz@asfast.com