From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id A6DCD429E21 for ; Sun, 6 Nov 2011 01:02:49 -0800 (PST) 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 T5xkYgMknBIO for ; Sun, 6 Nov 2011 01:02:49 -0800 (PST) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 03394431FB6 for ; Sun, 6 Nov 2011 01:02:48 -0800 (PST) Received: by bkaq10 with SMTP id q10so1188884bka.26 for ; Sun, 06 Nov 2011 01:02:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=VOT1DCz12/3lxrbf7eyepqkb/Q6aBFFABB389ksNCwg=; b=fAGE9D4HPJhYE1TrTI2wOprZ/F/kzWpKA7YuoZSV+eY+MsRYlwVAvc5GioRHHvbUpM nvDEYT+y5I3bEun+QS+scNFRsyEXTLgCfsZWRMM+SUS6mB1V0QGNtOINI0ohf2yNHyY9 Z4MyumuGANxsq9GwSfX+UN3FoB3MfpELD6It8= Received: by 10.205.141.74 with SMTP id jd10mr1819494bkc.37.1320570167493; Sun, 06 Nov 2011 01:02:47 -0800 (PST) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id z13sm10596724bkw.8.2011.11.06.01.02.45 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 06 Nov 2011 01:02:45 -0800 (PST) From: Dmitry Kurochkin To: David Bremner , notmuch@notmuchmail.org Subject: Re: [PATCH v2 4/7] test: `notmuch-show-advance-and-archive' with invisible signature In-Reply-To: <87d3d6giu0.fsf@zancas.localnet> References: <1309376558-26284-1-git-send-email-dmitry.kurochkin@gmail.com> <1309496122-4965-1-git-send-email-dmitry.kurochkin@gmail.com> <1309496122-4965-5-git-send-email-dmitry.kurochkin@gmail.com> <87d3d6giu0.fsf@zancas.localnet> User-Agent: Notmuch/0.9+34~g27fff04 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sun, 06 Nov 2011 13:02:36 +0400 Message-ID: <87bospvd1v.fsf@gmail.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: Sun, 06 Nov 2011 09:02:49 -0000 Hi David. On Sat, 05 Nov 2011 22:06:47 -0300, David Bremner wrote: > On Fri, 1 Jul 2011 08:55:19 +0400, Dmitry Kurochkin wrote: > > Add Emacs test to check that `notmuch-show-advance-and-archive' > > works for the last message in thread with invisible signature. > > I pushed the first 4 patches in the series. The 5th gave me conflicts > (because it lingered so long no doubt) which I have not had a chance to > track down. > Thanks. Following is a rebased series of the remaining 4 patches. Regards, Dmitry > d