gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles corresponding to any existing group (Bug#14166)
This commit is contained in:
parent
f24e0036b1
commit
320742098b
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
|
||||
|
||||
* gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
|
||||
corresponding to any existing group (Bug#14166).
|
||||
|
||||
2013-04-10 Andrew Cohen <cohen@bu.edu>
|
||||
|
||||
* nnir.el (number-sequence): No longer used.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue