(gnus-following-method): Use `message-wide-reply' for mail.
authormorioka <morioka>
Sat, 27 Mar 1999 15:59:25 +0000 (15:59 +0000)
committermorioka <morioka>
Sat, 27 Mar 1999 15:59:25 +0000 (15:59 +0000)
lisp/gnus-art.el

index 9fc4012..5845e21 100644 (file)
@@ -3295,7 +3295,9 @@ forbidden in URL encoding."
 
 (defun gnus-following-method (buf)
   (set-buffer buf)
-  (message-followup)
+  (if (std11-field-body "Newsgroup")
+      (message-followup)
+    (message-wide-reply))
   (message-yank-original)
   (kill-buffer buf)
   (goto-char (point-min))