From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/45823 Path: main.gmane.org!not-for-mail From: Simon Josefsson Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Make gnus-summary-delete-article respect group parameters Date: Fri, 26 Jul 2002 18:34:40 +0200 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 1027701342 25627 127.0.0.1 (26 Jul 2002 16:35:42 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Fri, 26 Jul 2002 16:35:42 +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 17Y842-0006ew-00 for ; Fri, 26 Jul 2002 18:35:38 +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 17Y83S-0000nO-00; Fri, 26 Jul 2002 11:35:02 -0500 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Fri, 26 Jul 2002 11:35:27 -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 LAA28312 for ; Fri, 26 Jul 2002 11:35:14 -0500 (CDT) Original-Received: (qmail 15561 invoked by alias); 26 Jul 2002 16:34:44 -0000 Original-Received: (qmail 15556 invoked from network); 26 Jul 2002 16:34:44 -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; 26 Jul 2002 16:34:44 -0000 Original-Received: from latte.josefsson.org (yxa.extundo.com [217.13.230.178]) (authenticated bits=0) by yxa.extundo.com (8.12.5/8.12.5) with ESMTP id g6QGYekd030579 for ; Fri, 26 Jul 2002 18:34:42 +0200 Original-To: Gnus List Mail-Copies-To: nobody X-Hashcash: 020726:ding@gnus.org:3f9a09e0b85e4f19 In-Reply-To: (Benjamin Rutt's message of "Fri, 26 Jul 2002 11:10:10 -0400") Original-Lines: 17 User-Agent: Gnus/5.090007 (Oort Gnus v0.07) Emacs/21.2 (i386-debian-linux-gnu) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:45823 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:45823 Benjamin Rutt writes: > Simon Josefsson writes: > >> `nnimap-expunge-on-close' >> Unlike Parmenides, the IMAP designers decided that things that >> don't exist actually do exist. More specifically, IMAP has the >> concept of marking articles `Deleted' which doesn't actually >> delete them, and this (marking them `Deleted', that is) is what >> nnimap does when you delete a article in Gnus (with `G ' or > ^^^ > > Isn't this a doc bug? Maybe this should be changed to 'B '? 'G > ' is undefined for me in summary buffers. Err, right. It actually is fixed, but I accidently used the Gnus 5.9 info sources when quoting that. Sorry.