From ff8bee67251af878716b919c9d20370a027921db Mon Sep 17 00:00:00 2001 From: hmurata Date: Wed, 1 Nov 2006 23:53:14 +0000 Subject: [PATCH] (elmo-imap4-find-next-line): Check whether a label of reporter is enable or not. --- elmo/ChangeLog | 5 +++++ elmo/elmo-imap4.el | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) 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))) -- 1.7.10.4