unsubscribe list only if argument CLEAR is nil.
+2004-06-26 Hiroya Murata <lapis-lazuli@pop06.odn.ne.jp>
+
+ * wl-fldmgr.el (wl-delete-entity-sub): Add folder name to
+ unsubscribe list only if argument CLEAR is nil.
+
2004-06-25 Yoichi NAKAYAMA <yoichi@geiin.org>
* wl-draft.el (wl-draft-reply): Decode subject before removing
(message "%s not found" key)
(setq update nil)
(throw 'done t)))
- (when access
+ (when (and access (not clear))
(if is-group
(wl-append unsubscribes
(list (list (elmo-string key) 'access nil)))