Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B660A431FD4 for ; Thu, 23 Oct 2014 05:31:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id QHVHHFyc7zSV for ; Thu, 23 Oct 2014 05:31:29 -0700 (PDT) Received: from dmz-mailsec-scanner-4.mit.edu (dmz-mailsec-scanner-4.mit.edu [18.9.25.15]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 2C311429E28 for ; Thu, 23 Oct 2014 05:31:00 -0700 (PDT) X-AuditID: 1209190f-f79aa6d000005b45-35-5448f503a11b Received: from mailhub-auth-4.mit.edu ( [18.7.62.39]) (using TLS with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-4.mit.edu (Symantec Messaging Gateway) with SMTP id DA.6B.23365.305F8445; Thu, 23 Oct 2014 08:30:59 -0400 (EDT) Received: from outgoing.mit.edu (outgoing-auth-1.mit.edu [18.9.28.11]) by mailhub-auth-4.mit.edu (8.13.8/8.9.2) with ESMTP id s9NCUm66030503; Thu, 23 Oct 2014 08:30:49 -0400 Received: from drake.dyndns.org (216-15-114-40.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [216.15.114.40]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id s9NCUh4n008934 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Thu, 23 Oct 2014 08:30:48 -0400 Received: from amthrax by drake.dyndns.org with local (Exim 4.84) (envelope-from ) id 1XhHXP-0007c5-E4; Thu, 23 Oct 2014 08:30:43 -0400 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH v3 7/9] lib: Enable ghost messages feature Date: Thu, 23 Oct 2014 08:30:39 -0400 Message-Id: <1414067441-29054-8-git-send-email-aclements@csail.mit.edu> X-Mailer: git-send-email 2.1.0 In-Reply-To: <1414067441-29054-1-git-send-email-aclements@csail.mit.edu> References: <1414067441-29054-1-git-send-email-aclements@csail.mit.edu> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrLIsWRmVeSWpSXmKPExsUixG6nrsv81SPE4O5GWYvVc3ksrt+cyezA 5LFz1l12j2erbjEHMEVx2aSk5mSWpRbp2yVwZcyY/Ze5oJ274sq2/0wNjBM5uxg5OSQETCTm rLzMAmGLSVy4t56ti5GLQ0hgNpPExifvmCGcjYwSn/bOZYJw7jBJ/F0xhQXCWcIocffCT3aQ fjYBfYkVayexgtgiAtISO+/OBrOZBRwlPu9fxAZiCwtYSeycfZMZxGYRUJU43/oKbDevgLvE 39PzmSDukJPYsPs/I4jNKeAhsWfHHbBeIaCa7c8Psk5g5F/AyLCKUTYlt0o3NzEzpzg1Wbc4 OTEvL7VI10QvN7NELzWldBMjKJQ4Jfl3MH47qHSIUYCDUYmHtyLZI0SINbGsuDL3EKMkB5OS KG/MA6AQX1J+SmVGYnFGfFFpTmrxIUYJDmYlEd74C0A53pTEyqrUonyYlDQHi5I476YffCFC AumJJanZqakFqUUwWRkODiUJ3oIvQI2CRanpqRVpmTklCGkmDk6Q4TxAwyeA1PAWFyTmFmem Q+RPMSpKifMmfwZKCIAkMkrz4Hphsf6KURzoFWFeNZB2HmCagOt+BTSYCeTqDWCDSxIRUlIN jMlczHbFh3o+nWSqP3jr1Od118QV/6sfVj67MubYrwn7Zx155SBv5la9KHhhzNso1tYHHfwC x/5xCT68tuhmddH9c39ljL6YGM3ufG6a5/GuPtRGbq/1tglxm2bvuF5Z7v0z/W36IsbMlnUL Q/YkGFuYfa1gs7j8rWOV5SqNbPuNmzpYtF2efVFiKc5INNRiLipOBACcpRar0AIAAA== X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Oct 2014 12:31:34 -0000 From: Austin Clements This fixes the broken thread order test. --- lib/database-private.h | 2 +- test/T260-thread-order.sh | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/database-private.h b/lib/database-private.h index e2e4bc8..15e03cc 100644 --- a/lib/database-private.h +++ b/lib/database-private.h @@ -166,7 +166,7 @@ struct _notmuch_database { * databases will have it). */ #define NOTMUCH_FEATURES_CURRENT \ (NOTMUCH_FEATURE_FILE_TERMS | NOTMUCH_FEATURE_DIRECTORY_DOCS | \ - NOTMUCH_FEATURE_BOOL_FOLDER) + NOTMUCH_FEATURE_BOOL_FOLDER | NOTMUCH_FEATURE_GHOSTS) /* Return the list of terms from the given iterator matching a prefix. * The prefix will be stripped from the strings in the returned list. diff --git a/test/T260-thread-order.sh b/test/T260-thread-order.sh index b435d79..99f5833 100755 --- a/test/T260-thread-order.sh +++ b/test/T260-thread-order.sh @@ -30,7 +30,6 @@ expected=$(for ((i = 0; i < $nthreads; i++)); do test_expect_equal "$output" "$expected" test_begin_subtest "Messages with all parents get linked in all delivery orders" -test_subtest_known_broken # Here we do the same thing as the previous test, but each message # references all of its parents. Since every message references the # root of the thread, each thread should always be fully joined. This -- 2.1.0