emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r112271: gnus-msg.el (gnus-msg-mail):


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112271: gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles corresponding to any existing group (Bug#14166)
Date: Fri, 12 Apr 2013 15:17:47 +0000
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 112271
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Fri 2013-04-12 15:17:47 +0000
message:
  gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles corresponding 
to any existing group (Bug#14166)
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-msg.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2013-04-10 22:14:14 +0000
+++ b/lisp/gnus/ChangeLog       2013-04-12 15:17:47 +0000
@@ -1,3 +1,8 @@
+2013-04-12  Katsumi Yamaoka  <address@hidden>
+
+       * gnus-msg.el (gnus-msg-mail): Make it avoid using posting styles
+       corresponding to any existing group (Bug#14166).
+
 2013-04-10  Andrew Cohen  <address@hidden>
 
        * nnir.el (number-sequence): No longer used.

=== modified file 'lisp/gnus/gnus-msg.el'
--- a/lisp/gnus/gnus-msg.el     2013-04-04 22:15:25 +0000
+++ b/lisp/gnus/gnus-msg.el     2013-04-12 15:17:47 +0000
@@ -538,7 +538,8 @@
        (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]