Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / dd / 5758d1a73461c223ec8c73bd1fb1ef1a839dfa
1 Return-Path: <aaronecay@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 EAE07431FD0\r
6         for <notmuch@notmuchmail.org>; Sat, 17 Dec 2011 07:40:56 -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.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 1EzpWql92JtC for <notmuch@notmuchmail.org>;\r
17         Sat, 17 Dec 2011 07:40:56 -0800 (PST)\r
18 Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com\r
19         [209.85.216.46]) (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 8D290431FB6\r
22         for <notmuch@notmuchmail.org>; Sat, 17 Dec 2011 07:40:56 -0800 (PST)\r
23 Received: by qadc12 with SMTP id c12so1847367qad.5\r
24         for <notmuch@notmuchmail.org>; Sat, 17 Dec 2011 07:40:55 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:date:message-id:x-mailer;\r
27         bh=muz15tdCMGuI4spP+dTheNF2zTrnIWunFg/dAVvYIEI=;\r
28         b=xUqkCKUrppyaQLukf/9h2veUuWd4EvhFci6ppBcA64ETlm0pS4oGpnA4b3nxaU71d1\r
29         MfC9otJ3287xGiywd4eGREur0x0GPrMjNskro0B5lUuV2pjTx3cZQuzgOHXIdMPy5JlO\r
30         5lHVlUrzUBQL+6bf/PVyucIzBaYTCU4Nl1uZc=\r
31 Received: by 10.224.106.5 with SMTP id v5mr17277226qao.74.1324136455843;\r
32         Sat, 17 Dec 2011 07:40:55 -0800 (PST)\r
33 Received: from localhost.localdomain (c-68-80-94-73.hsd1.pa.comcast.net.\r
34         [68.80.94.73])\r
35         by mx.google.com with ESMTPS id el7sm26944564qab.16.2011.12.17.07.40.54\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Sat, 17 Dec 2011 07:40:55 -0800 (PST)\r
38 From: Aaron Ecay <aaronecay@gmail.com>\r
39 To: notmuch@notmuchmail.org\r
40 Subject: [PATCH] Ignore dynamic libraries on OS X.\r
41 Date: Sat, 17 Dec 2011 10:40:49 -0500\r
42 Message-Id: <1324136449-5133-1-git-send-email-aaronecay@gmail.com>\r
43 X-Mailer: git-send-email 1.7.8\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 17 Dec 2011 15:40:57 -0000\r
57 \r
58 Parallel to ignoring .so for linux.\r
59 ---\r
60  .gitignore |    1 +\r
61  1 files changed, 1 insertions(+), 0 deletions(-)\r
62 \r
63 diff --git a/.gitignore b/.gitignore\r
64 index 9468e30..d64ec9f 100644\r
65 --- a/.gitignore\r
66 +++ b/.gitignore\r
67 @@ -9,6 +9,7 @@ notmuch.sym\r
68  notmuch-shared\r
69  notmuch.1.gz\r
70  libnotmuch.so*\r
71 +libnotmuch*.dylib\r
72  *.[ao]\r
73  *~\r
74  .*.swp\r
75 -- \r
76 1.7.8\r
77 \r