return state of child folders.
Original patch by Kazuhiro Ito.
+2010-10-14 David Maus <dmaus@ictsoc.de>
+
+ * elmo-multi.el (elmo-folder-open-internal-p): Evaluate symbol to
+ return state of child folders.
+
2010-10-13 David Maus <dmaus@ictsoc.de>
* elmo-multi.el (elmo-folder-open-internal-p): Start with t and
(luna-define-method elmo-folder-open-internal-p ((folder elmo-multi-folder))
(let (open t)
- (dolist (fld (elmo-multi-folder-children-internal folder))
+ (dolist (fld (elmo-multi-folder-children-internal folder) open)
(setq open (and open (elmo-folder-open-internal-p fld))))))
(luna-define-method elmo-folder-check ((folder elmo-multi-folder))