(rmail-summary-mark-deleted): Recache summary.
This commit is contained in:
parent
04ce399c0e
commit
96a07ae931
1 changed files with 4 additions and 1 deletions
|
@ -714,7 +714,10 @@ a negative argument means to delete and move forward."
|
|||
(if (looking-at "D")
|
||||
(progn (delete-char 1) (insert " ")))
|
||||
(delete-char 1)
|
||||
(insert "D"))))
|
||||
(insert "D"))
|
||||
;; Register a new summary line.
|
||||
(with-current-buffer rmail-buffer
|
||||
(aset rmail-summary-vector (1- n) (rmail-create-summary-line n)))))
|
||||
(beginning-of-line))
|
||||
|
||||
(defun rmail-summary-mark-undeleted (n)
|
||||
|
|
Loading…
Add table
Reference in a new issue