From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/6028 Path: news.gmane.org!not-for-mail From: Kevin Greiner Newsgroups: gmane.emacs.gnus.user Subject: Re: nnimap move behaving like copy Date: Fri, 11 Nov 2005 23:39:48 -0600 Message-ID: References: <87br1336mr.fsf@phiwumbda.org> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1138671640 29877 80.91.229.2 (31 Jan 2006 01:40:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 31 Jan 2006 01:40:40 +0000 (UTC) Original-X-From: nobody Tue Jan 17 17:36:12 2006 Original-Path: quimby.gnus.org!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-NNTP-Posting-Host: cpe-67-10-132-40.houston.res.rr.com Original-X-Trace: quimby.gnus.org 1131774068 24473 67.10.132.40 (12 Nov 2005 05:41:08 GMT) Original-X-Complaints-To: usenet@quimby.gnus.org Original-NNTP-Posting-Date: Sat, 12 Nov 2005 05:41:08 +0000 (UTC) User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.3.50 (windows-nt) Cancel-Lock: sha1:RjQrIf9Zdb8fY5g9imKPRz+Qaig= Original-Xref: bridgekeeper.physik.uni-ulm.de gnus-emacs-gnus:6170 Original-Lines: 35 X-Gnus-Article-Number: 6170 Tue Jan 17 17:36:12 2006 Xref: news.gmane.org gmane.emacs.gnus.user:6028 Archived-At: "Jesse F. Hughes" writes: > Hey ho. > > For some time now, whenever I move an article from one nnimap group to > another (same server), it is failing to delete the article from the > original group. > > I've tried to diagnose the problem, but I don't know diddly about > nnimap. I've looked at nnimap-request-move-article. The final > command there is: > > (imap-message-flags-add > (imap-range-to-message-set (list article)) > "\\Deleted" 'silent nnimap-server-buffer) > > Gnus clearly reaches that command (I asked for messages before and > after it). But nonetheless, the article still sits happily on my > server. > > I don't know how to figure out whether the article is being marked > "Deleted" or not. The server is a courier-imap server on another of > my machines, so I have access to whatever logs are being created. > > The problem seems to have started after updating to No Gnus v0.3 > from Oort Gnus. Any help would be greatly appreciated. Do you have the agent enabled for this server? If so, try turning it off for a short test. Open the group containing the original article with the agent turned off. Does the article still appear? If so, can you specify the precise command that you used? The only time I use nnimap is when I'm testing agent problems so I may not know how to reproduce an obvious example. Kevin