1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

2001-12-01 ShengHuo ZHU <zsh@cs.rochester.edu>

* message.el (message-mail): Add send-actions.
This commit is contained in:
ShengHuo ZHU 2001-12-01 16:15:34 +00:00
parent ad8d610ba4
commit f4c3e044d4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-12-01 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-mail): Add send-actions.
2001-11-28 ShengHuo ZHU <zsh@cs.rochester.edu>
* gnus-sum.el (gnus-summary-limit-to-author): The number of arguments.

View File

@ -3755,7 +3755,7 @@ OTHER-HEADERS is an alist of header/value pairs."
(nconc
`((To . ,(or to "")) (Subject . ,(or subject "")))
(when other-headers other-headers))
replybuffer)
replybuffer send-actions)
;; FIXME: Should return nil if failure.
t))