* elmo.el (elmo-folder-creatable-p): Changed default value to nil
authorhmurata <hmurata>
Wed, 3 Apr 2002 13:14:07 +0000 (13:14 +0000)
committerhmurata <hmurata>
Wed, 3 Apr 2002 13:14:07 +0000 (13:14 +0000)
commit6ee2df2d9ba35b5961d631bee2d6133cf6c3746e
tree4cd75c0fccede8ddbccc9391c2951d5df4e97892
parentccab6924def2b87a74c55f14c13ad93df2c1331e
* elmo.el (elmo-folder-creatable-p): Changed default value to nil
from t.

* elmo-pop3.el (elmo-folder-exists-p): Return nil if unplugged.

* elmo-nntp.el (elmo-folder-exists-p-plugged): Divided plugged
case from `elmo-folder-exists-p'.
(elmo-folder-exists-p): Removed.
(elmo-folder-creatable-p) Ditto.

* elmo-net.el (elmo-folder-create): Defined.
(elmo-folder-create-unplugged): New function.
(elmo-folder-exists-p): Changed default value to nil from t.

* elmo-imap4.el (elmo-folder-creatable-p): Defined.
(elmo-folder-create-plugged): Renamed from `elmo-folder-create'.

* elmo-dop.el (elmo-folder-create-dop): Renamed from
`elmo-create-folder-dop' and append queue
'elmo-folder-create-dop-delayed instead of 'elmo-folder-create.
(elmo-folder-create-dop-delayed): New function.

* elmo-cache.el (elmo-folder-creatable-p): Ditto.

* elmo-shimbun.el (elmo-folder-creatable-p): Ditto.

* elmo-sendlog.el (elmo-folder-creatable-p): Ditto.
(elmo-folder-writable-p) : Ditto.

* wl-summary.el (wl-summary-refile-subr): Cause an error if FOLDER
is not writable.

* wl-folder.el (wl-folder-create-subr): Cause an error if FOLDER
is not creatable.
13 files changed:
elmo/ChangeLog
elmo/elmo-cache.el
elmo/elmo-dop.el
elmo/elmo-imap4.el
elmo/elmo-net.el
elmo/elmo-nntp.el
elmo/elmo-pop3.el
elmo/elmo-sendlog.el
elmo/elmo-shimbun.el
elmo/elmo.el
wl/ChangeLog
wl/wl-folder.el
wl/wl-summary.el