Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: Patch To Fetch Messages From Google
Date: Sat, 27 Apr 2002 13:57:37 -0400	[thread overview]
Message-ID: <2n662dqb1q.fsf@zsh.cs.rochester.edu> (raw)
In-Reply-To: <7chemjh2qi.fsf@iki.fi> (Kalle Kivimaa's message of "Wed, 10 Apr 2002 20:39:49 +0300")

Kalle Kivimaa <killer@iki.fi> writes:

> 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."

IMHO, adding (nnweb "" (nnweb-type google)) into
gnus-refer-article-method is a better solution.

ShengHuo



      parent reply	other threads:[~2002-04-27 17:57 UTC|newest]

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

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=2n662dqb1q.fsf@zsh.cs.rochester.edu \
    --to=zsh@cs.rochester.edu \
    /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).