2005-02-19 Yuuichi Teranishi <teranisi@gohome.org>
+ * 2.12.1 is released.
+
+ * modb-standard.el (elmo-msgdb-unset-flag): Bind inhibit-quit.
+
* elmo-maildir.el (elmo-folder-append-messages): Fix the problem
that only the first flag is used.
(elmo-maildir-delete-mark): Ditto.
(These changes are based on Hiroya Murata's patch [wl: 13437])
+ * elmo-version.el (elmo-version): Up to 2.12.1.
+
2005-02-06 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* elmo-nntp.el (elmo-nntp-server-command-index): Add entry `xhdr'.
(luna-define-method elmo-message-fetch
((folder elmo-cache-folder) number strategy &optional unseen section)
- ;; disbable cache process
+ ;; disable cache process
(erase-buffer)
(when (elmo-message-fetch-internal folder number strategy section unseen)
(when (and (not unseen)
(modb-standard-flag-map msgdb)))
(t
(let ((cur-flags (modb-standard-message-flags msgdb number))
+ (inhibit-quit t)
new-flags diff)
(when (memq flag cur-flags)
(setq new-flags (delq flag (copy-sequence cur-flags)))