projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66f5b4f
)
Removed elmo-create-folder.
author
teranisi
<teranisi>
Sun, 23 Dec 2001 10:54:47 +0000
(10:54 +0000)
committer
teranisi
<teranisi>
Sun, 23 Dec 2001 10:54:47 +0000
(10:54 +0000)
elmo/elmo.el
patch
|
blob
|
history
diff --git
a/elmo/elmo.el
b/elmo/elmo.el
index
2a37231
..
ceb29d8
100644
(file)
--- a/
elmo/elmo.el
+++ b/
elmo/elmo.el
@@
-148,13
+148,6
@@
If optional argument NON-PERSISTENT is non-nil, folder is treated as
(save-match-data
(elmo-folder-send folder 'elmo-folder-initialize name))))
-(defun elmo-create-folder (class name &rest args)
- (apply
- 'luna-make-entity
- (intern (concat "elmo-" (symbol-name class) "-folder"))
- :name name
- args))
-
(defmacro elmo-folder-msgdb (folder)
"Return the msgdb of FOLDER (on-demand loading)."
(` (or (elmo-folder-msgdb-internal (, folder))