[PATCH] emacs: cleanup commented archive services

Daniel Kahn Gillmor dkg at fifthhorseman.net
Sat Jun 1 09:20:59 PDT 2019


MarkMail and Nabble both support https.  I can no longer get any DNS
resolution for opensubscriber.com.

Signed-off-by: Daniel Kahn Gillmor <dkg at fifthhorseman.net>
---
 emacs/notmuch-show.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el
index e13ca3d7..cf759918 100644
--- a/emacs/notmuch-show.el
+++ b/emacs/notmuch-show.el
@@ -188,9 +188,8 @@ each attachment handler is logged in buffers with names beginning
     ("Mail Archive, The" . "https://mid.mail-archive.com/")
     ("LKML" . "https://lkml.kernel.org/r/")
     ;; FIXME: can these services be searched by `Message-Id' ?
-    ;; ("MarkMail" . "http://markmail.org/")
-    ;; ("Nabble" . "http://nabble.com/")
-    ;; ("opensubscriber" . "http://opensubscriber.com/")
+    ;; ("MarkMail" . "https://markmail.org/")
+    ;; ("Nabble" . "https://nabble.com/")
     )
   "List of Mailing List Archives to use when stashing links.
 
-- 
2.20.1



More information about the notmuch mailing list