[RFC PATCH v3 00/11] notmuch-pick: an emacs threaded message view with split-pane
authorMark Walters <markwalters1009@gmail.com>
Mon, 13 Feb 2012 01:20:04 +0000 (01:20 +0000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:44:25 +0000 (09:44 -0800)
7f/be3bd99e2407a67f6f0c313a622578db66e913 [new file with mode: 0644]

diff --git a/7f/be3bd99e2407a67f6f0c313a622578db66e913 b/7f/be3bd99e2407a67f6f0c313a622578db66e913
new file mode 100644 (file)
index 0000000..769df34
--- /dev/null
@@ -0,0 +1,110 @@
+Return-Path: <markwalters1009@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 B084A429E52\r
+       for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 17:19:12 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.201\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+       FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
+       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 G5BSVHkQoGui for <notmuch@notmuchmail.org>;\r
+       Sun, 12 Feb 2012 17:19:12 -0800 (PST)\r
+Received: from mail-we0-f181.google.com (mail-we0-f181.google.com\r
+       [74.125.82.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 185FF431FAE\r
+       for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 17:19:11 -0800 (PST)\r
+Received: by werp13 with SMTP id p13so3669534wer.26\r
+       for <notmuch@notmuchmail.org>; Sun, 12 Feb 2012 17:19:09 -0800 (PST)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
+       h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
+       bh=xvt1qTBpsBWfq43OniSI0kVpMh59mXOyyTd4U0R07AI=;\r
+       b=q/jbtMtnoK4Upq+9l5VJ4d3P4A/k6G/ynoyb6/IbSfFyhl8z1cU85qog8qL4cE+qiP\r
+       Ud1/291XjW1dOOMGMymr2muaBvDQcjL+sccMTCieEF8dGAh7vl29gq+4tMa2oMnZUEpl\r
+       b9G8jn1RHcPDVNQeDeANpG8ylcDs2nyXT63K0=\r
+Received: by 10.216.135.193 with SMTP id u43mr5554362wei.34.1329095949410;\r
+       Sun, 12 Feb 2012 17:19:09 -0800 (PST)\r
+Received: from localhost (94-192-233-223.zone6.bethere.co.uk.\r
+ [94.192.233.223])     by mx.google.com with ESMTPS id\r
+ q2sm18411340wiy.7.2012.02.12.17.19.07 (version=TLSv1/SSLv3 cipher=OTHER);\r
+       Sun, 12 Feb 2012 17:19:08 -0800 (PST)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [RFC PATCH v3 00/11] notmuch-pick: an emacs threaded message view\r
+       with split-pane\r
+Date: Mon, 13 Feb 2012 01:20:04 +0000\r
+Message-Id: <1329096015-8078-1-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.2.3\r
+In-Reply-To: <1329072579-27340-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1329072579-27340-1-git-send-email-markwalters1009@gmail.com>\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: Mon, 13 Feb 2012 01:19:12 -0000\r
+\r
+Here is a split up version of the patches with (I hope) reasonable \r
+commit messages. (Magit is amazing.)                                                                          \r
+\r
+I have not split up the new notmuch-pick file but the cli and other\r
+emacs bits should be managable. (Note intermediate emacs points may\r
+not compile as they add references to notmuch-pick in the existing\r
+code.)                                                                                                        \r
+\r
+I have included another bugfix from Daniel (entire-thread was used \r
+uninitialised in notmuch-show.c)                                                                              \r
+\r
+The only functional change is to add Daniel's notmuch-search-pick-thread\r
+function to notmuch.el (bound to M-RET) which views the currently \r
+selected thread in notmuch-pick.                                                                              \r
+\r
+I also found one stale change which I removed.   \r
+\r
+Best wishes\r
+\r
+Mark\r
+\r
+\r
+Mark Walters (11):\r
+  cli: add --headers_only option to notmuch-show.c\r
+  cli: add sort options to notmuch-show.c\r
+  cli: add --thread= option to notmuch-show\r
+  emacs: add entry to notmuch-pick from notmuch-hello.el\r
+  emacs: add defcustom group for notmuch-pick\r
+  emacs: add extra parameters option to notmuch-query-get-threads\r
+  emacs: add entry to notmuch-pick from notmuch.el\r
+  emacs: add the entry to notmuch-pick to notmuch-show.el\r
+  emacs: make notmuch-show return its buffer\r
+  emacs: notmuch-show.el just show the actual matching messages\r
+  emacs: add notmuch-pick itself\r
+\r
+ emacs/Makefile.local   |    3 +-\r
+ emacs/notmuch-hello.el |   10 +\r
+ emacs/notmuch-lib.el   |    4 +\r
+ emacs/notmuch-pick.el  |  585 ++++++++++++++++++++++++++++++++++++++++++++++++\r
+ emacs/notmuch-query.el |    4 +-\r
+ emacs/notmuch-show.el  |   25 ++-\r
+ emacs/notmuch.el       |   20 ++\r
+ notmuch-client.h       |    9 +-\r
+ notmuch-show.c         |   73 ++++++-\r
+ 9 files changed, 723 insertions(+), 10 deletions(-)\r
+ create mode 100644 emacs/notmuch-pick.el\r
+\r
+-- \r
+1.7.2.3\r
+\r