changeset 746:1b0748ff6f65

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Tue, 07 Jul 1992 00:45:18 +0000
parents 98bdd205ec6f
children 701693a7acb7
files lisp/mail/sendmail.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/sendmail.el	Mon Jul 06 22:33:26 1992 +0000
+++ b/lisp/mail/sendmail.el	Tue Jul 07 00:45:18 1992 +0000
@@ -370,7 +370,8 @@
 					"From: " (user-login-name) "\n"
 					"Date: " (current-time-string) "\n")
 				(insert-buffer-substring curbuf beg end)
-				(insert "\n\C-_"))
+				(insert "\n\C-_")
+				(rmail-set-message-counters))
 			    (insert-buffer-substring curbuf beg end)))
 		      (if max (narrow-to-region (point-min) max))))))
 	    ;; Else append to the file directly.