[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 0.129: moving doesn't work



Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> writes:

> I get the following backtrace when trying to move a message from one
> group to another within the same server:

Yes, fixed in 0.130, thanks!

Index: nnimap.el
===================================================================
RCS file: /home/radford/src/cvs/nnimap/nnimap.el,v
retrieving revision 1.224
diff -w -u -u -w -r1.224 nnimap.el
--- nnimap.el	1999/08/21 19:06:33	1.224
+++ nnimap.el	1999/08/22 13:32:29
@@ -1038,7 +1038,8 @@
 			  nnimap-current-move-group)
 			 (imap-message-copy (number-to-string
 					     nnimap-current-move-article)
-					    group nnimap-server-buffer))
+					    group 'dontcreate nil
+					    nnimap-server-buffer))
 		  ;; turn into rfc822 format (\r\n eol's)
 		  (with-current-buffer (current-buffer)
 		    (goto-char (point-min))