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 7B36F429E26 for ; Wed, 7 Sep 2011 02:13:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 IIM9w7Y0y8qw for ; Wed, 7 Sep 2011 02:13:29 -0700 (PDT) Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 1740C431FD0 for ; Wed, 7 Sep 2011 02:13:29 -0700 (PDT) Received: by vxh7 with SMTP id 7so623014vxh.26 for ; Wed, 07 Sep 2011 02:13:28 -0700 (PDT) Received: by 10.52.65.131 with SMTP id x3mr4692453vds.68.1315386808442; Wed, 07 Sep 2011 02:13:28 -0700 (PDT) Received: from localhost (nikula.org [92.243.24.172]) by mx.google.com with ESMTPS id n20sm2128557vdu.6.2011.09.07.02.13.25 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 07 Sep 2011 02:13:26 -0700 (PDT) From: Jani Nikula To: Dmitry Kurochkin , notmuch@notmuchmail.org Subject: Re: [PATCH v2 5/7] emacs: improve hidden signatures handling in notmuch-show-advance-and-archive In-Reply-To: <1309496122-4965-6-git-send-email-dmitry.kurochkin@gmail.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> User-Agent: Notmuch/0.5-232-g917e874 (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) Date: Wed, 07 Sep 2011 09:13:22 +0000 Message-ID: <87mxeg90lp.fsf@intel.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 09:13:29 -0000 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? BR, Jani.