From: okazaki Date: Tue, 13 Feb 2001 13:56:33 +0000 (+0000) Subject: * elmo-imap4.el (elmo-imap4-prefetch-msg): Set `msgdb' X-Git-Tag: wl-2_6-root~122 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e07974f02b937af1b875c7777743f4f2db143d;p=elisp%2Fwanderlust.git * elmo-imap4.el (elmo-imap4-prefetch-msg): Set `msgdb' argument of `elmo-imap4-read-msg' as nil. --- diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index 022048e..cc6ab2a 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -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)