Variable: thumbs-thumbsdir-auto-clean
thumbs-thumbsdir-auto-clean is a customizable variable defined in
thumbs.el.gz.
Value
t
Documentation
If set, delete older file in the thumbnails directory.
Deletion is done at load time when the directory size is bigger
than thumbs-thumbsdir-max-size.
Source Code
;; Defined in /usr/src/emacs/lisp/obsolete/thumbs.el.gz
(defcustom thumbs-thumbsdir-auto-clean t
"If set, delete older file in the thumbnails directory.
Deletion is done at load time when the directory size is bigger
than `thumbs-thumbsdir-max-size'."
:type 'boolean)