From 49e07974f02b937af1b875c7777743f4f2db143d Mon Sep 17 00:00:00 2001 From: okazaki Date: Tue, 13 Feb 2001 13:56:33 +0000 Subject: [PATCH] * elmo-imap4.el (elmo-imap4-prefetch-msg): Set `msgdb' argument of `elmo-imap4-read-msg' as nil. --- elmo/elmo-imap4.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4