[PATCH] configure: add --without-api-docs option
[notmuch-archives.git] / a5 / 466d2533521b534fe02333e3499d101742456a
1 Return-Path: <prvs=372b3579b=jrosenthal@jhu.edu>\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 8E8F7431FC2\r
6         for <notmuch@notmuchmail.org>; Wed, 29 Oct 2014 06:07:42 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 06TKoHFkN6X5 for <notmuch@notmuchmail.org>;\r
16         Wed, 29 Oct 2014 06:07:37 -0700 (PDT)\r
17 Received: from smtpauth.johnshopkins.edu (smtpauth.johnshopkins.edu\r
18         [162.129.8.200]) (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 9E62C431FB6\r
21         for <notmuch@notmuchmail.org>; Wed, 29 Oct 2014 06:07:37 -0700 (PDT)\r
22 X-IronPort-AV: E=Sophos;i="5.04,809,1406606400"; d="scan'208";a="437386008"\r
23 Received: from guppy.hwcampus.jhu.edu (HELO localhost) ([10.161.32.234])\r
24         by ipex1.johnshopkins.edu with ESMTP/TLS/AES128-SHA;\r
25         29 Oct 2014 09:07:32 -0400\r
26 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
27 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH] Avoid empty thread names if possible.\r
29 In-Reply-To: <87tx2nuvec.fsf@qmul.ac.uk>\r
30 References: <87oatnakqy.fsf@jhu.edu> <87tx2nuvec.fsf@qmul.ac.uk>\r
31 User-Agent: Notmuch/0.18.2+155~gafa8535 (http://notmuchmail.org) Emacs/24.4.1\r
32         (i686-pc-linux-gnu)\r
33 Date: Wed, 29 Oct 2014 09:07:32 -0400\r
34 Message-ID: <87a94f2fe3.fsf@jhu.edu>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Wed, 29 Oct 2014 13:07:42 -0000\r
50 \r
51 By the way, this discussion brings up another problem. I wasn't able to\r
52 write a test for this (to address the below concerns) because the test\r
53 suite for thread-naming supplies some sort of auto-generated subject\r
54 for threads with empty subjects. So we can't test behavior for dealing\r
55 with empty subjects.\r
56 \r
57 Unfortunately, I don't know the history of the test suite, or why this\r
58 auto-subject decisicion was made, so I don't feel comfortable just\r
59 changing the behavior.\r