info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fetch parent of article bug ?


From: Sebastien Kirche
Subject: Re: fetch parent of article bug ?
Date: Wed, 03 Nov 2004 09:53:40 +0100
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/21.3.50 (darwin)

Le 2 Nov 2004, Sebastien Kirche a formulé :

> So I will add gmane to the list to see if the problem remains.

Thanks to Reiner's advice, i have now defined the following in my .gnus :
,----
| (setq gnus-refer-article-method
|       '(current  
|               (nntp "news.gmane.org")
|               (nnweb "google" (nnweb-type google))))
| (when 
|       (cond
|        ((executable-find "curl")
|         (setq mm-url-arguments
|                       `("--silent"
|                         ,(concat "-A Mozilla/5.0 (Windows; U; Windows NT 5.0; 
"
|                                          "en-US; rv:1.3a) Gecko/20021207 
Phoenix/0.5"))
|                       mm-url-program "curl"))
|        ((Executable-find "wget")
|         (setq mm-url-arguments
|                       `("--quiet"
|                         ,(concat "-U=\"Mozilla/5.0 (Windows; U; Windows NT 
5.0; "
|                                          "en-US; rv:1.3a) Gecko/20021207 
Phoenix/0.5\""))
|                       mm-url-program "wget"))
|        )
|   (setq mm-url-use-external t))
`----

But i have still have always wrong result if i try to fetch the parent of an
article that is not currently in the summary buffer.
The bogus  parent displayed show  a correct From:  in the summary, with  a 0
size. But the message displayed is another one with the corresponding from:.

SĂ©bastien Kirche


reply via email to

[Prev in Thread] Current Thread [Next in Thread]