From: hmurata Date: Wed, 1 Nov 2006 23:53:14 +0000 (+0000) Subject: (elmo-imap4-find-next-line): Check whether a label X-Git-Tag: wl-2_15_6-fixes~136 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ff8bee67251af878716b919c9d20370a027921db;p=elisp%2Fwanderlust.git (elmo-imap4-find-next-line): Check whether a label of reporter is enable or not. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index 6782ec8..fb5ef57 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2006-11-01 Hiroya Murata + + * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label + of reporter is enable or not. + 2006-10-31 Hiroya Murata * elmo-util.el (elmo-list-bigger-diff): Abolish. diff --git a/elmo/elmo-imap4.el b/elmo/elmo-imap4.el index 0177d72..a367964 100644 --- a/elmo/elmo-imap4.el +++ b/elmo/elmo-imap4.el @@ -1246,7 +1246,8 @@ Return nil if no complete line has arrived." (if (match-string 1) (if (< (point-max) (+ (point) (string-to-number (match-string 1)))) (progn - (when elmo-imap4-literal-progress-reporter + (when (elmo-progress-counter-label + elmo-imap4-literal-progress-reporter) (elmo-progress-counter-set-total elmo-imap4-literal-progress-reporter (string-to-number (match-string 1)))