Function: rmail-summary-expunge-and-save

rmail-summary-expunge-and-save is an interactive and byte-compiled function defined in rmailsum.el.gz.

Signature

(rmail-summary-expunge-and-save)

Documentation

Expunge and save RMAIL file.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defun rmail-summary-expunge-and-save ()
  "Expunge and save RMAIL file."
  (interactive)
  (save-excursion
    (rmail-expunge-and-save))
  (rmail-update-summary)
  (set-buffer-modified-p nil))