lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for string values of 'gcc-self

This commit is contained in:
Andrew Cohen 2013-04-26 02:08:43 +00:00 committed by Katsumi Yamaoka
parent 9d1c5fb6ca
commit 9eb45973fc
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2013-04-25 Andrew Cohen <cohen@bu.edu>
* gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for
string values of 'gcc-self. Thanks to Saroj Thirumalai.
2013-04-24 Andrew Cohen <cohen@bu.edu>
* nnir.el (nnir-close-group): Make sure we are in the right group.

View file

@ -1719,8 +1719,8 @@ this is a reply."
(group (when group (gnus-group-decoded-name group)))
(var (or gnus-outgoing-message-group gnus-message-archive-group))
(gcc-self-val
(and group (gnus-group-find-parameter group 'gcc-self)
(not (gnus-virtual-group-p group))))
(and group (not (gnus-virtual-group-p group))
(gnus-group-find-parameter group 'gcc-self)))
result
(groups
(cond