X-Git-Url: http://cgit.sxemacs.org/?a=blobdiff_plain;f=lisp%2Fgnus-html.el;h=a5625dfed80048e2532c7fa044e747d2c3bcb9c1;hb=d35146fa43e9e2d8d346073c3c0692162abf4759;hp=bdf03a16587c1f58e58b48ef3395586a2974ea25;hpb=8f7476d4cfadb358d635238ae62c48a89efc6db2;p=gnus diff --git a/lisp/gnus-html.el b/lisp/gnus-html.el index bdf03a165..a5625dfed 100644 --- a/lisp/gnus-html.el +++ b/lisp/gnus-html.el @@ -45,7 +45,10 @@ "Time used to determine if we should use images from the cache." :version "24.1" :group 'gnus-art - :type 'integer) + ;; FIXME hardly the friendliest type. The allowed value is actually + ;; any time value, but we are assuming no-one cares about USEC and + ;; PSEC here. It would be better to eg make it a number of minutes. + :type '(list integer integer)) (defcustom gnus-html-image-automatic-caching t "Whether automatically cache retrieve images."