emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] Integration of Org mode and mairix


From: Carsten Dominik
Subject: Re: [Orgmode] Integration of Org mode and mairix
Date: Tue, 25 Sep 2007 07:41:13 -0700


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






reply via email to

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