Ensure that we get an X-Draft-From headers
* lisp/gnus/gnus-msg.el (gnus-setup-message): Ensure that we get an X-Draft-From headers (bug#48049).
This commit is contained in:
committed by
Lars Ingebrigtsen
parent
7f03ee8de1
commit
cbd95b9a41
@@ -415,11 +415,12 @@ only affect the Gcc copy, but not the original message."
|
||||
gnus-article-reply)))
|
||||
(,oarticle gnus-article-reply)
|
||||
(,yanked gnus-article-yanked-articles)
|
||||
(,group (when gnus-article-reply
|
||||
(or (nnselect-article-group
|
||||
(or (car-safe gnus-article-reply)
|
||||
gnus-article-reply))
|
||||
gnus-newsgroup-name)))
|
||||
(,group (if gnus-article-reply
|
||||
(or (nnselect-article-group
|
||||
(or (car-safe gnus-article-reply)
|
||||
gnus-article-reply))
|
||||
gnus-newsgroup-name)
|
||||
gnus-newsgroup-name))
|
||||
(message-header-setup-hook
|
||||
(copy-sequence message-header-setup-hook))
|
||||
(mbl mml-buffer-list)
|
||||
|
||||
Reference in New Issue
Block a user