+2004-10-25 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * modb-legacy.el (elmo-msgdb-unset-flag): Accept flag `all'.
+
2004-10-24 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
* elmo-multi.el (elmo-folder-unset-flag): Ignore errors.
(luna-define-method elmo-msgdb-set-flag ((msgdb modb-legacy)
number flag)
(unless (modb-legacy-supported-flag-p flag)
- (error "Flag `%s' is not supproted by this msgdb type"
+ (error "Flag `%s' is not supported by this msgdb type"
(capitalize (symbol-name flag))))
(case flag
(read
(luna-define-method elmo-msgdb-unset-flag ((msgdb modb-legacy)
number flag)
- (unless (modb-legacy-supported-flag-p flag)
- (error "Flag `%s' is not supproted by this msgdb type"
+ (unless (or (modb-legacy-supported-flag-p flag)
+ (eq flag 'all))
+ (error "Flag `%s' is not supported by this msgdb type"
(capitalize (symbol-name flag))))
(case flag
(read