* elmo-imap4.el (elmo-imap4-prefetch-msg): Set `msgdb'
authorokazaki <okazaki>
Tue, 13 Feb 2001 13:56:33 +0000 (13:56 +0000)
committerokazaki <okazaki>
Tue, 13 Feb 2001 13:56:33 +0000 (13:56 +0000)
argument of `elmo-imap4-read-msg' as nil.

elmo/elmo-imap4.el

index 022048e..cc6ab2a 100644 (file)
@@ -1356,7 +1356,7 @@ If optional argument UNMARK is non-nil, unmark."
        'fetch)))))
 
 (defun elmo-imap4-prefetch-msg (spec msg outbuf)
-  (elmo-imap4-read-msg spec msg outbuf 'unseen))
+  (elmo-imap4-read-msg spec msg outbuf nil 'unseen))
 
 (defun elmo-imap4-read-msg (spec msg outbuf
                                 &optional msgdb leave-seen-flag-untouched)