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:
bc1ed89
)
(gnus-following-method): Use `gnus-group-find-parameter' to detect the
author
morioka
<morioka>
Sat, 27 Mar 1999 16:12:10 +0000
(16:12 +0000)
committer
morioka
<morioka>
Sat, 27 Mar 1999 16:12:10 +0000
(16:12 +0000)
current message is news or not.
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
5845e21
..
285fd61
100644
(file)
--- a/
lisp/gnus-art.el
+++ b/
lisp/gnus-art.el
@@
-3295,7
+3295,7
@@
forbidden in URL encoding."
(defun gnus-following-method (buf)
(set-buffer buf)
- (if (std11-field-body "Newsgroup")
+ (if (gnus-group-find-parameter gnus-newsgroup-name 'newsgroup)
(message-followup)
(message-wide-reply))
(message-yank-original)