mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(gnus-output-to-rmail): adjust to
`rmail-output-to-rmail-file'
This commit is contained in:
parent
ec0a2f45a2
commit
a9d6e49639
@ -755,10 +755,12 @@ with potentially long computations."
|
||||
(when msg
|
||||
(goto-char (point-min))
|
||||
(widen)
|
||||
(search-backward "\^_")
|
||||
(search-backward "\n\^_")
|
||||
(narrow-to-region (point) (point-max))
|
||||
(goto-char (1+ (point-min)))
|
||||
(rmail-count-new-messages t)
|
||||
(if (rmail-summary-exists)
|
||||
(rmail-select-summary
|
||||
(rmail-update-summary)))
|
||||
(rmail-show-message msg))))))
|
||||
(kill-buffer tmpbuf)))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user