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 97926431FD0 for ; Wed, 7 Sep 2011 04:09:17 -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 mxn8Fufwdnfb for ; Wed, 7 Sep 2011 04:09:17 -0700 (PDT) Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com [74.125.82.45]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id D55D3431FB6 for ; Wed, 7 Sep 2011 04:09:16 -0700 (PDT) Received: by wwg9 with SMTP id 9so5932114wwg.2 for ; Wed, 07 Sep 2011 04:09:15 -0700 (PDT) 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=DWYHHjO4i6xypyFwyqEb2K30PZ4dM8cb7cvyrEENVOc=; b=wy5T3BXsw8FypapsmqtPHMA0xdtMaqho8z2fJPZWv09fxJJxztQXEOzqkWnkuGxRK6 wEFuJ0Hyb/vKVP4kB/buPcGGjcla7yTjLqV8hBmGkE1kcoX6ldl6lz11ghfZ5GR2QLF9 ZacvqNO7C/XA/lIRilF2iebRYNIj923fu6T7o= Received: by 10.216.158.4 with SMTP id p4mr188622wek.93.1315393755305; Wed, 07 Sep 2011 04:09:15 -0700 (PDT) Received: from localhost (ppp-94-66-188-51.home.otenet.gr [94.66.188.51]) by mx.google.com with ESMTPS id t7sm3265151wbm.12.2011.09.07.04.09.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Sep 2011 04:09:07 -0700 (PDT) From: Dmitry Kurochkin To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH v2 5/7] emacs: improve hidden signatures handling in notmuch-show-advance-and-archive In-Reply-To: <87mxeg90lp.fsf@intel.com> References: <1309376558-26284-1-git-send-email-dmitry.kurochkin@gmail.com> <1309496122-4965-1-git-send-email-dmitry.kurochkin@gmail.com> <1309496122-4965-6-git-send-email-dmitry.kurochkin@gmail.com> <87mxeg90lp.fsf@intel.com> User-Agent: Notmuch/0.7-48-g3fe340f (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Wed, 07 Sep 2011 14:09:13 +0300 Message-ID: <87hb4oehie.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, 07 Sep 2011 11:09:17 -0000 On Wed, 07 Sep 2011 09:13:22 +0000, Jani Nikula wrote: > On Fri, 1 Jul 2011 08:55:20 +0400, Dmitry Kurochkin wrote: > > Use `previous-single-char-property-change' instead of going > > through each character by hand and testing it's visibility. This > > fixes `notmuch-show-advance-and-archive' to work for the last > > message in thread with hidden signature. > > Hi, this is still broken in master, did this patch fall between the > cracks or something? > It was not applied to master. Just like many other patches. Regards, Dmitry > BR, > Jani.