Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 05 / 213a45a9bc265a5793884116f1d24ab8715cbf
1 Return-Path: <alip@exherbo.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 5B117431FB5\r
6         for <notmuch@notmuchmail.org>; Mon, 10 Jan 2011 06:39:28 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id k17Nk+VObxL9 for <notmuch@notmuchmail.org>;\r
16         Mon, 10 Jan 2011 06:39:27 -0800 (PST)\r
17 Received: from bach.exherbo.org (bach.exherbo.org [78.47.197.147])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 54CCB42D281\r
21         for <notmuch@notmuchmail.org>; Mon, 10 Jan 2011 06:39:27 -0800 (PST)\r
22 Received: from localhost ([127.0.0.1] helo=karatren.karatren.ev ident=alip)\r
23         by bach.exherbo.org with esmtpa (Exim 4.71)\r
24         (envelope-from <alip@exherbo.org>)\r
25         id 1PcIu0-0006is-Kj; Mon, 10 Jan 2011 14:39:20 +0000\r
26 Received: by karatren.karatren.ev (Postfix, from userid 1000)\r
27         id 59AE51BA9D1; Mon, 10 Jan 2011 16:39:28 +0200 (EET)\r
28 From: Ali Polatel <alip@exherbo.org>\r
29 To: notmuch@notmuchmail.org\r
30 Subject: [PATCH 0/4] Update Ruby bindings\r
31 Date: Mon, 10 Jan 2011 16:39:24 +0200\r
32 Message-Id: <cover.1294669955.git.alip@exherbo.org>\r
33 X-Mailer: git-send-email 1.7.3.5\r
34 Organization: Pink Floyd\r
35 X-BeenThere: notmuch@notmuchmail.org\r
36 X-Mailman-Version: 2.1.13\r
37 Precedence: list\r
38 List-Id: "Use and development of the notmuch mail system."\r
39         <notmuch.notmuchmail.org>\r
40 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
42 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
43 List-Post: <mailto:notmuch@notmuchmail.org>\r
44 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
45 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
46         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
47 X-List-Received-Date: Mon, 10 Jan 2011 14:39:28 -0000\r
48 \r
49 Hello all,\r
50 \r
51 This patchset updates Ruby bindings to cover all the recent\r
52 functionality of the notmuch library.\r
53 \r
54 Ali Polatel (4):\r
55   ruby: Add wrappers for query_get_s{ort,tring}\r
56   ruby: Add wrappers for maildir sync. interface\r
57   ruby: Add wrapper for message_get_filenames\r
58   ruby: Add generated files to gitignore\r
59 \r
60  .gitignore              |    4 +++\r
61  bindings/ruby/defs.h    |   15 ++++++++++++\r
62  bindings/ruby/init.c    |    5 ++++\r
63  bindings/ruby/message.c |   56 +++++++++++++++++++++++++++++++++++++++++++++++\r
64  bindings/ruby/query.c   |   30 +++++++++++++++++++++++++\r
65  5 files changed, 110 insertions(+), 0 deletions(-)\r
66 \r
67 -- \r
68 1.7.3.5\r
69 \r