[notmuch] vala, this is notmuch. notmuch, this is vala

2010-04-06 Thread Sebastian Spaeth
On Mon, 5 Apr 2010 14:50:04 +0100, Enrico Zini wrote: > Now I use "lbdb", which gets very slow as time goes. You idea creates a > most definitely superior system. You can actually use both :): Do check out the patch on the mailing list to combine the notmuch address lookup with bbdb via EUDC. It

Re: [notmuch] vala, this is notmuch. notmuch, this is vala

2010-04-06 Thread Sebastian Spaeth
On Mon, 5 Apr 2010 14:50:04 +0100, Enrico Zini enr...@enricozini.org wrote: Now I use lbdb, which gets very slow as time goes. You idea creates a most definitely superior system. You can actually use both :): Do check out the patch on the mailing list to combine the notmuch address lookup with

[notmuch] vala, this is notmuch. notmuch, this is vala

2010-04-05 Thread Adrien Bustany
On Mon, 5 Apr 2010 14:50:04 +0100, Enrico Zini wrote: > On Mon, Apr 05, 2010 at 02:49:23PM +0200, Sebastian Spaeth wrote: > >> So I bound notmuch.so to vala (at least what I needed) and played with >> the code a bit. The resulting 100 lines of vala code are here: > > Ooh, a .vapi for notmuch,

[notmuch] vala, this is notmuch. notmuch, this is vala

2010-04-05 Thread Enrico Zini
On Mon, Apr 05, 2010 at 02:49:23PM +0200, Sebastian Spaeth wrote: > So I bound notmuch.so to vala (at least what I needed) and played with > the code a bit. The resulting 100 lines of vala code are here: Ooh, a .vapi for notmuch, that is something that makes me happy. It could be shipped with

[notmuch] vala, this is notmuch. notmuch, this is vala

2010-04-05 Thread Sebastian Spaeth
/spaetz/vala-notmuch/tree/master/src For those without vala, this is the generated C file which can be compiled with './make' in the same directory: http://github.com/spaetz/vala-notmuch/blob/static-sources/src/notmuch.c Usage: "./vnotmuch Seb" will output all 'to:' addresses according to

[notmuch] vala, this is notmuch. notmuch, this is vala

2010-04-05 Thread Carl Worth
On Mon, 05 Apr 2010 16:12:02 +0200, Adrien Bustany wrote: > We actually realized with spaetz that we duplicated work on this one... I > also have a vapi file, which is working pretty well so far (I've used > almost all the functions in it). I guess we should merge them, and include > the result

[notmuch] vala, this is notmuch. notmuch, this is vala

2010-04-05 Thread Sebastian Spaeth
/spaetz/vala-notmuch/tree/master/src For those without vala, this is the generated C file which can be compiled with './make' in the same directory: http://github.com/spaetz/vala-notmuch/blob/static-sources/src/notmuch.c Usage: ./vnotmuch Seb will output all 'to:' addresses according to frequency

Re: [notmuch] vala, this is notmuch. notmuch, this is vala

2010-04-05 Thread Enrico Zini
On Mon, Apr 05, 2010 at 02:49:23PM +0200, Sebastian Spaeth wrote: So I bound notmuch.so to vala (at least what I needed) and played with the code a bit. The resulting 100 lines of vala code are here: Ooh, a .vapi for notmuch, that is something that makes me happy. It could be shipped with