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 B91CF429E2A for ; Wed, 15 Jun 2011 07:24:45 -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 QiSphQkcrgsU for ; Wed, 15 Jun 2011 07:24:45 -0700 (PDT) Received: from mail-fx0-f53.google.com (mail-fx0-f53.google.com [209.85.161.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E1518429E26 for ; Wed, 15 Jun 2011 07:24:44 -0700 (PDT) Received: by fxm8 with SMTP id 8so473561fxm.26 for ; Wed, 15 Jun 2011 07:24:43 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:from:to:subject:in-reply-to:references :user-agent:date:message-id:mime-version:content-type; bh=wPjpw5Too71dlKQ+IKKSYOFu6W0dtRBD9u5U8b/yYz8=; b=NejOHVkTONpnV/Gekltd/d6AcSBGX0mWpKgSaNv1jO1VwZoITeX2MEP2IIFJpplz4Y Oi5KjtEiWqmERzQfcUtrq9HEjIaE4ZFYXlcpHEAEZdnytAOZ+ttKrSHpjUNb/c34He/f Yy31H3hhIm2BgF4AxhIRfJj1Fu9bAnPGUneSs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; b=j2Z4Zy9YcMT3SqybFihfxRI1OHrWboQCo8SVUYhCINQDGHpHc9UFGSJr/0avk5QUJc j8B+5Zwh+V6ZGynEmWC4wnGbe7xFioKXAOnAcRLo8TJYcP8/aAmVQ7Bq0JxytZOnCcBX rasiq7PhZUa2YTUkQLdyUZh3zc/MwOVsWM2J8= Received: by 10.223.76.129 with SMTP id c1mr664989fak.107.1308147883424; Wed, 15 Jun 2011 07:24:43 -0700 (PDT) Received: from localhost ([91.144.186.21]) by mx.google.com with ESMTPS id n13sm247785fab.46.2011.06.15.07.24.41 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Jun 2011 07:24:42 -0700 (PDT) From: Dmitry Kurochkin To: Carl Worth , notmuch@notmuchmail.org Subject: Re: [PATCH 3/5] Fix hiding a message while some citations are shown in notmuch-show view. In-Reply-To: <87sjrbkx3j.fsf@yoom.home.cworth.org> References: <1306361416-5019-1-git-send-email-dmitry.kurochkin@gmail.com> <1306361416-5019-4-git-send-email-dmitry.kurochkin@gmail.com> <87oc2qa07g.fsf@yoom.home.cworth.org> <87k4depfyj.fsf@gmail.com> <87lixu9z5b.fsf@yoom.home.cworth.org> <87hb8ipeb0.fsf@gmail.com> <87ipsy9sue.fsf@yoom.home.cworth.org> <87d3j5pxk5.fsf@gmail.com> <87k4ddcfnx.fsf@yoom.home.cworth.org> <877h9dp29t.fsf@gmail.com> <87sjrbkx3j.fsf@yoom.home.cworth.org> User-Agent: Notmuch/0.5-237-gf6d8cdb (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 15 Jun 2011 18:25:14 +0400 Message-ID: <8739jbqiid.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: Wed, 15 Jun 2011 14:24:46 -0000 On Wed, 15 Jun 2011 07:06:40 -0700, Carl Worth wrote: > On Fri, 27 May 2011 01:42:22 +0400, Dmitry Kurochkin wrote: > > I have just send two more patches to this thread. One with new tests. > > Another with a workaround for the bug. The workaround should not break > > anything since it affects only notmuch-show mode. > > Thanks! > > I love committing tests that demonstrate broken code before committing > fixes. As it happened here, I committed these two new patches thinking I > had previously committed the earlier patches in the series. Fortunately, > the failure of the test pointed out that I was missing the actual fix. > I know you prefer tests to go before patches and I agree with that. But most of the time I do tests after coding. I do not know an easy way to reorder patches in git. (Also I do not know how to amend an old patch, wish more darcs features in git.) Hopefully it is not a big trouble for you to reorder the patches when applying. > I also really like the workaround to avoid regressing functionality > because of an emacs bug. > indeed > Well done, Dmitry. I've now pushed out everything in this series. > Thanks. Regards, Dmitry > -Carl > > -- > carl.d.worth@intel.com