mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-05 07:01:11 -08:00
Remove some unused gnus-registry variables
* lisp/gnus/gnus-registry.el (gnus-registry-clean-empty) (gnus-registry-use-long-group-names) (gnus-registry-max-track-groups, gnus-registry-entry-caching) (gnus-registry-trim-articles-without-groups): Remove variables labeled as obsolete since 23.4 that do nothing.
This commit is contained in:
parent
8a3263877e
commit
e7172a42e2
1 changed files with 1 additions and 6 deletions
|
|
@ -166,12 +166,7 @@ nnmairix groups are specifically excluded because they are ephemeral."
|
|||
|
||||
(defvar gnus-registry-misc-menus nil) ; ugly way to keep the menus
|
||||
|
||||
(make-obsolete-variable 'gnus-registry-clean-empty nil "23.4")
|
||||
(make-obsolete-variable 'gnus-registry-use-long-group-names nil "23.4")
|
||||
(make-obsolete-variable 'gnus-registry-max-track-groups nil "23.4")
|
||||
(make-obsolete-variable 'gnus-registry-entry-caching nil "23.4")
|
||||
(make-obsolete-variable 'gnus-registry-trim-articles-without-groups nil "23.4")
|
||||
;; FIXME it was simply deleted.
|
||||
;; It was simply deleted.
|
||||
(make-obsolete-variable 'gnus-registry-max-pruned-entries nil "25.1")
|
||||
|
||||
(defcustom gnus-registry-track-extra '(subject sender recipient)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue