X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2Felmo-vars.el;h=9400912b6088df9c8f3e86934ca6941ee36f6496;hb=9e39553b80115a949a7f04ddced4459a7797f8bd;hp=d501215c9d9a0b1c15f2cd9ecb239c0a6342fc28;hpb=51f9787799e1f8a5ad1f9cde0fd99489dae071c3;p=elisp%2Fwanderlust.git diff --git a/elmo/elmo-vars.el b/elmo/elmo-vars.el index d501215..9400912 100644 --- a/elmo/elmo-vars.el +++ b/elmo/elmo-vars.el @@ -59,7 +59,7 @@ Each elements are regexp of folder name (This is obsolete).") (defvar elmo-msgdb-file-header-chop-length 2048 "*Number of bytes to get header in one reading from file.") -(defvar elmo-msgdb-dir "~/.elmo" +(defvar elmo-msgdb-directory "~/.elmo" "*ELMO Message Database path.") (defvar elmo-passwd-alist-file-name "passwd" "*ELMO Password filename.") @@ -291,7 +291,7 @@ If function, return value of function.") ;; static/dl-database (fboundp 'open-database))) -(defvar elmo-date-match (not (boundp 'nemacs-version)) +(defvar elmo-date-match t "Date match is available or not.") (defvar elmo-network-stream-type-alist @@ -321,7 +321,7 @@ Arguments for this function are NAME, BUFFER, HOST and SERVICE.") (defvar elmo-cache-expire-default-age 50 "Cache expiration age (days).") -(defvar elmo-cache-dirname "cache" +(defvar elmo-cache-directory (expand-file-name "cache" elmo-msgdb-directory) "Directory name for cache storage.") (defvar elmo-pack-number-check-strict t