[PATCH] configure: add --without-docs switch
[notmuch-archives.git] / 76 / d8955b597b5f7b424f351d58473c9ca8e68d52
1 Return-Path: <dme@dme.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 0320B431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 24 Jan 2012 08:14:21 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "Cc"\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: -0.7\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
13         tests=[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 2-wmuXQ6O3-Z for <notmuch@notmuchmail.org>;\r
17         Tue, 24 Jan 2012 08:14:20 -0800 (PST)\r
18 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
19         [209.85.212.181]) (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 4BC16431FB6\r
22         for <notmuch@notmuchmail.org>; Tue, 24 Jan 2012 08:14:20 -0800 (PST)\r
23 Received: by wibhi8 with SMTP id hi8so1696072wib.26\r
24         for <notmuch@notmuchmail.org>; Tue, 24 Jan 2012 08:14:19 -0800 (PST)\r
25 MIME-Version: 1.0\r
26 Received: by 10.180.109.198 with SMTP id hu6mr4759062wib.16.1327421659214;\r
27         Tue, 24 Jan 2012 08:14:19 -0800 (PST)\r
28 Received: from hotblack-desiato.hh.sledj.net\r
29         (host81-149-164-25.in-addr.btopenworld.com. [81.149.164.25])\r
30         by mx.google.com with ESMTPS id q7sm19503431wix.5.2012.01.24.08.14.17\r
31         (version=TLSv1/SSLv3 cipher=OTHER);\r
32         Tue, 24 Jan 2012 08:14:18 -0800 (PST)\r
33 Received: by hotblack-desiato.hh.sledj.net (Postfix, from userid 30000)\r
34         id 62B469FD44; Tue, 24 Jan 2012 16:14:16 +0000 (GMT)\r
35 From: David Edmondson <dme@dme.org>\r
36 To: notmuch@notmuchmail.org\r
37 Subject: [PATCH 0/4 v43] emacs test helpers\r
38 Date: Tue, 24 Jan 2012 16:14:03 +0000\r
39 Message-Id: <1327421647-30405-1-git-send-email-dme@dme.org>\r
40 X-Mailer: git-send-email 1.7.8.3\r
41 In-Reply-To: <1326804748-8989-2-git-send-email-dme@dme.org>\r
42 References: <1326804748-8989-2-git-send-email-dme@dme.org>\r
43 In-Reply-To: 1326804748-8989-2-git-send-email-dme@dme.org\r
44 X-Gm-Message-State:\r
45  ALoCoQlphFN3HKqoMLlvMNaZAvCdqIfcjaW2MUY3jH4ybF00aFUB9utvUHe4vYwa5s4xqcnjKgoB\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Tue, 24 Jan 2012 16:14:21 -0000\r
59 \r
60 Small changes as per Dmitry's last comments.\r
61 \r
62 David Edmondson (4):\r
63   test: Don't return the result of checking for running emacs to the\r
64     tester.\r
65   test: Add `test_emacs_expect_t'.\r
66   test: Add more helpers for emacs tests.\r
67   test: Add address cleaning tests.\r
68 \r
69  test/README                    |    8 ++++++++\r
70  test/emacs-address-cleaning.el |   29 +++++++++++++++++++++++++++++\r
71  test/emacs-address-cleaning.sh |   19 +++++++++++++++++++\r
72  test/emacs-test-functions.sh   |    9 +++++++++\r
73  test/notmuch-test              |    2 ++\r
74  test/test-lib.el               |   35 +++++++++++++++++++++++++++++++++++\r
75  test/test-lib.sh               |   31 ++++++++++++++++++++++++++++++-\r
76  7 files changed, 132 insertions(+), 1 deletions(-)\r
77  create mode 100644 test/emacs-address-cleaning.el\r
78  create mode 100755 test/emacs-address-cleaning.sh\r
79  create mode 100755 test/emacs-test-functions.sh\r
80 \r
81 -- \r
82 1.7.8.3\r
83 \r