From 06adedd439d0fbc6fbe3c77442b9cc6c520b76c9 Mon Sep 17 00:00:00 2001 From: Paul Nelson Date: Tue, 30 Dec 2025 01:50:34 +0800 Subject: [PATCH] Rmail: fix misplaced "D" after auto-file * lisp/mail/rmailsum.el (rmail-summary-mark-deleted): Move to beginning of line before searching for status indicator. (Bug#80097) --- lisp/mail/rmailsum.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index 8dd04f97c21..79c2d04ac4f 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -1201,6 +1201,7 @@ a negative argument means to delete and move forward." (or (eobp) (not (overlay-get rmail-summary-overlay 'face)) (let ((buffer-read-only nil)) + (beginning-of-line) (skip-chars-forward " ") (skip-chars-forward "0-9") (if undel