Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5d / d7bf0d75eb22c0ddaa8b29bdbf4c9ca00950b5
1 Return-Path: <pieter@praet.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 6D236431FD0\r
6         for <notmuch@notmuchmail.org>; Fri, 13 May 2011 01:17:35 -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.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] 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 7aVJYuJOaBib for <notmuch@notmuchmail.org>;\r
16         Fri, 13 May 2011 01:17:34 -0700 (PDT)\r
17 Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com\r
18         [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 91458431FB6\r
21         for <notmuch@notmuchmail.org>; Fri, 13 May 2011 01:17:34 -0700 (PDT)\r
22 Received: by wyi11 with SMTP id 11so1911216wyi.26\r
23         for <notmuch@notmuchmail.org>; Fri, 13 May 2011 01:17:33 -0700 (PDT)\r
24 Received: by 10.227.27.98 with SMTP id h34mr1083061wbc.113.1305274652775;\r
25         Fri, 13 May 2011 01:17:32 -0700 (PDT)\r
26 Received: from localhost (54.209-242-81.adsl-dyn.isp.belgacom.be\r
27         [81.242.209.54])\r
28         by mx.google.com with ESMTPS id bo14sm792665wbb.11.2011.05.13.01.17.30\r
29         (version=TLSv1/SSLv3 cipher=OTHER);\r
30         Fri, 13 May 2011 01:17:32 -0700 (PDT)\r
31 From: Pieter Praet <pieter@praet.org>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH 0/4] set test prereqs (Emacs, GDB, GPG)\r
34 Date: Fri, 13 May 2011 10:17:12 +0200\r
35 Message-Id: <1305274636-19975-1-git-send-email-pieter@praet.org>\r
36 X-Mailer: git-send-email 1.7.4.1\r
37 References: <BANLkTikT4AK0wo8j7AP7CT0yvD57+g2HzA@mail.gmail.com>\r
38 Cc: Austin Clements <amdragon@mit.edu>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Fri, 13 May 2011 08:17:35 -0000\r
52 \r
53 The atomicity tests were failing here because I didn't have GDB\r
54 installed, so I've added it as a prereq.\r
55 \r
56 While I was at it, I "fixed" the crypto and emacs tests as well.\r
57 \r
58 \r
59 Thank Austin for providing me with a hammer (I was using a brick) [1].\r
60 \r
61 (!) Depends:\r
62 - "[PATCH] test: Fix message when skipping test_expect_equal* tests" [2]\r
63 - "[PATCH] test: Report test failures from test_expect_*" [3]\r
64 \r
65 \r
66 Pieter Praet (4):\r
67   test: add 'GDB' prereq to 'atomicity' tests\r
68   test: add 'GPG' prereq to 'crypto' tests\r
69   test: add 'Emacs' prereq to 'emacs' tests\r
70   test: add 'Emacs' prereq to 'emacs-large-search-buffer' tests\r
71 \r
72  test/atomicity                 |   10 ++++++++--\r
73  test/crypto                    |   30 ++++++++++++++++++------------\r
74  test/emacs                     |   40 +++++++++++++++++++++++-----------------\r
75  test/emacs-large-search-buffer |    9 +++++++--\r
76  4 files changed, 56 insertions(+), 33 deletions(-)\r
77 \r
78 -- \r
79 1.7.4.1\r
80 \r
81 \r
82 [1] id:"BANLkTi=iz6F+1-WQ5KDno6N-MF=dQeTbEA@mail.gmail.com"\r
83 [2] id:"1305206080-17461-1-git-send-email-amdragon@mit.edu"\r
84 [3] id:"1305206110-17511-1-git-send-email-amdragon@mit.edu"\r