(mail-do-fcc): Don't output a newline before From...
This commit is contained in:
@@ -377,7 +377,7 @@ the user from the mailer."
|
||||
(% abs 60))))
|
||||
(set-buffer tembuf)
|
||||
(erase-buffer)
|
||||
(insert "\nFrom " (user-login-name) " "
|
||||
(insert "From " (user-login-name) " "
|
||||
(current-time-string) "\n")
|
||||
;; Insert the time zone before the year.
|
||||
(forward-char -1)
|
||||
|
||||
Reference in New Issue
Block a user