X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2Felmo-database.el;h=22a391227f49cffcdf4972f1aa9846d92038e414;hb=a5bcb1f0eb41b558a6b4ed277047adc6b8676a2a;hp=defccca283b904f3f5bcc4196697af96c12312f1;hpb=51f9787799e1f8a5ad1f9cde0fd99489dae071c3;p=elisp%2Fwanderlust.git diff --git a/elmo/elmo-database.el b/elmo/elmo-database.el index defccca..22a3912 100644 --- a/elmo/elmo-database.el +++ b/elmo/elmo-database.el @@ -39,7 +39,7 @@ (database-live-p (symbol-value dbsym)))) (set dbsym (open-database (expand-file-name dbname - elmo-msgdb-dir + elmo-msgdb-directory ))) (symbol-value dbsym))) @@ -50,7 +50,8 @@ (defun elmo-database-msgid-put (msgid folder number) (let ((db (elmo-database-get 'elmo-database-msgid - elmo-database-msgid-filename))) + elmo-database-msgid-filename)) + print-length) (and msgid db (progn (remove-database msgid db)