Re: [PATCH] emacs: Use a single buffer invisibility spec to fix quadratic search...
authorservilio <servilio@gmail.com>
Thu, 10 Nov 2011 19:22:30 +0000 (14:22 +1900)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:03 +0000 (09:40 -0800)
60/bac7fa8db06e2a36b416aa368edcb0a4f0d01e [new file with mode: 0644]

diff --git a/60/bac7fa8db06e2a36b416aa368edcb0a4f0d01e b/60/bac7fa8db06e2a36b416aa368edcb0a4f0d01e
new file mode 100644 (file)
index 0000000..2325fb0
--- /dev/null
@@ -0,0 +1,75 @@
+Return-Path: <servilio@gmail.com>\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 DF185431FD0\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 11:22:34 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.799\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_FROM=0.001, 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 vtbTBAR7++3p for <notmuch@notmuchmail.org>;\r
+       Thu, 10 Nov 2011 11:22:34 -0800 (PST)\r
+Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
+       [209.85.215.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 3CFB6431FB6\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 11:22:34 -0800 (PST)\r
+Received: by eyx24 with SMTP id 24so3496678eyx.26\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 11:22:31 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=mime-version:in-reply-to:references:date:message-id:subject:from:to\r
+       :cc:content-type:content-transfer-encoding;\r
+       bh=WbIjs1mrzWN6HXmdj95EBd/aI6ni+nOs435bhtC/JF0=;\r
+       b=X9iQZ0z7tBXsaegrrG0fNDONWhdBPZraLDEH6UmXtChGQw7cCxmWOI5gLgXDlOGexz\r
+       P7+0EGLc9b+aTl4F0oW42Hrn97c+LH8JNSOKNu8p3fyISeqLaLWKqZ4H/Pwv7AObPOKf\r
+       1pZkcNwxmjhYCpzUjQtM5G9L9TTxUOPIIMhiA=\r
+MIME-Version: 1.0\r
+Received: by 10.68.17.7 with SMTP id k7mr17008242pbd.20.1320952950601; Thu, 10\r
+       Nov 2011 11:22:30 -0800 (PST)\r
+Received: by 10.68.43.129 with HTTP; Thu, 10 Nov 2011 11:22:30 -0800 (PST)\r
+In-Reply-To: <877h382jax.fsf@SSpaeth.de>\r
+References: <1320807328-13728-1-git-send-email-amdragon@mit.edu>\r
+       <877h382jax.fsf@SSpaeth.de>\r
+Date: Thu, 10 Nov 2011 14:22:30 -0500\r
+Message-ID:\r
+ <CAPFwwQgsqe2NE9vm2RJHHK+8hWR_uMWKLHcxm0xkjduFboAfPw@mail.gmail.com>\r
+Subject: Re: [PATCH] emacs: Use a single buffer invisibility spec to fix\r
+       quadratic search cost.\r
+From: servilio <servilio@gmail.com>\r
+To: Sebastian Spaeth <Sebastian@sspaeth.de>\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: quoted-printable\r
+Cc: notmuch@notmuchmail.org\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: Thu, 10 Nov 2011 19:22:35 -0000\r
+\r
+On 10 November 2011 08:33, Sebastian Spaeth <Sebastian@sspaeth.de> wrote:\r
+> On Tue, =C2=A08 Nov 2011 21:55:28 -0500, Austin Clements <amdragon@MIT.ED=\r
+U> wrote:\r
+>> =C2=A0emacs/notmuch.el | =C2=A0 11 +++--------\r
+>> =C2=A01 files changed, 3 insertions(+), 8 deletions(-)\r
+>\r
+>\r
+> Tested and works great here! +1 for quick inclusion.\r
+\r
+I join the petition, I have been using for a couple of days and the\r
+difference is noticeable.\r
+\r
+Servilio\r