Fix.
authoryoichi <yoichi>
Thu, 11 Oct 2001 10:27:21 +0000 (10:27 +0000)
committeryoichi <yoichi>
Thu, 11 Oct 2001 10:27:21 +0000 (10:27 +0000)
wl/ChangeLog
wl/wl-fldmgr.el

index c5d9025..1cf46f0 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-11  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * wl-fldmgr.el (wl-fldmgr-make-group): Check folder name only
+       for access group.
+
 2001-10-11  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-message.el (wl-message-display-internal): Bind
index 5197378..3c457c5 100644 (file)
@@ -939,7 +939,7 @@ return value is diffs '(-new -unread -all)."
                           (read-from-minibuffer
                            (if access "Access Type Group: " "Group: ")))))
          ;; To check the folder name is correct.
-         (elmo-make-folder group)
+         (if access (elmo-make-folder group))
          (when (or access (string-match "[\t ]*/$" group))
            (setq group (if access group
                          (substring group 0 (match-beginning 0))))