Hallo!, and hooray!, and some first work, too

2011-01-10 Thread Michal Sojka
Hi, I went briefly through your "patch". See my comments bellow. On Sun, 09 Jan 2011, Thomas Schwinge wrote: > I poked at notmuch-deliver's code two weeks ago already (Ali, beware, > there'll be some few further patches coming), and in the last hours, I > finally had a look at notmuch.h and some

[PATCH 4/4] ruby: Add generated files to gitignore

2011-01-10 Thread Ali Polatel
--- .gitignore |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 217440d..9786d4d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ libnotmuch.so* .*.swp *.elc releases + +bindings/ruby/mkmf.log +bindings/ruby/notmuch.so +bindings

[PATCH 3/4] ruby: Add wrapper for message_get_filenames

2011-01-10 Thread Ali Polatel
--- bindings/ruby/defs.h|3 +++ bindings/ruby/init.c|1 + bindings/ruby/message.c | 18 ++ 3 files changed, 22 insertions(+), 0 deletions(-) diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 1f52988..f00afef 100644 --- a/bindings/ruby/defs.h +++ b/bi

[PATCH 2/4] ruby: Add wrappers for maildir sync. interface

2011-01-10 Thread Ali Polatel
New wrappers: notmuch_message_maildir_flags_to_tags(): MESSAGE.maildir_flags_to_tags notmuch_message_tags_to_maildir_flags(): MESSAGE.tags_to_maildir_flags --- bindings/ruby/defs.h|6 ++ bindings/ruby/init.c|2 ++ bindings/ruby/message.c | 38 +

[PATCH 1/4] ruby: Add wrappers for query_get_s{ort,tring}

2011-01-10 Thread Ali Polatel
New wrappers: notmuch_query_get_sort(): QUERY.sort notmuch_query_get_query_string(): QUERY.to_s --- bindings/ruby/defs.h |6 ++ bindings/ruby/init.c |2 ++ bindings/ruby/query.c | 30 ++ 3 files changed, 38 insertions(+), 0 deletions(-) diff --git a/bin

[PATCH 0/4] Update Ruby bindings

2011-01-10 Thread Ali Polatel
Hello all, This patchset updates Ruby bindings to cover all the recent functionality of the notmuch library. Ali Polatel (4): ruby: Add wrappers for query_get_s{ort,tring} ruby: Add wrappers for maildir sync. interface ruby: Add wrapper for message_get_filenames ruby: Add generated files

Re: Hallo!, and hooray!, and some first work, too

2011-01-10 Thread Michal Sojka
Hi, I went briefly through your "patch". See my comments bellow. On Sun, 09 Jan 2011, Thomas Schwinge wrote: > I poked at notmuch-deliver's code two weeks ago already (Ali, beware, > there'll be some few further patches coming), and in the last hours, I > finally had a look at notmuch.h and some

[PATCH 3/4] ruby: Add wrapper for message_get_filenames

2011-01-10 Thread Ali Polatel
--- bindings/ruby/defs.h|3 +++ bindings/ruby/init.c|1 + bindings/ruby/message.c | 18 ++ 3 files changed, 22 insertions(+), 0 deletions(-) diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h index 1f52988..f00afef 100644 --- a/bindings/ruby/defs.h +++ b/bi

[PATCH 2/4] ruby: Add wrappers for maildir sync. interface

2011-01-10 Thread Ali Polatel
New wrappers: notmuch_message_maildir_flags_to_tags(): MESSAGE.maildir_flags_to_tags notmuch_message_tags_to_maildir_flags(): MESSAGE.tags_to_maildir_flags --- bindings/ruby/defs.h|6 ++ bindings/ruby/init.c|2 ++ bindings/ruby/message.c | 38 +

[PATCH 4/4] ruby: Add generated files to gitignore

2011-01-10 Thread Ali Polatel
--- .gitignore |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/.gitignore b/.gitignore index 217440d..9786d4d 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,7 @@ libnotmuch.so* .*.swp *.elc releases + +bindings/ruby/mkmf.log +bindings/ruby/notmuch.so +bindings

[PATCH 1/4] ruby: Add wrappers for query_get_s{ort,tring}

2011-01-10 Thread Ali Polatel
New wrappers: notmuch_query_get_sort(): QUERY.sort notmuch_query_get_query_string(): QUERY.to_s --- bindings/ruby/defs.h |6 ++ bindings/ruby/init.c |2 ++ bindings/ruby/query.c | 30 ++ 3 files changed, 38 insertions(+), 0 deletions(-) diff --git a/bin

[PATCH 0/4] Update Ruby bindings

2011-01-10 Thread Ali Polatel
Hello all, This patchset updates Ruby bindings to cover all the recent functionality of the notmuch library. Ali Polatel (4): ruby: Add wrappers for query_get_s{ort,tring} ruby: Add wrappers for maildir sync. interface ruby: Add wrapper for message_get_filenames ruby: Add generated files

Hallo!, and hooray!, and some first work, too

2011-01-10 Thread Thomas Schwinge
Hallo! After having read about it in ..., in ..., (don't know anymore), and then again over at LWN, I have had the plan to try (or rather: directly switch to) notmuch like half a year ago, or longer. I eventually was brave enough to begin that process in the last days of 2010. I'm still with you