Variable: ibuffer-old-time
ibuffer-old-time is a customizable variable defined in ibuf-ext.el.gz.
Value
72
Documentation
The number of hours before a buffer is considered "old".
Source Code
;; Defined in /usr/src/emacs/lisp/ibuf-ext.el.gz
(defcustom ibuffer-old-time 72
"The number of hours before a buffer is considered \"old\"."
:type '(choice (const :tag "72 hours (3 days)" 72)
(const :tag "48 hours (2 days)" 48)
(const :tag "24 hours (1 day)" 24)
(integer :tag "hours"))
:group 'ibuffer)