projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a234c0d
)
(gnus-following-method): Use `message-wide-reply' for mail.
author
morioka
<morioka>
Sat, 27 Mar 1999 15:59:25 +0000
(15:59 +0000)
committer
morioka
<morioka>
Sat, 27 Mar 1999 15:59:25 +0000
(15:59 +0000)
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
9fc4012
..
5845e21
100644
(file)
--- a/
lisp/gnus-art.el
+++ b/
lisp/gnus-art.el
@@
-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))