[gnus git] branch master updated: m0-5-299-g38e95df =1= gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles corresponding to any existing group (Bug#14166)
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 38e95dfb7571f7eff2ce74e62b1c2fb597143221 (commit)
from 02d432d61ef9e17278782c2f158f6284e6c513c0 (commit)
- Log -----------------------------------------------------------------
commit 38e95dfb7571f7eff2ce74e62b1c2fb597143221
Author: Katsumi Yamaoka <[email protected]>
Date: Sun Apr 14 22:15:38 2013 +0000
gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles corresponding to any existing group (Bug#14166)
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4135c38..0fb5ed5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,6 +3,11 @@
* nnir.el (nnir-request-set-mark): Make sure we are in the right
group.
+2013-04-12 Katsumi Yamaoka <[email protected]>
+
+ * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
+ corresponding to any existing group (Bug#14166).
+
2013-04-10 Andrew Cohen <[email protected]>
* nnir.el (number-sequence): No longer used.
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 3613555..362dd3e 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -538,7 +538,8 @@ instead."
(message-mail to subject other-headers continue
nil yank-action send-actions return-action))
(let ((buf (current-buffer))
- (gnus-newsgroup-name (or gnus-newsgroup-name ""))
+ ;; Don't use posting styles corresponding to any existing group.
+ (gnus-newsgroup-name "")
mail-buf)
(gnus-setup-message 'message
(message-mail to subject other-headers continue
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 7 ++++++-
lisp/gnus-msg.el | 3 ++-
2 files changed, 8 insertions(+), 2 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project