1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

(rmail-summary-expunge)

(rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
instead of rmail-confirm-expunge.
This commit is contained in:
Gerd Moellmann 2000-12-12 14:52:36 +00:00
parent 4fdbd80975
commit 09cefa66ee

View File

@ -1210,7 +1210,7 @@ move to the previous message."
(interactive)
(save-excursion
(set-buffer rmail-buffer)
(when (rmail-confirm-expunge)
(when (rmail-expunge-confirmed)
(rmail-only-expunge)))
(rmail-update-summary))
@ -1219,7 +1219,7 @@ move to the previous message."
(interactive)
(save-excursion
(set-buffer rmail-buffer)
(when (rmail-confirm-expunge)
(when (rmail-expunge-confirmed)
(rmail-only-expunge)))
(rmail-update-summary)
(save-excursion