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:
e6f2de3
)
(elmo-message-fetch-string): Fixed argument.
author
teranisi
<teranisi>
Thu, 13 Jan 2005 08:13:43 +0000
(08:13 +0000)
committer
teranisi
<teranisi>
Thu, 13 Jan 2005 08:13:43 +0000
(08:13 +0000)
elmo/ChangeLog
patch
|
blob
|
history
elmo/elmo.el
patch
|
blob
|
history
diff --git
a/elmo/ChangeLog
b/elmo/ChangeLog
index
86921da
..
e89dd9c
100644
(file)
--- a/
elmo/ChangeLog
+++ b/
elmo/ChangeLog
@@
-2,6
+2,7
@@
* elmo.el (elmo-message-fetch): Unset unread flag on server when
message is cached.
+ (elmo-message-fetch-string): Fixed argument.
2005-01-11 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
diff --git
a/elmo/elmo.el
b/elmo/elmo.el
index
e42e94a
..
8ea8651
100644
(file)
--- a/
elmo/elmo.el
+++ b/
elmo/elmo.el
@@
-1408,7
+1408,7
@@
If Optional LOCAL is non-nil, don't update server flag."
unread
section)
(with-temp-buffer
- (when (elmo-message-fetch folder number strategy section unread)
+ (when (elmo-message-fetch folder number strategy unread section)
(buffer-string))))
(luna-define-method elmo-message-fetch ((folder elmo-folder)