From: teranisi Date: Thu, 13 Jan 2005 08:13:43 +0000 (+0000) Subject: (elmo-message-fetch-string): Fixed argument. X-Git-Tag: wl-2_14-root~91 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dbaa29544c764d0280bf0578094b454267ed65c2;p=elisp%2Fwanderlust.git (elmo-message-fetch-string): Fixed argument. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 86921da..e89dd9c 100644 --- 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 diff --git a/elmo/elmo.el b/elmo/elmo.el index e42e94a..8ea8651 100644 --- 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)