Re: [PATCH v2 5/7] emacs: improve hidden signatures handling in notmuch-show-advance...
authorJani Nikula <jani@nikula.org>
Wed, 7 Sep 2011 09:13:22 +0000 (09:13 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:23 +0000 (09:39 -0800)
ea/e8b32c11bf78d22bdb93ce39367349034eb253 [new file with mode: 0644]

diff --git a/ea/e8b32c11bf78d22bdb93ce39367349034eb253 b/ea/e8b32c11bf78d22bdb93ce39367349034eb253
new file mode 100644 (file)
index 0000000..8d6a08e
--- /dev/null
@@ -0,0 +1,68 @@
+Return-Path: <jani@nikula.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 7B36F429E26\r
+       for <notmuch@notmuchmail.org>; Wed,  7 Sep 2011 02:13:29 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.7\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id IIM9w7Y0y8qw for <notmuch@notmuchmail.org>;\r
+       Wed,  7 Sep 2011 02:13:29 -0700 (PDT)\r
+Received: from mail-vx0-f181.google.com (mail-vx0-f181.google.com\r
+       [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 1740C431FD0\r
+       for <notmuch@notmuchmail.org>; Wed,  7 Sep 2011 02:13:29 -0700 (PDT)\r
+Received: by vxh7 with SMTP id 7so623014vxh.26\r
+       for <notmuch@notmuchmail.org>; Wed, 07 Sep 2011 02:13:28 -0700 (PDT)\r
+Received: by 10.52.65.131 with SMTP id x3mr4692453vds.68.1315386808442;\r
+       Wed, 07 Sep 2011 02:13:28 -0700 (PDT)\r
+Received: from localhost (nikula.org [92.243.24.172])\r
+       by mx.google.com with ESMTPS id n20sm2128557vdu.6.2011.09.07.02.13.25\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Wed, 07 Sep 2011 02:13:26 -0700 (PDT)\r
+From: Jani Nikula <jani@nikula.org>\r
+To: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH v2 5/7] emacs: improve hidden signatures handling in\r
+       notmuch-show-advance-and-archive\r
+In-Reply-To: <1309496122-4965-6-git-send-email-dmitry.kurochkin@gmail.com>\r
+References: <1309376558-26284-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+       <1309496122-4965-1-git-send-email-dmitry.kurochkin@gmail.com>\r
+       <1309496122-4965-6-git-send-email-dmitry.kurochkin@gmail.com>\r
+User-Agent: Notmuch/0.5-232-g917e874 (http://notmuchmail.org) Emacs/23.1.1\r
+       (i686-pc-linux-gnu)\r
+Date: Wed, 07 Sep 2011 09:13:22 +0000\r
+Message-ID: <87mxeg90lp.fsf@intel.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 07 Sep 2011 09:13:29 -0000\r
+\r
+On Fri,  1 Jul 2011 08:55:20 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
+> Use `previous-single-char-property-change' instead of going\r
+> through each character by hand and testing it's visibility.  This\r
+> fixes `notmuch-show-advance-and-archive' to work for the last\r
+> message in thread with hidden signature.\r
+\r
+Hi, this is still broken in master, did this patch fall between the\r
+cracks or something?\r
+\r
+BR,\r
+Jani.\r