+2001-12-17 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * elmo.el (elmo-folder-confirm-appends): Fixed docstring.
+
2001-12-17 Yuuichi Teranishi <teranisi@gohome.org>
* elmo-imap4.el (elmo-imap4-search-internal-primitive): Fixed
(if (and elmo-folder-update-threshold
(> len elmo-folder-update-threshold)
elmo-folder-update-confirm)
- (if (y-or-n-p (format "Too many messages(%d). Continue? " len))
+ (if (y-or-n-p (format "Too many messages(%d). Update all? " len))
appends
(setq in elmo-folder-update-threshold)
(catch 'end