Re: [Patch] Fix Emacs interface bug dealing with invisible text
authorIvy Foster <joyfulgirl@archlinux.us>
Sun, 30 Oct 2011 15:44:51 +0000 (11:44 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:39:54 +0000 (09:39 -0800)
90/6bbe4fc6ff012fd8835612f0e876ae52fd8a77 [new file with mode: 0644]

diff --git a/90/6bbe4fc6ff012fd8835612f0e876ae52fd8a77 b/90/6bbe4fc6ff012fd8835612f0e876ae52fd8a77
new file mode 100644 (file)
index 0000000..b1a7d3c
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <joyfulgirl@archlinux.us>\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 BB992429E25\r
+       for <notmuch@notmuchmail.org>; Sun, 30 Oct 2011 08:47:39 -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 NqD51yngew+J for <notmuch@notmuchmail.org>;\r
+       Sun, 30 Oct 2011 08:47:39 -0700 (PDT)\r
+Received: from mail-qy0-f181.google.com (mail-qy0-f181.google.com\r
+       [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id DDC04431FB6\r
+       for <notmuch@notmuchmail.org>; Sun, 30 Oct 2011 08:47:38 -0700 (PDT)\r
+Received: by qyk27 with SMTP id 27so6235973qyk.5\r
+       for <notmuch@notmuchmail.org>; Sun, 30 Oct 2011 08:47:38 -0700 (PDT)\r
+Received: by 10.229.240.7 with SMTP id ky7mr2339094qcb.243.1319989658140;\r
+       Sun, 30 Oct 2011 08:47:38 -0700 (PDT)\r
+Received: from localhost (209-6-79-248.c3-0.abr-ubr1.sbo-abr.ma.cable.rcn.com.\r
+       [209.6.79.248])\r
+       by mx.google.com with ESMTPS id du5sm25853594qab.14.2011.10.30.08.47.36\r
+       (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Sun, 30 Oct 2011 08:47:37 -0700 (PDT)\r
+From: Ivy Foster <joyfulgirl@archlinux.us>\r
+To: Thomas Jost <schnouki@schnouki.net>, notmuch@notmuchmail.org\r
+Subject: Re: [Patch] Fix Emacs interface bug dealing with invisible text\r
+In-Reply-To: <877h3mhkbk.fsf@schnouki.net>\r
+References: <878vo47i82.fsf@nausicaa.localdomain>\r
+ <877h3mhkbk.fsf@schnouki.net>\r
+User-Agent: Notmuch/0.9-17-ge6d85fb (http://notmuchmail.org) Emacs/23.3.1\r
+       (i686-pc-linux-gnu)\r
+Date: Sun, 30 Oct 2011 11:44:51 -0400\r
+Message-ID: <87bosya3gs.fsf@nausicaa.localdomain>\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: Sun, 30 Oct 2011 15:47:39 -0000\r
+\r
+On Sun, 30 Oct 2011 10:58:55 +0100, Thomas Jost <schnouki@schnouki.net> wrote:\r
+> Thanks for this patch. I haven't tested it, but I will!\r
+\r
+Fair enough (-:\r
+\r
+> However, I'm wondering something: wasn't this issue\r
+> already addressed in Dmitry's patch series that I rebased\r
+> and reposted almost a month ago, specifically patches 9/13\r
+> to 12/13?\r
+\r
+Whoops! I didn't realize a fix was already pending. I\r
+suppose I should've looked through the mail archive first.\r
+Guess I got a little over-enthusiastic. Sorry about that!\r
+Yes, those would appear to handle the same issue.\r
+\r
+Ivy\r