projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
046d14c
)
* elmo-imap4.el (elmo-imap4-prefetch-msg): Set `msgdb'
author
okazaki
<okazaki>
Tue, 13 Feb 2001 13:56:33 +0000
(13:56 +0000)
committer
okazaki
<okazaki>
Tue, 13 Feb 2001 13:56:33 +0000
(13:56 +0000)
argument of `elmo-imap4-read-msg' as nil.
elmo/elmo-imap4.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-imap4.el
b/elmo/elmo-imap4.el
index
022048e
..
cc6ab2a
100644
(file)
--- 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)