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 CD916431FAF for ; Fri, 12 Oct 2012 13:51:16 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] 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 hzXUR1Cb1DIZ for ; Fri, 12 Oct 2012 13:51:16 -0700 (PDT) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 4B8BC431FAE for ; Fri, 12 Oct 2012 13:51:16 -0700 (PDT) Received: by mail-qc0-f181.google.com with SMTP id x40so2888455qcp.26 for ; Fri, 12 Oct 2012 13:51:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=0QDeDFGspzwNSFM8D8iAn8jtduoyePXfODi0KrUF5dM=; b=T1Pg84DgYqpqxR2VG5AeDZyr0WR2syvHK4V8b92An1mzfYjhujtFaVn3bLa/9QM+IJ CqZywADUbMza1f9x32Sw0cJv7CUU5kiUb8k5ynJW2j10HStiWhpCqEnOmHeO3+qfhM+p 4eDPrdjpV0sAuxxcKyHNM1LEezwwHPhfj8zFf/B/woqDJX4KmoMwFj2CALWtbsbQffqZ 0ZTjdrnMkvFO//9dWiFwacB+Vqf7Ao/xTpQhCGPrTRpRAZZ/UwB+tedDmSLp9iQQvUvj H5OWzQgwqTpEQJbRqgKDSleytya+65TuZvu5CpswHjoitnnxmyCFLzMopujdPZ7QLmFC FB5w== Received: by 10.49.72.199 with SMTP id f7mr12329091qev.43.1350075075719; Fri, 12 Oct 2012 13:51:15 -0700 (PDT) Received: from smtp.gmail.com (p70-80.acedsl.com. [66.114.70.80]) by mx.google.com with ESMTPS id ig20sm5154200qab.19.2012.10.12.13.51.13 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 12 Oct 2012 13:51:13 -0700 (PDT) From: Ethan Glasser-Camp To: David Edmondson , notmuch@notmuchmail.org Subject: Re: [PATCH v3 2/2] test: Update test to match previous patch. In-Reply-To: <1328688139-3865-5-git-send-email-dme@dme.org> References: <1327486729-18052-1-git-send-email-dme@dme.org> <1328688139-3865-1-git-send-email-dme@dme.org> <1328688139-3865-5-git-send-email-dme@dme.org> User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Fri, 12 Oct 2012 16:51:08 -0400 Message-ID: <87mwzr9zyb.fsf@betacantrips.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Fri, 12 Oct 2012 20:51:16 -0000 David Edmondson writes: > Indentation now uses tabs where possible. Hi! Just working through the patch queue. This patch is tagged notmuch::moreinfo, although it seems like the rest of the series may have been tagged notmuch::stale or notmuch::pushed. It's a little hard to figure out, because the thread structure is really messed up. Is this patch still viable? It now *breaks* the emacs test on my machine. Ethan