unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* vala, this is notmuch. notmuch, this is vala
@ 2010-04-05 12:49 Sebastian Spaeth
  2010-04-05 13:50 ` Enrico Zini
  0 siblings, 1 reply; 5+ messages in thread
From: Sebastian Spaeth @ 2010-04-05 12:49 UTC (permalink / raw)
  To: Notmuch development list

I really want to replace my address book with dynamic notmuch searches
and while python gives me those in 0.3 seconds or so, I wanted better.

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:

http://github.com/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 for all messages where to, cc, or bcc matches "Seb*". It also
filters with AND "from:yourprimarymailaddress". Just
"./vnotmuch" outputs all addresses that you ever sent mails to. It never
writes/modifies your db.

The only output you get are the lowercased email addresses and the
frequency, no names are preserved/output.

It is fast. This is my "./vnotmuch Seb" search over 14.5k mails with
857 mails from my primary account:
real	0m0.026s
user	0m0.000s
sys	0m0.020s

Just a teaser to make you interested in vala :).

Sebastian

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-04-06  8:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-05 12:49 vala, this is notmuch. notmuch, this is vala Sebastian Spaeth
2010-04-05 13:50 ` Enrico Zini
2010-04-05 14:12   ` Adrien Bustany
2010-04-05 18:19     ` Carl Worth
2010-04-06  8:47   ` Sebastian Spaeth

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).