Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5B117431FB5 for ; Mon, 10 Jan 2011 06:39:28 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id k17Nk+VObxL9 for ; Mon, 10 Jan 2011 06:39:27 -0800 (PST) Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 54CCB42D281 for ; Mon, 10 Jan 2011 06:39:27 -0800 (PST) Received: from localhost ([127.0.0.1] helo=karatren.karatren.ev ident=alip) by bach.exherbo.org with esmtpa (Exim 4.71) (envelope-from ) id 1PcIu0-0006is-Kj; Mon, 10 Jan 2011 14:39:20 +0000 Received: by karatren.karatren.ev (Postfix, from userid 1000) id 59AE51BA9D1; Mon, 10 Jan 2011 16:39:28 +0200 (EET) From: Ali Polatel To: notmuch@notmuchmail.org Subject: [PATCH 0/4] Update Ruby bindings Date: Mon, 10 Jan 2011 16:39:24 +0200 Message-Id: X-Mailer: git-send-email 1.7.3.5 Organization: Pink Floyd X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jan 2011 14:39:28 -0000 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 to gitignore .gitignore | 4 +++ bindings/ruby/defs.h | 15 ++++++++++++ bindings/ruby/init.c | 5 ++++ bindings/ruby/message.c | 56 +++++++++++++++++++++++++++++++++++++++++++++++ bindings/ruby/query.c | 30 +++++++++++++++++++++++++ 5 files changed, 110 insertions(+), 0 deletions(-) -- 1.7.3.5