Gnus development mailing list
 help / color / mirror / Atom feed
* Patch To Fetch Messages From Google
@ 2002-04-10 17:39 Kalle Kivimaa
  2002-04-10 17:53 ` Henrik Enberg
  2002-04-27 17:57 ` ShengHuo ZHU
  0 siblings, 2 replies; 14+ messages in thread
From: Kalle Kivimaa @ 2002-04-10 17:39 UTC (permalink / raw)


If a message id is not found on the server, the following patch will
then try to fetch the message from Google (in a separate browser
window). Just something that came up in Sfnet :)

--- gnus-sum.el Wed Apr 10 20:37:24 2002
+++ gnus-sum-orig.el    Wed Apr 10 20:36:46 2002
@@ -7653,8 +7653,7 @@
            (when (setq number (gnus-summary-insert-subject message-id))
              (gnus-summary-select-article nil nil nil number)
              (throw 'found t)))
-         (browse-url (concat "http://groups.google.com/groups?as_umsgid="
-                              message-id "&hl=en"))))))))
+         (gnus-message 3 "Couldn't fetch article %s" message-id)))))))

 (defun gnus-refer-article-methods ()
   "Return a list of referrable methods."




^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2002-04-30 11:07 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-04-10 17:39 Patch To Fetch Messages From Google Kalle Kivimaa
2002-04-10 17:53 ` Henrik Enberg
2002-04-10 18:11   ` Reiner Steib
2002-04-10 20:26     ` minor bugs with negative article numbers (was: Patch To Fetch Messages From Google) Dan Christensen
2002-04-10 21:22       ` Kai Großjohann
2002-04-11  7:50       ` Simon Josefsson
2002-04-11 10:56         ` minor bugs with negative article numbers Reiner Steib
2002-04-11 12:09           ` Simon Josefsson
2002-04-11 15:40             ` Harry Putnam
2002-04-11 19:16               ` Simon Josefsson
2002-04-11 20:19                 ` Harry Putnam
2002-04-12  1:51             ` Dan Christensen
     [not found]     ` <3229146396458393@oakhurst.yi.org>
2002-04-30 11:07       ` Patch To Fetch Messages From Google Kai Großjohann
2002-04-27 17:57 ` ShengHuo ZHU

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).