Re: RFC notmuch-pick: an emacs threaded message view with split-pane
authorJameson Graef Rollins <jrollins@finestructure.net>
Sun, 12 Feb 2012 20:46:36 +0000 (12:46 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:24 +0000 (09:44 -0800)
c9/77a68ba3c770a5b73cae8f6d4829d10c423481 [new file with mode: 0644]

diff --git a/c9/77a68ba3c770a5b73cae8f6d4829d10c423481 b/c9/77a68ba3c770a5b73cae8f6d4829d10c423481
new file mode 100644 (file)
index 0000000..8ceb6f1
--- /dev/null
@@ -0,0 +1,108 @@
+Return-Path: <jrollins@finestructure.net>\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 6FFF2429E52\r
+       for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 12:46:43 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.29\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 O3QF7AbX8mwm for <notmuch@notmuchmail.org>;\r
+       Sun, 12 Feb 2012 12:46:43 -0800 (PST)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id D1984431FAE\r
+       for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 12:46:42 -0800 (PST)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 7A5C366E00C3;\r
+       Sun, 12 Feb 2012 12:46:42 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-174-137-84.socal.res.rr.com\r
+       [76.174.137.84]) (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id 7DDD166E00D0;\r
+       Sun, 12 Feb 2012 12:46:39 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 39D364DE; Sun, 12 Feb 2012 12:46:39 -0800 (PST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
+Subject: Re: RFC notmuch-pick: an emacs threaded message view with split-pane\r
+In-Reply-To: <87d39k1gvi.fsf@qmul.ac.uk>\r
+References: <87d39k1gvi.fsf@qmul.ac.uk>\r
+User-Agent: Notmuch/0.11.1+156~gde94716 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sun, 12 Feb 2012 12:46:36 -0800\r
+Message-ID: <8762fb3hlf.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\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, 12 Feb 2012 20:46:43 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Sun, 12 Feb 2012 10:32:48 +0000, Mark Walters <markwalters1009@gmail.com=\r
+> wrote:\r
+> On irc recently dme posted a patch notmuch-pick.el which provided a\r
+> threaded message view in the emacs interface. I have added substantially\r
+> to it and made some cli changes to support it better. See\r
+> http://kanelephant.com/screen.png for a screenshot.\r
+>=20\r
+> It seems to be working well (although doubtless has bugs and lots of\r
+> room for improvement).\r
+>=20\r
+> One important caveat is that it does call notmuch-show rather than\r
+> notmuch-search so it can be slow. Viewing 10000 notmuch messages takes\r
+> me 20 seconds with a warm cache and about a minute with a cold\r
+> cache. Viewing million message searches in this fashion is not\r
+> recommended!=20\r
+\r
+Hey, Mark.  I really like the idea, since I've been looking for\r
+something like this for a while, but there's something I'm confused\r
+about.  Is this meant to replace notmuch-search, or notmuch-show?  I had\r
+been hoping for a notmuch *show* replacement that shows the nice tree\r
+view for the thread, with a single message view below.  But it sounds\r
+like you're meant to be replacing notmuch search?  That seems confusing\r
+to me, particularly in light of the big performance hit you describe.\r
+\r
+I'll wait for some further explanation before I jump into a full review.\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJPOCUtAAoJEO00zqvie6q8kN8QAImayK2LA+uxnjGbCeIrJQxE\r
+sYITDhM/JLSft6eP6uZH9YVi4q3FwRGpHKjITShmaEFiTrIXHPUuaTIZH5zxfUFV\r
+jdf7J18nUiScNceEZFdrguvDVwK4rywuIf/MugAQR5+zJ68GhdtAN1U6bkxVg+MN\r
+q89fyMz5SN8MI+cwzJ+MGikNOdaWBJfw1P1x5/nX0BAf0lV2o2gNBeGQDQS2xLvV\r
+3n7Pr85uxH3IB8mX+MXDqviKdOWC03eTRiiqotO/8Qy1y5GHkSwxdtII6hPmnGiz\r
+9pv+Tn2moF/osYipAHmfmN14yITyYOOEMsHXMM2qbSWBjMr4Ipgd66mWwUaVAouO\r
+DQcNACFCfeW/eQItI32dk31ozdyPDp7maaV/5ntquVaAj7pNKVhqkU+DCFSZpBIr\r
+DKIszR6lDlseIFAbHL2vJDEaiEmt+WLa5c63IjXJrK4RnQs9Q3qCJ7D4r4kZiYBh\r
+Bz7jvvRXagOCfRZITz+/rpiuzSgYpOCNr9tJxYhqssd1Q2ILd6NOvR8h1F3oMIjH\r
+D0+QpgZEAEwcIfnclhwUeRRTZtsexoTPtKr6vjO3rxRAo7jnTnTtD4QCwHrEHJd6\r
+B/2dbKfmYvljxWRgZDSCGZcXV8x5pxEkh4Fgmnd+0rw/gf9PjN1g9ed6ezkMr48q\r
+RZkalMxIWnJ1cbZcpNCh\r
+=Hj2J\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r