Variable: rsf-autosave-newly-added-definitions
rsf-autosave-newly-added-definitions is a customizable variable
defined in rmail-spam-filter.el.gz.
Value
nil
Documentation
Non-nil to auto-save new spam entries.
Any time you add an entry via the "Spam" menu, immediately saves the custom file.
Source Code
;; Defined in /usr/src/emacs/lisp/mail/rmail-spam-filter.el.gz
(defcustom rsf-autosave-newly-added-definitions nil
"Non-nil to auto-save new spam entries.
Any time you add an entry via the \"Spam\" menu, immediately saves
the custom file."
:type 'boolean)