of reporter is enable or not.
+2006-11-01 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * elmo-imap4.el (elmo-imap4-find-next-line): Check whether a label
+ of reporter is enable or not.
+
2006-10-31 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* elmo-util.el (elmo-list-bigger-diff): Abolish.
(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)))