summaryrefslogtreecommitdiffhomepage
path: root/org
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-14 01:34:33 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2011-02-14 01:34:33 +0100
commit859707f5d565c7f3c4f49be16d98815b18431396 (patch)
tree795a1c4c4d4105b1f5f041b3725eb6e5890f836d /org
parent12384ee6645278c9adf97388278a952de54f4776 (diff)
downloadelibs-859707f5d565c7f3c4f49be16d98815b18431396.tar.gz
elibs-859707f5d565c7f3c4f49be16d98815b18431396.tar.bz2
org-gnus: allow links to nntp posts
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))