[Date Prev][Date Next] [Chronological] [Thread] [Top]

nnimap 0.115 -> 0.116 patches



Index: nnimap/ChangeLog
diff -u nnimap/ChangeLog:1.232 nnimap/ChangeLog:1.233
--- nnimap/ChangeLog:1.232	Sun Jun 13 05:14:58 1999
+++ nnimap/ChangeLog	Sun Jun 13 06:56:44 1999
@@ -1,5 +1,10 @@
 1999-06-13  Simon Josefsson  <jas@pdc.kth.se>
 
+	* nnimap 0.116 released.
+
+	* nnimap.el (nnimap-request-accept-article): Work around Cyrus
+	server bug.
+
 	* nnimap 0.115 released.
 
 	* nnimap.el (nnimap-request-article-part): Message article fetch.
Index: nnimap/nnimap.el
diff -u nnimap/nnimap.el:1.183 nnimap/nnimap.el:1.184
--- nnimap/nnimap.el:1.183	Sun Jun 13 05:14:48 1999
+++ nnimap/nnimap.el	Sun Jun 13 06:56:30 1999
@@ -99,7 +99,7 @@
 (gnus-declare-backend "nnimap" 'mail 'address 'prompt-address 
 		      'physical-address)
 
-(defconst nnimap-version "nnimap 0.115")
+(defconst nnimap-version "nnimap 0.116")
 
 (defvoo nnimap-address nil
   "Address of physical IMAP server.  If nil, use the virtual server's name.")
@@ -838,6 +838,8 @@
 		     (goto-char (point-min))
 		     (while (search-forward "\n" nil t)
 		       (replace-match "\r\n")))
+		   ;; next line for Cyrus server bug
+		   (imap-mailbox-unselect nnimap-server-buffer)
 		   (imap-message-append group (current-buffer)
 					nnimap-server-buffer)))
 	   (cons group (nth 1 uid))))))