summaryrefslogtreecommitdiffhomepage
path: root/org
diff options
context:
space:
mode:
Diffstat (limited to 'org')
-rw-r--r--org/jao-org-gnus.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/org/jao-org-gnus.el b/org/jao-org-gnus.el
index 8891e20..cdeec65 100644
--- a/org/jao-org-gnus.el
+++ b/org/jao-org-gnus.el
@@ -5,7 +5,7 @@
(gnus-article-show-summary))
(let* ((group gnus-newsgroup-name)
(method (gnus-find-method-for-group group)))
- (when (eq 'nnml (car method))
+ (when (memq (car method) '(nnml nntp))
(let* ((article (gnus-summary-article-number))
(header (gnus-summary-article-header article))
(from (mail-header-from header))