]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/message.el
-
[gnu-emacs] / lisp / gnus / message.el
index 5551820a2cdd116543cd21cc6fa0517fe7db702f..6ee5264a4e73252b64e24d5dbb71e1e104565cd9 100644 (file)
@@ -2418,6 +2418,8 @@ With prefix-argument just set Follow-Up, don't cross-post."
                     nil nil '("poster" . 0)
                     (if (boundp 'gnus-group-history)
                         'gnus-group-history))))
+  (when (fboundp 'gnus-group-real-name)
+    (setq target-group (gnus-group-real-name target-group)))
   (cond ((not (or (null target-group) ; new subject not empty
                  (zerop (string-width target-group))
                  (string-match "^[ \t]*$" target-group)))