From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/29461 Path: main.gmane.org!not-for-mail From: Christoph Rohland Newsgroups: gmane.emacs.gnus.general Subject: Re: nnimap refuses to delete mail Date: 08 Mar 2000 15:08:36 +0100 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 1035166127 2865 80.91.224.250 (21 Oct 2002 02:08:47 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:08:47 +0000 (UTC) Cc: Simon Josefsson , ding@gnus.org Return-Path: Original-Received: from lisa.math.uh.edu (lisa.math.uh.edu [129.7.128.49]) by mailhost.sclp.com (Postfix) with ESMTP id D2555D051E for ; Wed, 8 Mar 2000 09:12:20 -0500 (EST) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by lisa.math.uh.edu (8.9.1/8.9.1) with ESMTP id IAB25151; Wed, 8 Mar 2000 08:12:11 -0600 (CST) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Wed, 08 Mar 2000 08:11:46 -0600 (CST) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id IAA07630 for ; Wed, 8 Mar 2000 08:11:32 -0600 (CST) Original-Received: from smtpde02.sap-ag.de (smtpde02.sap-ag.de [194.39.131.53]) by mailhost.sclp.com (Postfix) with ESMTP id 2CC58D051E for ; Wed, 8 Mar 2000 09:11:41 -0500 (EST) Original-Received: from sap-ag.de ([194.39.131.3]) by smtpde02.sap-ag.de (out) with ESMTP id PAA21891; Wed, 8 Mar 2000 15:08:22 +0100 (MEZ) Original-Received: from ls3010.wdf.sap-ag.de (ls3010.wdf.sap-ag.de [10.18.104.24]) by sap-ag.de (8.8.8/8.8.8) with ESMTP id PAA09872; Wed, 8 Mar 2000 15:08:36 +0100 (MET) Original-Received: (from d020782@localhost) by ls3010.wdf.sap-ag.de (8.9.3/8.9.3) id PAA22487; Wed, 8 Mar 2000 15:08:36 +0100 X-Authentication-Warning: ls3010.wdf.sap-ag.de: d020782 set sender to hans-christoph.rohland@sap.com using -f Original-To: Guido Van Hoecke Original-Lines: 54 User-Agent: Gnus/5.0803 (Gnus v5.8.3) XEmacs/21.1 (Bryce Canyon) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:29461 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:29461 Guido Van Hoecke writes: > > > The nnimap under Gnus v5.8.3 never removes any of my mail > > > messages. It pretends to do so, does never complain, but when I > > > revisit my Inbox (or any other imap folder from which I have > > > removed messages, either via 'G Del' or via > > > 'B m some-other-imap-folder') all messages that were supposed to > > > be removed are still there. Perhaps this is the same problem I have when disallowing the seen flag in my nnimap-split-inbox? If I do that the mails in the INBOX get never deleted and thus get multiple times splitted. Greetings Christoph Here is an excerpt from the *imap-log* with restricted ACL: 4000 SELECT "INBOX" * FLAGS (\Answered \Flagged \Draft \Deleted \Seen gnus-download gnus-expire) * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted gnus-download gnus-expire \*)] * 1 EXISTS * 1 RECENT * OK [UNSEEN 1] * OK [UIDVALIDITY 947587054] * OK [UIDNEXT 1003] 4000 OK [READ-WRITE] Completed 4001 UID SEARCH UNSEEN UNDELETED * SEARCH 1002 4001 OK Completed 4002 UID FETCH 1002 RFC822.HEADER * 1 FETCH (UID 1002 RFC822.HEADER {1212} X-From-Line: hans-christoph.rohland@sap-ag.de Fri Jan 14 18:12:49 2000 Return-Path: Date: Fri, 14 Jan 2000 18:12:48 +0100 From: Hans-Christoph Rohland Message-Id: <200001141712.SAA01396@ls3010.wdf.sap-ag.de> To: hans-christoph.rohland@sap.com Subject: test Lines: 0 Xref: ls3010 sent:566 ) 4002 OK Completed 4003 UID COPY 1002 "INBOX.sent" 4003 OK [COPYUID 947594913 1002 222] Completed 4004 UID STORE 1002 +FLAGS (\Seen \Deleted) 4004 NO Permission denied 4005 EXPUNGE * 1 EXISTS * 1 RECENT 4005 OK Completed 4006 CLOSE 4006 OK Completed