Extensions to storing and opening links to Wanderlust messages.
commit5d5b4fd0ad37bc5a68ad9be3c65c8c292014080a
authorCarsten Dominik <carsten.dominik@gmail.com>
Tue, 13 Apr 2010 05:58:59 +0000 (13 07:58 +0200)
committerCarsten Dominik <carsten.dominik@gmail.com>
Tue, 13 Apr 2010 05:58:59 +0000 (13 07:58 +0200)
tree5e19bce8149a082fe39086689ca4626389103045
parentbad2d177e9a4583e31a2b581492d0b7d29bfb037
Extensions to storing and opening links to Wanderlust messages.

By David Maus.

The gist of the extended capabilities:

- Remove filter conditions for messages in a filter folder

  If customization variable `org-wl-link-remove-filter' is non-nil,
  filter conditions are stripped of the folder name.

- Create web links for messages in a Shimbun folder

  If customization variable `org-wl-shimbun-prefer-web-links' is
  non-nil, calling `org-store-link' on a Shimbun message creates a
  web link to the messages source, indicated in the Xref: header
  field.

- Create web links for messages in a nntp folder

  If customization variable `org-wl-nntp-prefer-web-links' is
  non-nil, calling `org-store-link' on a nntp message creates a web
  link either to gmane.org if the group can be read trough gmane or
  to googlegroups otherwise. In both cases the message-id is used as
  reference.

- Open links in namazu search folder

  If `org-wl-open' is called with one prefix, WL opens a namazu
  search folder for message's message-id using
  `org-wl-namazu-default-index' as search index.  If this variable is
  nil or `org-wl-open' is called with two prefixes Org asks for the
  search index to use.

Regards,

-- David

Conflicts:

lisp/ChangeLog
lisp/ChangeLog
lisp/org-wl.el