(wl-delete-entity-sub): Add folder name to
authorhmurata <hmurata>
Sat, 26 Jun 2004 05:37:45 +0000 (05:37 +0000)
committerhmurata <hmurata>
Sat, 26 Jun 2004 05:37:45 +0000 (05:37 +0000)
unsubscribe list only if argument CLEAR is nil.

wl/ChangeLog
wl/wl-fldmgr.el

index 815cab9..0d678eb 100644 (file)
@@ -1,3 +1,8 @@
+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
index fb5b135..b04b1e5 100644 (file)
@@ -336,7 +336,7 @@ return value is diffs '(-new -unread -all)."
                   (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)))