mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 20:07:36 +00:00
2001-12-01 ShengHuo ZHU <zsh@cs.rochester.edu>
* message.el (message-mail): Add send-actions.
This commit is contained in:
parent
ad8d610ba4
commit
f4c3e044d4
2 changed files with 5 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue