diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-07-07 00:45:18 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-07-07 00:45:18 +0000 |
commit | ba7f25a355c00cf500220558961e72672201366c (patch) | |
tree | 5b12304870da093e5693e130f1afafe3a9eb3b15 /lisp | |
parent | d54f9e30793ec98b94df36ad94755f4dee726d9f (diff) | |
download | emacs-ba7f25a355c00cf500220558961e72672201366c.tar.gz emacs-ba7f25a355c00cf500220558961e72672201366c.tar.bz2 emacs-ba7f25a355c00cf500220558961e72672201366c.zip |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mail/sendmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index e2dd2e11ef2..7df1c7380ce 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -370,7 +370,8 @@ the user from the mailer." "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. |