Improved links to usenet messages on the web.
commitec8ed4c55ec2ad07b5bd2df9a97e9df9c26e3945
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:25:08 +0000 (19 12:25 +0100)
treebcd63052af6509aa78c7580b86a2810d42cc42d4
parent2133adf81b768c04a48f97cea7350ffc65c93265
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