Gnus development mailing list
 help / color / mirror / Atom feed
From: Kalle Kivimaa <killer@iki.fi>
Subject: Patch To Fetch Messages From Google
Date: Wed, 10 Apr 2002 20:39:49 +0300	[thread overview]
Message-ID: <7chemjh2qi.fsf@iki.fi> (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."




             reply	other threads:[~2002-04-10 17:39 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-10 17:39 Kalle Kivimaa [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7chemjh2qi.fsf@iki.fi \
    --to=killer@iki.fi \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).