On Sep 24, 2007, at 10:38, Georg C. F. Greve wrote:

I now created org-mairix-gnus.el to hook mairix into Org mode using Gnus
as the MUA. This is essentially the same functionality (minus threading
capabilities) so it can be used instead of the patch. A simple

(require 'org-mairix-gnus)

in your .gnus should do the job.

Prerequisites are that mairix is set up, and that the variable

              mairix-gnus-results-group

is set to whatever you're using to display mairix search results.

I'd still like to clean up the code, however, and am wondering about
potential threaded search. Would it be possible to

 a) give additional arguments to the function to open the link?

or

 b) have different functions to follow the link?

It strikes me that a might be much easier than b, though.

It is entirely up to you to define the syntax for this and
process arguments.  The function org-mairix-gnus-open will
be called with whatever was after the "mairix:" tag in the
link.  Just define your own syntax for passing arguments, like

   [[mairix:<message-id> -thread -verbose -new-frame]]

and process it in org-mairix-gnus-open.

- Carsten




_______________________________________________
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Reply via email to