(rmail-retry-failure): Unconditionally move to beginning of message.
This commit is contained in:
parent
c9961ecaeb
commit
2b3c5a6879
1 changed files with 2 additions and 2 deletions
|
@ -3038,8 +3038,8 @@ specifying headers which should not be copied into the new message."
|
|||
(save-excursion
|
||||
;; Narrow down to just the quoted original message
|
||||
(if pruned
|
||||
(rmail-toggle-header 0)
|
||||
(rmail-beginning-of-message))
|
||||
(rmail-toggle-header 0))
|
||||
(rmail-beginning-of-message)
|
||||
(let* ((case-fold-search t)
|
||||
(top (point))
|
||||
(content-type
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue