projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cfbddca
)
(elmo-cache-expire-by-age): Add docstring. Make it interactive.
author
okazaki
<okazaki>
Mon, 6 Nov 2006 22:55:43 +0000
(22:55 +0000)
committer
okazaki
<okazaki>
Mon, 6 Nov 2006 22:55:43 +0000
(22:55 +0000)
elmo/elmo-util.el
patch
|
blob
|
history
diff --git
a/elmo/elmo-util.el
b/elmo/elmo-util.el
index
8817170
..
981930f
100644
(file)
--- a/
elmo/elmo-util.el
+++ b/
elmo/elmo-util.el
@@
-2075,6
+2075,9
@@
If KBYTES is kilo bytes (This value must be float)."
ret-val))
(defun elmo-cache-expire-by-age (&optional days)
+ "Expire cache file by age.
+Optional argument DAYS specifies the days to expire caches."
+ (interactive)
(let ((age (or (and days (int-to-string days))
(and (interactive-p)
(read-from-minibuffer