Re: more stuff
Erik Hetzner <[email protected]> Sat, 16 Dec 2017 09:16:38 -0800
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <5a3554f7.4e4b650a.b9720.9d88__39979.9442304813$1513444714$gmane$org@mx.google.com> |
On Sat, 16 Dec 2017 09:06:04 -0800, Tomas By <[email protected]> wrote: > > On Sat, 16 Dec 2017 17:56:16 +0100, > Erik Hetzner wrote: > > Those are functions, not variables. You can use them to clean up your elmo > > cache. > > > The FAQ seems to say they can be vars also: > > https://www.emacswiki.org/emacs/WlFaq > > "putting something similar in .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)" > > > But if I do not define them (and do not run the functions) then > nothing should happen? Those aren’t variable settings, they are invocations of the function. That is, if you put `(elmo-cache-expire-by-age 14)` in your `.wl` file, every time Wanderlust starts up, you will be deleting all cached entries older than 14 days. best, Erik -- Sent from my free software system <http://fsf.org/>.