[PATCH] ruby: add bindings for `notmuch_database_get_all_tags`
authorLudovic LANGE <ll-notmuchmail@lange.nom.fr>
Sun, 16 Nov 2014 19:58:12 +0000 (20:58 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:46:43 +0000 (14:46 -0700)
a4/fdd1a6f960013b62ece00e41d0c62c49f19509 [new file with mode: 0644]

diff --git a/a4/fdd1a6f960013b62ece00e41d0c62c49f19509 b/a4/fdd1a6f960013b62ece00e41d0c62c49f19509
new file mode 100644 (file)
index 0000000..d766aec
--- /dev/null
@@ -0,0 +1,160 @@
+Return-Path: <ll-notmuchmail@lange.nom.fr>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 5601F431FC3\r
+       for <notmuch@notmuchmail.org>; Sun, 16 Nov 2014 12:36:18 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_NONE=-0.0001] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id wdeNssfuSH4N for <notmuch@notmuchmail.org>;\r
+       Sun, 16 Nov 2014 12:36:10 -0800 (PST)\r
+X-Greylist: delayed 1205 seconds by postgrey-1.32 at olra;\r
+       Sun, 16 Nov 2014 12:36:10 PST\r
+Received: from mo68.mail-out.ovh.net (4.mo68.mail-out.ovh.net [46.105.59.63])\r
+       (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 7D9CA431FCB\r
+       for <notmuch@notmuchmail.org>; Sun, 16 Nov 2014 12:36:10 -0800 (PST)\r
+Received: from mail432.ha.ovh.net (b6.ovh.net [213.186.33.56])\r
+       by mo68.mail-out.ovh.net (Postfix) with SMTP id 5F9E1FFB07F\r
+       for <notmuch@notmuchmail.org>; Sun, 16 Nov 2014 20:58:15 +0100 (CET)\r
+Received: from b0.ovh.net (HELO queueout) (213.186.33.50)\r
+       by b0.ovh.net with SMTP; 16 Nov 2014 21:58:15 +0200\r
+Received: from 112.248.broadband7.iol.cz (HELO snek)\r
+       (llange@agisvoyages.com@88.102.248.112)\r
+       by ns0.ovh.net with SMTP; 16 Nov 2014 21:58:14 +0200\r
+From: Ludovic LANGE <ll-notmuchmail@lange.nom.fr>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH] ruby: add bindings for `notmuch_database_get_all_tags`\r
+Date: Sun, 16 Nov 2014 20:58:12 +0100\r
+Message-Id: <1416167892-15686-1-git-send-email-ll-notmuchmail@lange.nom.fr>\r
+X-Mailer: git-send-email 1.8.0\r
+X-Ovh-Tracer-Id: 132293241084504854\r
+X-Ovh-Remote: 88.102.248.112 (112.248.broadband7.iol.cz)\r
+X-Ovh-Local: 213.186.33.20 (ns0.ovh.net)\r
+X-OVH-SPAMSTATE: OK\r
+X-OVH-SPAMSCORE: 0\r
+X-OVH-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeejhedrjeekucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu\r
+X-VR-SPAMSTATE: OK\r
+X-VR-SPAMSCORE: 0\r
+X-VR-SPAMCAUSE: gggruggvucftvghtrhhoucdtuddrfeejhedrjeekucetufdoteggodetrfcurfhrohhfihhlvgemucfqggfjnecuuegrihhlohhuthemuceftddtnecu\r
+X-Mailman-Approved-At: Mon, 17 Nov 2014 01:37:28 -0800\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 16 Nov 2014 20:36:18 -0000\r
+\r
+The Ruby bindings were missing a way to get all the tags of the\r
+database. Now you should be able to access this with the public\r
+instance method `all_tags` of your database object.\r
+\r
+Example of use:\r
+    notmuchdb = Notmuch::Database.new path, { :create => false, \r
+       :mode => Notmuch::MODE_READ_ONLY }\r
+\r
+    my_tags = notmuchdb.all_tags\r
+\r
+    my_tags.each { |tag|\r
+      print tag\r
+    }\r
+\r
+    my_tags.destroy!\r
+---\r
+ NEWS                     |  9 +++++++++\r
+ bindings/ruby/database.c | 20 ++++++++++++++++++++\r
+ bindings/ruby/defs.h     |  3 +++\r
+ bindings/ruby/init.c     |  1 +\r
+ 4 files changed, 33 insertions(+)\r
+\r
+diff --git a/NEWS b/NEWS\r
+index 44e8d05..bcd368f 100644\r
+--- a/NEWS\r
++++ b/NEWS\r
+@@ -1,3 +1,12 @@\r
++Notmuch X.XX (201X-XX-XX)\r
++=========================\r
++\r
++Ruby Bindings\r
++-------------\r
++\r
++Add support for `notmuch_database_get_all_tags`\r
++\r
++\r
+ Notmuch 0.19 (2014-11-14)\r
+ =========================\r
\r
+diff --git a/bindings/ruby/database.c b/bindings/ruby/database.c\r
+index c03d701..dd36ca8 100644\r
+--- a/bindings/ruby/database.c\r
++++ b/bindings/ruby/database.c\r
+@@ -375,6 +375,26 @@ notmuch_rb_database_find_message_by_filename (VALUE self, VALUE pathv)\r
+ }\r
\r
+ /*\r
++ * call-seq: DB.get_all_tags() => TAGS\r
++ *\r
++ * Returns a list of all tags found in the database.\r
++ */\r
++VALUE\r
++notmuch_rb_database_get_all_tags (VALUE self)\r
++{\r
++    notmuch_database_t *db;\r
++    notmuch_tags_t *tags;\r
++\r
++    Data_Get_Notmuch_Database (self, db);\r
++\r
++    tags = notmuch_database_get_all_tags (db);\r
++    if (!tags)\r
++      rb_raise (notmuch_rb_eMemoryError, "Out of memory");\r
++\r
++    return Data_Wrap_Struct (notmuch_rb_cTags, NULL, NULL, tags);\r
++}\r
++\r
++/*\r
+  * call-seq: DB.query(query) => QUERY\r
+  *\r
+  * Retrieve a query object for the query string 'query'\r
+diff --git a/bindings/ruby/defs.h b/bindings/ruby/defs.h\r
+index f4901a0..167250e 100644\r
+--- a/bindings/ruby/defs.h\r
++++ b/bindings/ruby/defs.h\r
+@@ -178,6 +178,9 @@ VALUE\r
+ notmuch_rb_database_find_message_by_filename (VALUE self, VALUE pathv);\r
\r
+ VALUE\r
++notmuch_rb_database_get_all_tags (VALUE self);\r
++\r
++VALUE\r
+ notmuch_rb_database_query_create (VALUE self, VALUE qstrv);\r
\r
+ /* directory.c */\r
+diff --git a/bindings/ruby/init.c b/bindings/ruby/init.c\r
+index ab3f22d..865d6bf 100644\r
+--- a/bindings/ruby/init.c\r
++++ b/bindings/ruby/init.c\r
+@@ -229,6 +229,7 @@ Init_notmuch (void)\r
+                     notmuch_rb_database_find_message, 1); /* in database.c */\r
+     rb_define_method (notmuch_rb_cDatabase, "find_message_by_filename",\r
+                     notmuch_rb_database_find_message_by_filename, 1); /* in database.c */\r
++    rb_define_method (notmuch_rb_cDatabase, "all_tags", notmuch_rb_database_get_all_tags, 0); /* in database.c */\r
+     rb_define_method (notmuch_rb_cDatabase, "query", notmuch_rb_database_query_create, 1); /* in database.c */\r
\r
+     /*\r
+-- \r
+1.8.0\r
+\r