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

nnimap 0.117 -> 0.118 patches



Index: nnimap/ChangeLog
diff -c nnimap/ChangeLog:1.235 nnimap/ChangeLog:1.236
*** nnimap/ChangeLog:1.235	Mon Jun 14 04:52:48 1999
--- nnimap/ChangeLog	Mon Jun 14 06:30:25 1999
***************
*** 1,5 ****
--- 1,10 ----
  1999-06-14  Simon Josefsson  <jas@pdc.kth.se>
  
+ 	* nnimap 0.118 released.
+ 
+ 	* imap.el (imap-mailbox-select): Create imap-mailbox-data if
+ 	necessery.
+ 
  	* nnimap 0.117 released.
  
  	* imap.el (imap-mailbox-select): Remember message data, not
Index: nnimap/imap.el
diff -c nnimap/imap.el:1.148 nnimap/imap.el:1.149
*** nnimap/imap.el:1.148	Mon Jun 14 04:34:49 1999
--- nnimap/imap.el	Mon Jun 14 06:30:17 1999
***************
*** 702,707 ****
--- 702,709 ----
  	imap-current-mailbox
        (let ((old-mailbox imap-current-mailbox)
  	    (old-data imap-message-data))
+ 	(unless imap-mailbox-data
+ 	  (setq imap-mailbox-data (make-vector imap-mailbox-prime 0)))
  	(setq imap-current-mailbox mailbox)
  	(if (imap-ok-p (imap-send-command-wait
  			(concat (if examine "EXAMINE" "SELECT") " " mailbox)))
Index: nnimap/nnimap.el
diff -c nnimap/nnimap.el:1.185 nnimap/nnimap.el:1.186
*** nnimap/nnimap.el:1.185	Mon Jun 14 04:52:41 1999
--- nnimap/nnimap.el	Mon Jun 14 08:39:23 1999
***************
*** 99,105 ****
  (gnus-declare-backend "nnimap" 'mail 'address 'prompt-address 
  		      'physical-address)
  
! (defconst nnimap-version "nnimap 0.117")
  
  (defvoo nnimap-address nil
    "Address of physical IMAP server.  If nil, use the virtual server's name.")
--- 99,105 ----
  (gnus-declare-backend "nnimap" 'mail 'address 'prompt-address 
  		      'physical-address)
  
! (defconst nnimap-version "nnimap 0.118")
  
  (defvoo nnimap-address nil
    "Address of physical IMAP server.  If nil, use the virtual server's name.")