From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/32303 Path: main.gmane.org!not-for-mail From: Arcady Genkin Newsgroups: gmane.emacs.gnus.general Subject: Deleting an article on IMAP server Date: 03 Sep 2000 03:56:35 -0400 Organization: thpoon.com Sender: owner-ding@hpc.uh.edu Message-ID: <87pumlhpsc.fsf@tea.thpoon.com> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168596 18960 80.91.224.250 (21 Oct 2002 02:49:56 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:49:56 +0000 (UTC) Return-Path: Original-Received: from spinoza.math.uh.edu (spinoza.math.uh.edu [129.7.128.18]) by mailhost.sclp.com (Postfix) with ESMTP id DA06BD051E for ; Sun, 3 Sep 2000 03:57:27 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by spinoza.math.uh.edu (8.9.1/8.9.1) with ESMTP id CAC03468; Sun, 3 Sep 2000 02:57:25 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Sun, 03 Sep 2000 02:56:39 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@66-209.196.61.interliant.com [209.196.61.66] (may be forged)) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id CAA07322 for ; Sun, 3 Sep 2000 02:56:11 -0500 (CDT) Original-Received: from soup.thpoon.com (cr103675-a.bloor1.on.wave.home.com [24.114.152.71]) by mailhost.sclp.com (Postfix) with SMTP id 76430D051E for ; Sun, 3 Sep 2000 03:56:37 -0400 (EDT) Original-Received: (qmail 83389 invoked from network); 3 Sep 2000 07:56:36 -0000 Original-Received: from unknown (HELO tea.thpoon.com) (mail@192.168.1.2) by cr103675-a.bloor1.on.wave.home.com with SMTP; 3 Sep 2000 07:56:36 -0000 Original-Received: from antipode by tea.thpoon.com with local (Exim 3.12 #1 (Debian)) id 13VUdn-0007Wr-00 for ; Sun, 03 Sep 2000 03:56:35 -0400 Original-To: ding@gnus.org X-Face: 0=A/O5-+sE[Tf%X>rYr?Y5LD4,:^'jaJ!4jC&UR*ZrrK2>^`g22Qeb]!:d;}2YJ|Hq"LHdF OX`jWX|AT-WVFQ(TPhFVak)0nt$aEdlOq=1~D,:\z5QlVOrZ2(H,mKg=Xr|'VlHA="r Mail-Copies-To: never Original-Lines: 30 User-Agent: Gnus/5.0807 (Gnus v5.8.7) XEmacs/21.1 (Channel Islands) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:32303 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:32303 I have to go through this at least once every day. I open an article in an nnimap group, then leave it open and switch to doing something else for a while. Then when I come back, and try to delete the article, I get an error (the following backtrace): Signaling: (error "Process not open for writing" #) process-send-string(# "4089 UID STORE 972 +FLAGS (\\Deleted) \n") imap-send-command-1("4089 UID STORE 972 +FLAGS (\\Deleted)") imap-send-command("UID STORE 972 +FLAGS (\\Deleted)" nil) imap-send-command-wait("UID STORE 972 +FLAGS (\\Deleted)") imap-message-flags-add("972" "\\Deleted") nnimap-request-expire-articles((972) "mail/private" "soup" force) gnus-request-expire-articles((972) "nnimap+soup:mail/private" force) gnus-summary-delete-article(nil) call-interactively(gnus-summary-delete-article) I guess the connection to the IMAP server expires, but that's just a guess. I have to tick the message, leave the group, re-enter it, and delete the message. This raises two questions: 1. Is this a bug or limitation of IMAP protocol/backend? 2. Is there a way to work around this without doing the tick-exit-enter-delete sequence? I'm using Gnus 5.8.7 under Xemacs 21.1.11 and UofW IMAP server. Thanks! -- Arcady Genkin Don't read everything you believe.