[notmuch] Patches in support of linking from org-mode

2010-03-09 Thread David Bremner
On Tue, 09 Mar 2010 10:20:39 -0800, Carl Worth  wrote:

> And please let me know if you need any further changes to notmuch to
> make it work better with org-mode. (A recent message on this list does
> make me very interested to try out org-mode and to make sure it
> integrates well with notmuch.)

The last patches needed for initial org-mode support are 
id:1267015920-8999-1-git-send-email-david at tethera.net
(notmuch-query.el)

and

1265773528-30794-1-git-send-email-david at tethera.net 
(emacs subdirectory)

The first is needed by the code which creates links to notmuch
threads. Since threads are mutable, what it does turn a thread-id into a
list of message-ids.  

All the best,

David



[notmuch] Patches in support of linking from org-mode

2010-03-09 Thread Carl Worth
On Fri,  4 Dec 2009 22:26:35 -0400, david at tethera.net wrote:
> These two patches are pretty much independent. The first is needed by my 
> work in progress patch for org-mode to provide links into notmuch 
> (http://pivot.cs.unb.ca/git/?p=org-mode.git;a=shortlog;h=refs/heads/notmuch-link).
> 
> The second changes the interface of git-show to take the query-string
> recently added explicitly as a parameter.

Hi David,

Somehow I had this mail from you on my backlog of patches to review, but
it looks like everything here has already been applied. So thanks!

And please let me know if you need any further changes to notmuch to
make it work better with org-mode. (A recent message on this list does
make me very interested to try out org-mode and to make sure it
integrates well with notmuch.)

-Carl
-- next part --
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: 



Re: [notmuch] Patches in support of linking from org-mode

2010-03-09 Thread Carl Worth
On Fri,  4 Dec 2009 22:26:35 -0400, da...@tethera.net wrote:
 These two patches are pretty much independent. The first is needed by my 
 work in progress patch for org-mode to provide links into notmuch 
 (http://pivot.cs.unb.ca/git/?p=org-mode.git;a=shortlog;h=refs/heads/notmuch-link).
 
 The second changes the interface of git-show to take the query-string
 recently added explicitly as a parameter.

Hi David,

Somehow I had this mail from you on my backlog of patches to review, but
it looks like everything here has already been applied. So thanks!

And please let me know if you need any further changes to notmuch to
make it work better with org-mode. (A recent message on this list does
make me very interested to try out org-mode and to make sure it
integrates well with notmuch.)

-Carl


pgp90cudlKIKj.pgp
Description: PGP signature
___
notmuch mailing list
notmuch@notmuchmail.org
http://notmuchmail.org/mailman/listinfo/notmuch


[notmuch] Patches in support of linking from org-mode

2009-12-04 Thread da...@tethera.net

These two patches are pretty much independent. The first is needed by my 
work in progress patch for org-mode to provide links into notmuch 
(http://pivot.cs.unb.ca/git/?p=org-mode.git;a=shortlog;h=refs/heads/notmuch-link).

The second changes the interface of git-show to take the query-string
recently added explicitly as a parameter. This is more an aesthetic
thing, but it means that I don't have to call notmuch-show like
(let notmuch-query-search-string thread-id
 (notmuch-show thread-id))

Hope you like em. I also hope this whole git-send-email thing works out.

David