From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/42013 Path: main.gmane.org!not-for-mail From: Martin Sandiford Newsgroups: gmane.emacs.gnus.general Subject: Re: [nnimap] articles not expunged Date: Tue, 15 Jan 2002 21:26:29 +1030 Sender: owner-ding@hpc.uh.edu Message-ID: References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035177318 9143 80.91.224.250 (21 Oct 2002 05:15:18 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 05:15:18 +0000 (UTC) Return-Path: Original-Received: (qmail 27524 invoked from network); 15 Jan 2002 10:57:35 -0000 Original-Received: from malifon.math.uh.edu (mail@129.7.128.13) by mastaler.com with SMTP; 15 Jan 2002 10:57:35 -0000 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 16QRGw-0003gi-00; Tue, 15 Jan 2002 04:56:54 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 15 Jan 2002 04:56:47 -0600 (CST) 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 EAA21356 for ; Tue, 15 Jan 2002 04:56:36 -0600 (CST) Original-Received: (qmail 27515 invoked by alias); 15 Jan 2002 10:56:38 -0000 Original-Received: (qmail 27510 invoked from network); 15 Jan 2002 10:56:37 -0000 Original-Received: from ingebrigtsen.no (HELO quimby2.netfonds.no) (195.204.10.66) by gnus.org with SMTP; 15 Jan 2002 10:56:37 -0000 Original-Received: from news by quimby2.netfonds.no with local (Exim 3.12 #1 (Debian)) id 16QRIC-000385-00 for ; Tue, 15 Jan 2002 11:58:12 +0100 Original-To: ding@gnus.org Original-Path: not-for-mail Original-Newsgroups: gnus.ding Original-Lines: 31 Original-NNTP-Posting-Host: plugh.mccorp.com.au Original-X-Trace: quimby2.netfonds.no 1011092292 11873 203.38.221.226 (15 Jan 2002 10:58:12 GMT) Original-X-Complaints-To: usenet@quimby2.netfonds.no Original-NNTP-Posting-Date: 15 Jan 2002 10:58:12 GMT User-Agent: Gnus/5.090005 (Oort Gnus v0.05) XEmacs/21.4 (Common Lisp, i386-redhat-linux) Cancel-Lock: sha1:Ay7jJh7QkyWlp/tiGM7H2CJHjaY= Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:42013 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:42013 There is a small amount of bustage with nnimap-dont-close variable and the function nnimap-close-group. If nnimap-dont-close is set to 't' (default), then groups are not closed (and not expunged) on exit. They are closed later, but they are not expunged then either :( You can either use "G x" from the group buffer to expunge, or set nnimap-dont-close to nil via (setq nnimap-dont-close nil) in gnus.el, or via "M-x customize nnimap" and changing the "Don't Close" option to off. Martin On Mon, 14 Jan 2002, Nicolas.Kowalski@imag.fr wrote: > Hello. > > I updated my copy of gnus today. Since this time, articles marked as > deleted are not expunged from the imap mailboxes. > > I have : > > gnus-select-method '(nnimap "verimag" > (nnimap-address "imapserver") > (nnimap-expunge-on-close always)) > > Someone has an idea ? > > Thanks in advance. > Nicolas. --