M-x describe-variableで関連する変数の内容を確認。
elmo-cache-expire-default-method is a variable defined in `elmo-vars.el'. Its value is "size" Documentation: Default expiration method.
elmo-cache-expire-default-age is a variable defined in `elmo-vars.el'. Its value is 50 Documentation: Cache expiration age (days).
elmo-cache-expire-default-size is a variable defined in `elmo-vars.el'. Its value is 30000 Documentation: Cache expiration disk size (Kilo bytes). This must be float value.
現在のcacheディレクトリのサイズを確認。上の設定が効いていることがわかる。
$ du -sh ~/.elmo/cache/ 32M /*******/.elmo/cache/
wanderlustの起動時に自動的に削除するには以下の内容を~/.wlに追記。
;;days since last access, i.e atime. (default: 50) (elmo-cache-expire-by-age 14) ;;kilobytes (default 30000) (elmo-cache-expire-by-size 1024)