Improved links to usenet messages on the web.
commitac14d2956596b9d59a51755a32e0d22776f02d7f
authorCarsten Dominik <carsten.dominik@gmail.com>
Wed, 19 Nov 2008 11:22:43 +0000 (19 12:22 +0100)
committerCarsten Dominik <carsten.dominik@gmail.com>
Wed, 19 Nov 2008 11:22:43 +0000 (19 12:22 +0100)
treebcd63052af6509aa78c7580b86a2810d42cc42d4
parentdda012aca546f56268d9a55c7699b92fa6f1d5be
Improved links to usenet messages on the web.

Tassilo Horn writes:

here's the promised refactoring of org-gnus.el:

- Rename org-usenet-links-prefer-google to org-gnus-prefer-web-links
- Make that option work for gmane
- Only make weblinks if the article is in a newsgroup
- Only make weblinks if the article has no X-No-Archive header

There is little drawback:

- Gnus stored some headers in an array and makes them instantly
  available.  Unfortunately that doesn't apply to X-No-Archive, so I
  have to select and widen the article buffer and parse anew.
lisp/org-gnus.el