X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=elmo%2Felmo-multi.el;h=314bc490e07d8ad0182e1bc2712833841aaaeb33;hb=c1e70a9ddc4f3c6a051665cc9d6c0bb27c263bc2;hp=a006b84a001ea70c7903e06b04f59fb508e138ad;hpb=bab54f41b8a506a9b948379314dc68c202d5fa59;p=elisp%2Fwanderlust.git diff --git a/elmo/elmo-multi.el b/elmo/elmo-multi.el index a006b84..314bc49 100644 --- a/elmo/elmo-multi.el +++ b/elmo/elmo-multi.el @@ -522,12 +522,6 @@ (elmo-folder-list-flagged child flag in-msgdb))))) numbers)) -(luna-define-method elmo-folder-set-message-modified ((folder - elmo-multi-folder) - modified) - (dolist (child (elmo-multi-folder-children-internal folder)) - (elmo-folder-set-message-modified child modified))) - (luna-define-method elmo-folder-commit ((folder elmo-multi-folder)) (dolist (child (elmo-multi-folder-children-internal folder)) (elmo-folder-commit child)))