mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
(nnmail-move-inbox): Pass proper format string to message.
This commit is contained in:
parent
17554a1062
commit
b705df89e7
@ -413,9 +413,9 @@ performed.")
|
||||
(if (looking-at "movemail: ")
|
||||
(delete-region (point-min) (match-end 0)))
|
||||
(beep t)
|
||||
(message (concat "movemail: "
|
||||
(buffer-substring (point-min)
|
||||
(point-max))))
|
||||
(message "movemail: %s"
|
||||
(buffer-substring (point-min)
|
||||
(point-max)))
|
||||
(sit-for 3)
|
||||
nil)))))
|
||||
(and errors
|
||||
|
Loading…
Reference in New Issue
Block a user