Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / d0 / 2493c83f2032593bace7ec0654b2bf0e9fea2d
1 Return-Path: <felipe.contreras@gmail.com>\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 6EE2B431FC2\r
6         for <notmuch@notmuchmail.org>; Mon, 20 May 2013 05:26:05 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id HtbCNoA-2SJO for <notmuch@notmuchmail.org>;\r
17         Mon, 20 May 2013 05:25:59 -0700 (PDT)\r
18 Received: from mail-oa0-f51.google.com (mail-oa0-f51.google.com\r
19         [209.85.219.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id E09BE431FBD\r
22         for <notmuch@notmuchmail.org>; Mon, 20 May 2013 05:25:58 -0700 (PDT)\r
23 Received: by mail-oa0-f51.google.com with SMTP id f4so7485629oah.24\r
24         for <notmuch@notmuchmail.org>; Mon, 20 May 2013 05:25:58 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer;\r
27         bh=E1/ztHXcdR62tTffaZdbW9f8fW9c+SrOjfxryX+zBUE=;\r
28         b=bLadM+VlPkfgEdbrpLYgvwofjwy9hJ8/iPJgUsPCSfp9i/wtv4Yo/H7bnTXt/rRnVo\r
29         hlwcl10STI4V2H43rGXDTqp/eThmt+wrPaXjjNMlQUnS6UHotpdBWHkKV0PrNm1zv7kJ\r
30         uJilWUhjIyGmBkT0OPFbfTXO7cLwg1uR39WkgE7UIh3TVMhX2DVepXIdtMkGDuyoRVvz\r
31         cyg2vODfz8feHagyqAe5RuQWn683adhy/NmpsnAOQRKJJM8bkMeJtRny4Wl/ScAe1u9T\r
32         jYCfdwm4KWC0HALHr6G/B4hWz91Q2qXtLN6PjNCu/aRTk7oU4WvhhKiza5Y/+Rqbx79J\r
33         z9rw==\r
34 X-Received: by 10.60.42.237 with SMTP id r13mr10620671oel.61.1369052757424;\r
35         Mon, 20 May 2013 05:25:57 -0700 (PDT)\r
36 Received: from localhost (187-163-100-70.static.axtel.net. [187.163.100.70])\r
37         by mx.google.com with ESMTPSA id eq4sm19976705obb.5.2013.05.20.05.25.55\r
38         for <multiple recipients>\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Mon, 20 May 2013 05:25:56 -0700 (PDT)\r
41 From: Felipe Contreras <felipe.contreras@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 0/2] ruby: general improvements\r
44 Date: Mon, 20 May 2013 07:24:22 -0500\r
45 Message-Id: <1369052664-17869-1-git-send-email-felipe.contreras@gmail.com>\r
46 X-Mailer: git-send-email 1.8.3.rc3.286.g3d43083\r
47 Cc: Ali Polatel <alip@exherbo.org>\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Mon, 20 May 2013 12:26:05 -0000\r
61 \r
62 Hi,\r
63 \r
64 Not much to say here.\r
65 \r
66 Felipe Contreras (2):\r
67   ruby: use in-tree notmuch library\r
68   ruby: fix missing symbol UINT2FIX()\r
69 \r
70  bindings/ruby/extconf.rb | 23 ++++++++++++++++++++---\r
71  bindings/ruby/query.c    |  2 +-\r
72  2 files changed, 21 insertions(+), 4 deletions(-)\r
73 \r
74 -- \r
75 1.8.3.rc3.286.g3d43083\r
76 \r