--- /dev/null
+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 8492B431FDB\r
+ for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 01:28:51 -0700 (PDT)\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 oF4PLm6nrr0h for <notmuch@notmuchmail.org>;\r
+ Sun, 20 Oct 2013 01:28:33 -0700 (PDT)\r
+Received: from mail-wg0-f53.google.com (mail-wg0-f53.google.com\r
+ [74.125.82.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ C02CF431FC0 for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 01:28:27 -0700\r
+ (PDT)\r
+Received: by mail-wg0-f53.google.com with SMTP id y10so5365775wgg.20\r
+ for <notmuch@notmuchmail.org>; Sun, 20 Oct 2013 01:28:25 -0700 (PDT)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
+ h=from:to:cc:subject:date:message-id:in-reply-to:references\r
+ :mime-version:content-type:content-transfer-encoding;\r
+ bh=ae3bpNvams7wy2zVrG3y4Xy0+W9DCyT/VybeiR2/1oY=;\r
+ b=cU00DEzCq6PhLumQvMqrrDFVYaPiJ+DpnENaZi7bKJgXjqT91aAh+H9yxhJmxbcwdk\r
+ kXgjWpI75hYo3GednWqtaBROBrMZNpcoIldWtF7b2RIIG3k50IKrs400fMcSy0JxFSm9\r
+ RNRtHJBML7aI4PGB2JPbbvpE8OGQm2gzmtuyjaBqvv7MWotBFvleFyNx37PHrAyF/eaf\r
+ FUnMJg5NKRViI0g9ZoBT+N8gvKGvjRC5tzJiYQj8d7cu3iIzytZyk/qHejhJ2RiUrofj\r
+ SOGrvjU+iuGp8nAlManOSCvGKEtcZwx4aW+4L5CfRSGM409UUavLqGPveCHKBwmbG8jP\r
+ NsrQ==\r
+X-Received: by 10.180.9.134 with SMTP id z6mr5449925wia.9.1382257705168;\r
+ Sun, 20 Oct 2013 01:28:25 -0700 (PDT)\r
+Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
+ by mx.google.com with ESMTPSA id gp9sm43729420wib.8.2013.10.20.01.28.23\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Sun, 20 Oct 2013 01:28:24 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 1/5] emacs: move pick from contrib into mainline\r
+Date: Sun, 20 Oct 2013 09:28:15 +0100\r
+Message-Id: <1382257699-29860-2-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1382257699-29860-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1382257699-29860-1-git-send-email-markwalters1009@gmail.com>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=UTF-8\r
+Content-Transfer-Encoding: 8bit\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, 20 Oct 2013 08:28:52 -0000\r
+\r
+This moves the notmuch-pick.el file into the main emacs directory. The\r
+file is not changed in the move.\r
+---\r
+ contrib/notmuch-pick/notmuch-pick.el | 946 ----------------------------------\r
+ emacs/notmuch-pick.el | 946 ++++++++++++++++++++++++++++++++++\r
+ 2 files changed, 946 insertions(+), 946 deletions(-)\r
+ delete mode 100644 contrib/notmuch-pick/notmuch-pick.el\r
+ create mode 100644 emacs/notmuch-pick.el\r
+\r
+diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
+deleted file mode 100644\r
+index a492214..0000000\r
+--- a/contrib/notmuch-pick/notmuch-pick.el\r
++++ /dev/null\r
+@@ -1,946 +0,0 @@\r
+-;; notmuch-pick.el --- displaying notmuch forests.\r
+-;;\r
+-;; Copyright © Carl Worth\r
+-;; Copyright © David Edmondson\r
+-;; Copyright © Mark Walters\r
+-;;\r
+-;; This file is part of Notmuch.\r
+-;;\r
+-;; Notmuch is free software: you can redistribute it and/or modify it\r
+-;; under the terms of the GNU General Public License as published by\r
+-;; the Free Software Foundation, either version 3 of the License, or\r
+-;; (at your option) any later version.\r
+-;;\r
+-;; Notmuch is distributed in the hope that it will be useful, but\r
+-;; WITHOUT ANY WARRANTY; without even the implied warranty of\r
+-;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
+-;; General Public License for more details.\r
+-;;\r
+-;; You should have received a copy of the GNU General Public License\r
+-;; along with Notmuch. If not, see <http://www.gnu.org/licenses/>.\r
+-;;\r
+-;; Authors: David Edmondson <dme@dme.org>\r
+-;; Mark Walters <markwalters1009@gmail.com>\r
+-\r
+-(require 'mail-parse)\r
+-\r
+-(require 'notmuch-lib)\r
+-(require 'notmuch-query)\r
+-(require 'notmuch-show)\r
+-(require 'notmuch) ;; XXX ATM, as notmuch-search-mode-map is defined here\r
+-\r
+-(eval-when-compile (require 'cl))\r
+-\r
+-(declare-function notmuch-call-notmuch-process "notmuch" (&rest args))\r
+-(declare-function notmuch-show "notmuch-show" (&rest args))\r
+-(declare-function notmuch-tag "notmuch" (query &rest tags))\r
+-(declare-function notmuch-show-strip-re "notmuch-show" (subject))\r
+-(declare-function notmuch-show-spaces-n "notmuch-show" (n))\r
+-(declare-function notmuch-read-query "notmuch" (prompt))\r
+-(declare-function notmuch-read-tag-changes "notmuch" (&optional initial-input &rest search-terms))\r
+-(declare-function notmuch-update-tags "notmuch" (current-tags tag-changes))\r
+-(declare-function notmuch-hello-trim "notmuch-hello" (search))\r
+-(declare-function notmuch-search-find-thread-id "notmuch" ())\r
+-(declare-function notmuch-search-find-subject "notmuch" ())\r
+-\r
+-;; the following variable is defined in notmuch.el\r
+-(defvar notmuch-search-query-string)\r
+-\r
+-(defgroup notmuch-pick nil\r
+- "Showing message and thread structure."\r
+- :group 'notmuch)\r
+-\r
+-(defcustom notmuch-pick-show-out nil\r
+- "View selected messages in new window rather than split-pane."\r
+- :type 'boolean\r
+- :group 'notmuch-pick)\r
+-\r
+-(defcustom notmuch-pick-result-format\r
+- `(("date" . "%12s ")\r
+- ("authors" . "%-20s")\r
+- ((("tree" . "%s")("subject" . "%s")) ." %-54s ")\r
+- ("tags" . "(%s)"))\r
+- "Result formatting for Pick. Supported fields are: date,\r
+- authors, subject, tree, tags. Tree means the thread tree\r
+- box graphics. The field may also be a list in which case\r
+- the formatting rules are applied recursively and then the\r
+- output of all the fields in the list is inserted\r
+- according to format-string.\r
+-\r
+-Note the author string should not contain\r
+- whitespace (put it in the neighbouring fields instead).\r
+- For example:\r
+- (setq notmuch-pick-result-format \(\(\"authors\" . \"%-40s\"\)\r
+- \(\"subject\" . \"%s\"\)\)\)"\r
+- :type '(alist :key-type (string) :value-type (string))\r
+- :group 'notmuch-pick)\r
+-\r
+-;; Faces for messages that match the query.\r
+-(defface notmuch-pick-match-date-face\r
+- '((t :inherit default))\r
+- "Face used in pick mode for the date in messages matching the query."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-(defface notmuch-pick-match-author-face\r
+- '((((class color)\r
+- (background dark))\r
+- (:foreground "OliveDrab1"))\r
+- (((class color)\r
+- (background light))\r
+- (:foreground "dark blue"))\r
+- (t\r
+- (:bold t)))\r
+- "Face used in pick mode for the date in messages matching the query."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-(defface notmuch-pick-match-subject-face\r
+- '((t :inherit default))\r
+- "Face used in pick mode for the subject in messages matching the query."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-(defface notmuch-pick-match-tree-face\r
+- '((t :inherit default))\r
+- "Face used in pick mode for the thread tree block graphics in messages matching the query."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-(defface notmuch-pick-match-tag-face\r
+- '((((class color)\r
+- (background dark))\r
+- (:foreground "OliveDrab1"))\r
+- (((class color)\r
+- (background light))\r
+- (:foreground "navy blue" :bold t))\r
+- (t\r
+- (:bold t)))\r
+- "Face used in pick mode for tags in messages matching the query."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-;; Faces for messages that do not match the query.\r
+-(defface notmuch-pick-no-match-date-face\r
+- '((t (:foreground "gray")))\r
+- "Face used in pick mode for non-matching dates."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-(defface notmuch-pick-no-match-subject-face\r
+- '((t (:foreground "gray")))\r
+- "Face used in pick mode for non-matching subjects."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-(defface notmuch-pick-no-match-tree-face\r
+- '((t (:foreground "gray")))\r
+- "Face used in pick mode for the thread tree block graphics in messages matching the query."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-(defface notmuch-pick-no-match-author-face\r
+- '((t (:foreground "gray")))\r
+- "Face used in pick mode for the date in messages matching the query."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-(defface notmuch-pick-no-match-tag-face\r
+- '((t (:foreground "gray")))\r
+- "Face used in pick mode face for non-matching tags."\r
+- :group 'notmuch-pick\r
+- :group 'notmuch-faces)\r
+-\r
+-(defvar notmuch-pick-previous-subject\r
+- "The subject of the most recent result shown during the async display")\r
+-(make-variable-buffer-local 'notmuch-pick-previous-subject)\r
+-\r
+-(defvar notmuch-pick-basic-query nil\r
+- "A buffer local copy of argument query to the function notmuch-pick")\r
+-(make-variable-buffer-local 'notmuch-pick-basic-query)\r
+-\r
+-(defvar notmuch-pick-query-context nil\r
+- "A buffer local copy of argument query-context to the function notmuch-pick")\r
+-(make-variable-buffer-local 'notmuch-pick-query-context)\r
+-\r
+-(defvar notmuch-pick-target-msg nil\r
+- "A buffer local copy of argument target to the function notmuch-pick")\r
+-(make-variable-buffer-local 'notmuch-pick-target-msg)\r
+-\r
+-(defvar notmuch-pick-open-target nil\r
+- "A buffer local copy of argument open-target to the function notmuch-pick")\r
+-(make-variable-buffer-local 'notmuch-pick-open-target)\r
+-\r
+-(defvar notmuch-pick-message-window nil\r
+- "The window of the message pane.\r
+-\r
+-It is set in both the pick buffer and the child show buffer. It\r
+-is used to try and close the message pane when quitting pick or\r
+-the child show buffer.")\r
+-(make-variable-buffer-local 'notmuch-pick-message-window)\r
+-(put 'notmuch-pick-message-window 'permanent-local t)\r
+-\r
+-(defvar notmuch-pick-message-buffer nil\r
+- "The buffer name of the show buffer in the message pane.\r
+-\r
+-This is used to try and make sure we don't close the message pane\r
+-if the user has loaded a different buffer in that window.")\r
+-(make-variable-buffer-local 'notmuch-pick-message-buffer)\r
+-(put 'notmuch-pick-message-buffer 'permanent-local t)\r
+-\r
+-(defun notmuch-pick-to-message-pane (func)\r
+- "Execute FUNC in message pane.\r
+-\r
+-This function returns a function (so can be used as a keybinding)\r
+-which executes function FUNC in the message pane if it is\r
+-open (if the message pane is closed it does nothing)."\r
+- `(lambda ()\r
+- ,(concat "(In message pane) " (documentation func t))\r
+- (interactive)\r
+- (when (window-live-p notmuch-pick-message-window)\r
+- (with-selected-window notmuch-pick-message-window\r
+- (call-interactively #',func)))))\r
+-\r
+-(defun notmuch-pick-button-activate (&optional button)\r
+- "Activate BUTTON or button at point\r
+-\r
+-This function does not give an error if there is no button."\r
+- (interactive)\r
+- (let ((button (or button (button-at (point)))))\r
+- (when button (button-activate button))))\r
+-\r
+-(defun notmuch-pick-close-message-pane-and (func)\r
+- "Close message pane and execute FUNC.\r
+-\r
+-This function returns a function (so can be used as a keybinding)\r
+-which closes the message pane if open and then executes function\r
+-FUNC."\r
+- `(lambda ()\r
+- ,(concat "(Close message pane and) " (documentation func t))\r
+- (interactive)\r
+- (notmuch-pick-close-message-window)\r
+- (call-interactively #',func)))\r
+-\r
+-(defvar notmuch-pick-mode-map\r
+- (let ((map (make-sparse-keymap)))\r
+- (set-keymap-parent map notmuch-common-keymap)\r
+- ;; The following override the global keymap.\r
+- ;; Override because we want to close message pane first.\r
+- (define-key map "?" (notmuch-pick-close-message-pane-and #'notmuch-help))\r
+- ;; Override because we first close message pane and then close pick buffer.\r
+- (define-key map "q" 'notmuch-pick-quit)\r
+- ;; Override because we close message pane after the search query is entered.\r
+- (define-key map "s" 'notmuch-pick-to-search)\r
+- ;; Override because we want to close message pane first.\r
+- (define-key map "m" (notmuch-pick-close-message-pane-and #'notmuch-mua-new-mail))\r
+-\r
+- ;; these use notmuch-show functions directly\r
+- (define-key map "|" 'notmuch-show-pipe-message)\r
+- (define-key map "w" 'notmuch-show-save-attachments)\r
+- (define-key map "v" 'notmuch-show-view-all-mime-parts)\r
+- (define-key map "c" 'notmuch-show-stash-map)\r
+-\r
+- ;; these apply to the message pane\r
+- (define-key map (kbd "M-TAB") (notmuch-pick-to-message-pane #'notmuch-show-previous-button))\r
+- (define-key map (kbd "<backtab>") (notmuch-pick-to-message-pane #'notmuch-show-previous-button))\r
+- (define-key map (kbd "TAB") (notmuch-pick-to-message-pane #'notmuch-show-next-button))\r
+- (define-key map "e" (notmuch-pick-to-message-pane #'notmuch-pick-button-activate))\r
+-\r
+- ;; bindings from show (or elsewhere) but we close the message pane first.\r
+- (define-key map "f" (notmuch-pick-close-message-pane-and #'notmuch-show-forward-message))\r
+- (define-key map "r" (notmuch-pick-close-message-pane-and #'notmuch-show-reply-sender))\r
+- (define-key map "R" (notmuch-pick-close-message-pane-and #'notmuch-show-reply))\r
+- (define-key map "V" (notmuch-pick-close-message-pane-and #'notmuch-show-view-raw-message))\r
+-\r
+- ;; The main pick bindings\r
+- (define-key map (kbd "RET") 'notmuch-pick-show-message)\r
+- (define-key map [mouse-1] 'notmuch-pick-show-message)\r
+- (define-key map "x" 'notmuch-pick-quit)\r
+- (define-key map "A" 'notmuch-pick-archive-thread)\r
+- (define-key map "a" 'notmuch-pick-archive-message-then-next)\r
+- (define-key map "=" 'notmuch-pick-refresh-view)\r
+- (define-key map "z" 'notmuch-pick-to-pick)\r
+- (define-key map "n" 'notmuch-pick-next-matching-message)\r
+- (define-key map "p" 'notmuch-pick-prev-matching-message)\r
+- (define-key map "N" 'notmuch-pick-next-message)\r
+- (define-key map "P" 'notmuch-pick-prev-message)\r
+- (define-key map (kbd "M-p") 'notmuch-pick-prev-thread)\r
+- (define-key map (kbd "M-n") 'notmuch-pick-next-thread)\r
+- (define-key map "-" 'notmuch-pick-remove-tag)\r
+- (define-key map "+" 'notmuch-pick-add-tag)\r
+- (define-key map "*" 'notmuch-pick-tag-thread)\r
+- (define-key map " " 'notmuch-pick-scroll-or-next)\r
+- (define-key map "b" 'notmuch-pick-scroll-message-window-back)\r
+- map))\r
+-(fset 'notmuch-pick-mode-map notmuch-pick-mode-map)\r
+-\r
+-(defun notmuch-pick-get-message-properties ()\r
+- "Return the properties of the current message as a plist.\r
+-\r
+-Some useful entries are:\r
+-:headers - Property list containing the headers :Date, :Subject, :From, etc.\r
+-:tags - Tags for this message"\r
+- (save-excursion\r
+- (beginning-of-line)\r
+- (get-text-property (point) :notmuch-message-properties)))\r
+-\r
+-;; XXX This should really be a lib function but we are trying to\r
+-;; reduce impact on the code base.\r
+-(defun notmuch-show-get-prop (prop &optional props)\r
+- "This is a pick overridden version of notmuch-show-get-prop\r
+-\r
+-It gets property PROP from PROPS or, if PROPS is nil, the current\r
+-message in either pick or show. This means that several functions\r
+-in notmuch-show now work unchanged in pick as they just need the\r
+-correct message properties."\r
+- (let ((props (or props\r
+- (cond ((eq major-mode 'notmuch-show-mode)\r
+- (notmuch-show-get-message-properties))\r
+- ((eq major-mode 'notmuch-pick-mode)\r
+- (notmuch-pick-get-message-properties))))))\r
+- (plist-get props prop)))\r
+-\r
+-(defun notmuch-pick-set-message-properties (props)\r
+- (save-excursion\r
+- (beginning-of-line)\r
+- (put-text-property (point) (+ (point) 1) :notmuch-message-properties props)))\r
+-\r
+-(defun notmuch-pick-set-prop (prop val &optional props)\r
+- (let ((inhibit-read-only t)\r
+- (props (or props\r
+- (notmuch-pick-get-message-properties))))\r
+- (plist-put props prop val)\r
+- (notmuch-pick-set-message-properties props)))\r
+-\r
+-(defun notmuch-pick-get-prop (prop &optional props)\r
+- (let ((props (or props\r
+- (notmuch-pick-get-message-properties))))\r
+- (plist-get props prop)))\r
+-\r
+-(defun notmuch-pick-set-tags (tags)\r
+- "Set the tags of the current message."\r
+- (notmuch-pick-set-prop :tags tags))\r
+-\r
+-(defun notmuch-pick-get-tags ()\r
+- "Return the tags of the current message."\r
+- (notmuch-pick-get-prop :tags))\r
+-\r
+-(defun notmuch-pick-get-message-id ()\r
+- "Return the message id of the current message."\r
+- (let ((id (notmuch-pick-get-prop :id)))\r
+- (if id\r
+- (notmuch-id-to-query id)\r
+- nil)))\r
+-\r
+-(defun notmuch-pick-get-match ()\r
+- "Return whether the current message is a match."\r
+- (interactive)\r
+- (notmuch-pick-get-prop :match))\r
+-\r
+-(defun notmuch-pick-refresh-result ()\r
+- "Redisplay the current message line.\r
+-\r
+-This redisplays the current line based on the messages\r
+-properties (as they are now). This is used when tags are\r
+-updated."\r
+- (let ((init-point (point))\r
+- (end (line-end-position))\r
+- (msg (notmuch-pick-get-message-properties))\r
+- (inhibit-read-only t))\r
+- (beginning-of-line)\r
+- ;; This is a little tricky: we override\r
+- ;; notmuch-pick-previous-subject to get the decision between\r
+- ;; ... and a subject right and it stops notmuch-pick-insert-msg\r
+- ;; from overwriting the buffer local copy of\r
+- ;; notmuch-pick-previous-subject if this is called while the\r
+- ;; buffer is displaying.\r
+- (let ((notmuch-pick-previous-subject (notmuch-pick-get-prop :previous-subject)))\r
+- (delete-region (point) (1+ (line-end-position)))\r
+- (notmuch-pick-insert-msg msg))\r
+- (let ((new-end (line-end-position)))\r
+- (goto-char (if (= init-point end)\r
+- new-end\r
+- (min init-point (- new-end 1)))))))\r
+-\r
+-(defun notmuch-pick-tag-update-display (&optional tag-changes)\r
+- "Update display for TAG-CHANGES to current message.\r
+-\r
+-Does NOT change the database."\r
+- (let* ((current-tags (notmuch-pick-get-tags))\r
+- (new-tags (notmuch-update-tags current-tags tag-changes)))\r
+- (unless (equal current-tags new-tags)\r
+- (notmuch-pick-set-tags new-tags)\r
+- (notmuch-pick-refresh-result))))\r
+-\r
+-(defun notmuch-pick-tag (&optional tag-changes)\r
+- "Change tags for the current message"\r
+- (interactive)\r
+- (setq tag-changes (notmuch-tag (notmuch-pick-get-message-id) tag-changes))\r
+- (notmuch-pick-tag-update-display tag-changes))\r
+-\r
+-(defun notmuch-pick-add-tag ()\r
+- "Same as `notmuch-pick-tag' but sets initial input to '+'."\r
+- (interactive)\r
+- (notmuch-pick-tag "+"))\r
+-\r
+-(defun notmuch-pick-remove-tag ()\r
+- "Same as `notmuch-pick-tag' but sets initial input to '-'."\r
+- (interactive)\r
+- (notmuch-pick-tag "-"))\r
+-\r
+-;; The next two functions close the message window before searching or\r
+-;; picking but they do so after the user has entered the query (in\r
+-;; case the user was basing the query on something in the message\r
+-;; window).\r
+-\r
+-(defun notmuch-pick-to-search ()\r
+- "Run \"notmuch search\" with the given `query' and display results."\r
+- (interactive)\r
+- (let ((query (notmuch-read-query "Notmuch search: ")))\r
+- (notmuch-pick-close-message-window)\r
+- (notmuch-search query)))\r
+-\r
+-(defun notmuch-pick-to-pick ()\r
+- "Run a query and display results in experimental notmuch-pick mode"\r
+- (interactive)\r
+- (let ((query (notmuch-read-query "Notmuch pick: ")))\r
+- (notmuch-pick-close-message-window)\r
+- (notmuch-pick query)))\r
+-\r
+-;; This function should be in notmuch-show.el but be we trying to\r
+-;; minimise impact on the rest of the codebase.\r
+-(defun notmuch-pick-from-show-current-query ()\r
+- "Call notmuch pick with the current query"\r
+- (interactive)\r
+- (notmuch-pick notmuch-show-thread-id\r
+- notmuch-show-query-context\r
+- (notmuch-show-get-message-id)))\r
+-\r
+-;; This function should be in notmuch.el but be we trying to minimise\r
+-;; impact on the rest of the codebase.\r
+-(defun notmuch-pick-from-search-current-query ()\r
+- "Call notmuch pick with the current query"\r
+- (interactive)\r
+- (notmuch-pick notmuch-search-query-string))\r
+-\r
+-;; This function should be in notmuch.el but be we trying to minimise\r
+-;; impact on the rest of the codebase.\r
+-(defun notmuch-pick-from-search-thread ()\r
+- "Show the selected thread with notmuch-pick"\r
+- (interactive)\r
+- (notmuch-pick (notmuch-search-find-thread-id)\r
+- notmuch-search-query-string\r
+- nil\r
+- (notmuch-prettify-subject (notmuch-search-find-subject))\r
+- t))\r
+-\r
+-(defun notmuch-pick-message-window-kill-hook ()\r
+- "Close the message pane when exiting the show buffer."\r
+- (let ((buffer (current-buffer)))\r
+- (when (and (window-live-p notmuch-pick-message-window)\r
+- (eq (window-buffer notmuch-pick-message-window) buffer))\r
+- ;; We do not want an error if this is the sole window in the\r
+- ;; frame and I do not know how to test for that in emacs pre\r
+- ;; 24. Hence we just ignore-errors.\r
+- (ignore-errors\r
+- (delete-window notmuch-pick-message-window)))))\r
+-\r
+-(defun notmuch-pick-show-message-in ()\r
+- "Show the current message (in split-pane)."\r
+- (interactive)\r
+- (let ((id (notmuch-pick-get-message-id))\r
+- (inhibit-read-only t)\r
+- buffer)\r
+- (when id\r
+- ;; We close and reopen the window to kill off un-needed buffers\r
+- ;; this might cause flickering but seems ok.\r
+- (notmuch-pick-close-message-window)\r
+- (setq notmuch-pick-message-window\r
+- (split-window-vertically (/ (window-height) 4)))\r
+- (with-selected-window notmuch-pick-message-window\r
+- ;; Since we are only displaying one message do not indent.\r
+- (let ((notmuch-show-indent-messages-width 0)\r
+- (notmuch-show-only-matching-messages t))\r
+- (setq buffer (notmuch-show id))))\r
+- ;; We need the `let' as notmuch-pick-message-window is buffer local.\r
+- (let ((window notmuch-pick-message-window))\r
+- (with-current-buffer buffer\r
+- (setq notmuch-pick-message-window window)\r
+- (add-hook 'kill-buffer-hook 'notmuch-pick-message-window-kill-hook)))\r
+- (when notmuch-show-mark-read-tags\r
+- (notmuch-pick-tag-update-display notmuch-show-mark-read-tags))\r
+- (setq notmuch-pick-message-buffer buffer))))\r
+-\r
+-(defun notmuch-pick-show-message-out ()\r
+- "Show the current message (in whole window)."\r
+- (interactive)\r
+- (let ((id (notmuch-pick-get-message-id))\r
+- (inhibit-read-only t)\r
+- buffer)\r
+- (when id\r
+- ;; We close the window to kill off un-needed buffers.\r
+- (notmuch-pick-close-message-window)\r
+- (notmuch-show id))))\r
+-\r
+-(defun notmuch-pick-show-message (arg)\r
+- "Show the current message.\r
+-\r
+-Shows in split pane or whole window according to value of\r
+-`notmuch-pick-show-out'. A prefix argument reverses the choice."\r
+- (interactive "P")\r
+- (if (or (and notmuch-pick-show-out (not arg))\r
+- (and (not notmuch-pick-show-out) arg))\r
+- (notmuch-pick-show-message-out)\r
+- (notmuch-pick-show-message-in)))\r
+-\r
+-(defun notmuch-pick-scroll-message-window ()\r
+- "Scroll the message window (if it exists)"\r
+- (interactive)\r
+- (when (window-live-p notmuch-pick-message-window)\r
+- (with-selected-window notmuch-pick-message-window\r
+- (if (pos-visible-in-window-p (point-max))\r
+- t\r
+- (scroll-up)))))\r
+-\r
+-(defun notmuch-pick-scroll-message-window-back ()\r
+- "Scroll the message window back(if it exists)"\r
+- (interactive)\r
+- (when (window-live-p notmuch-pick-message-window)\r
+- (with-selected-window notmuch-pick-message-window\r
+- (if (pos-visible-in-window-p (point-min))\r
+- t\r
+- (scroll-down)))))\r
+-\r
+-(defun notmuch-pick-scroll-or-next ()\r
+- "Scroll the message window. If it at end go to next message."\r
+- (interactive)\r
+- (when (notmuch-pick-scroll-message-window)\r
+- (notmuch-pick-next-matching-message)))\r
+-\r
+-(defun notmuch-pick-quit ()\r
+- "Close the split view or exit pick."\r
+- (interactive)\r
+- (unless (notmuch-pick-close-message-window)\r
+- (kill-buffer (current-buffer))))\r
+-\r
+-(defun notmuch-pick-close-message-window ()\r
+- "Close the message-window. Return t if close succeeds."\r
+- (interactive)\r
+- (when (and (window-live-p notmuch-pick-message-window)\r
+- (eq (window-buffer notmuch-pick-message-window) notmuch-pick-message-buffer))\r
+- (delete-window notmuch-pick-message-window)\r
+- (unless (get-buffer-window-list notmuch-pick-message-buffer)\r
+- (kill-buffer notmuch-pick-message-buffer))\r
+- t))\r
+-\r
+-(defun notmuch-pick-archive-message (&optional unarchive)\r
+- "Archive the current message.\r
+-\r
+-Archive the current message by applying the tag changes in\r
+-`notmuch-archive-tags' to it. If a prefix argument is given, the\r
+-message will be \"unarchived\", i.e. the tag changes in\r
+-`notmuch-archive-tags' will be reversed."\r
+- (interactive "P")\r
+- (when notmuch-archive-tags\r
+- (apply 'notmuch-pick-tag\r
+- (notmuch-tag-change-list notmuch-archive-tags unarchive))))\r
+-\r
+-(defun notmuch-pick-archive-message-then-next (&optional unarchive)\r
+- "Archive the current message and move to next matching message."\r
+- (interactive "P")\r
+- (notmuch-pick-archive-message unarchive)\r
+- (notmuch-pick-next-matching-message))\r
+-\r
+-(defun notmuch-pick-next-message ()\r
+- "Move to next message."\r
+- (interactive)\r
+- (forward-line)\r
+- (when (window-live-p notmuch-pick-message-window)\r
+- (notmuch-pick-show-message-in)))\r
+-\r
+-(defun notmuch-pick-prev-message ()\r
+- "Move to previous message."\r
+- (interactive)\r
+- (forward-line -1)\r
+- (when (window-live-p notmuch-pick-message-window)\r
+- (notmuch-pick-show-message-in)))\r
+-\r
+-(defun notmuch-pick-prev-matching-message ()\r
+- "Move to previous matching message."\r
+- (interactive)\r
+- (forward-line -1)\r
+- (while (and (not (bobp)) (not (notmuch-pick-get-match)))\r
+- (forward-line -1))\r
+- (when (window-live-p notmuch-pick-message-window)\r
+- (notmuch-pick-show-message-in)))\r
+-\r
+-(defun notmuch-pick-next-matching-message ()\r
+- "Move to next matching message."\r
+- (interactive)\r
+- (forward-line)\r
+- (while (and (not (eobp)) (not (notmuch-pick-get-match)))\r
+- (forward-line))\r
+- (when (window-live-p notmuch-pick-message-window)\r
+- (notmuch-pick-show-message-in)))\r
+-\r
+-(defun notmuch-pick-refresh-view ()\r
+- "Refresh view."\r
+- (interactive)\r
+- (let ((inhibit-read-only t)\r
+- (basic-query notmuch-pick-basic-query)\r
+- (query-context notmuch-pick-query-context)\r
+- (target (notmuch-pick-get-message-id)))\r
+- (erase-buffer)\r
+- (notmuch-pick-worker basic-query\r
+- query-context\r
+- target)))\r
+-\r
+-(defun notmuch-pick-thread-top ()\r
+- (when (notmuch-pick-get-message-properties)\r
+- (while (not (or (notmuch-pick-get-prop :first) (eobp)))\r
+- (forward-line -1))))\r
+-\r
+-(defun notmuch-pick-prev-thread ()\r
+- (interactive)\r
+- (forward-line -1)\r
+- (notmuch-pick-thread-top))\r
+-\r
+-(defun notmuch-pick-next-thread ()\r
+- (interactive)\r
+- (forward-line 1)\r
+- (while (not (or (notmuch-pick-get-prop :first) (eobp)))\r
+- (forward-line 1)))\r
+-\r
+-(defun notmuch-pick-thread-mapcar (function)\r
+- "Iterate through all messages in the current thread\r
+- and call FUNCTION for side effects."\r
+- (save-excursion\r
+- (notmuch-pick-thread-top)\r
+- (loop collect (funcall function)\r
+- do (forward-line)\r
+- while (and (notmuch-pick-get-message-properties)\r
+- (not (notmuch-pick-get-prop :first))))))\r
+-\r
+-(defun notmuch-pick-get-messages-ids-thread-search ()\r
+- "Return a search string for all message ids of messages in the current thread."\r
+- (mapconcat 'identity\r
+- (notmuch-pick-thread-mapcar 'notmuch-pick-get-message-id)\r
+- " or "))\r
+-\r
+-(defun notmuch-pick-tag-thread (&optional tag-changes)\r
+- "Tag all messages in the current thread"\r
+- (interactive)\r
+- (when (notmuch-pick-get-message-properties)\r
+- (let ((tag-changes (notmuch-tag (notmuch-pick-get-messages-ids-thread-search) tag-changes)))\r
+- (notmuch-pick-thread-mapcar\r
+- (lambda () (notmuch-pick-tag-update-display tag-changes))))))\r
+-\r
+-(defun notmuch-pick-archive-thread (&optional unarchive)\r
+- "Archive each message in thread.\r
+-\r
+-Archive each message currently shown by applying the tag changes\r
+-in `notmuch-archive-tags' to each. If a prefix argument is given,\r
+-the messages will be \"unarchived\", i.e. the tag changes in\r
+-`notmuch-archive-tags' will be reversed.\r
+-\r
+-Note: This command is safe from any race condition of new messages\r
+-being delivered to the same thread. It does not archive the\r
+-entire thread, but only the messages shown in the current\r
+-buffer."\r
+- (interactive "P")\r
+- (when notmuch-archive-tags\r
+- (notmuch-pick-tag-thread\r
+- (notmuch-tag-change-list notmuch-archive-tags unarchive))))\r
+-\r
+-;; Functions below here display the pick buffer itself.\r
+-\r
+-(defun notmuch-pick-clean-address (address)\r
+- "Try to clean a single email ADDRESS for display. Return\r
+-AUTHOR_NAME if present, otherwise return AUTHOR_EMAIL. Return\r
+-unchanged ADDRESS if parsing fails."\r
+- (let* ((clean-address (notmuch-clean-address address))\r
+- (p-address (car clean-address))\r
+- (p-name (cdr clean-address)))\r
+-\r
+- ;; If we have a name return that otherwise return the address.\r
+- (or p-name p-address)))\r
+-\r
+-(defun notmuch-pick-format-field (field format-string msg)\r
+- "Format a FIELD of MSG according to FORMAT-STRING and return string"\r
+- (let* ((headers (plist-get msg :headers))\r
+- (match (plist-get msg :match)))\r
+- (cond\r
+- ((listp field)\r
+- (format format-string (notmuch-pick-format-field-list field msg)))\r
+-\r
+- ((string-equal field "date")\r
+- (let ((face (if match\r
+- 'notmuch-pick-match-date-face\r
+- 'notmuch-pick-no-match-date-face)))\r
+- (propertize (format format-string (plist-get msg :date_relative)) 'face face)))\r
+-\r
+- ((string-equal field "tree")\r
+- (let ((tree-status (plist-get msg :tree-status))\r
+- (face (if match\r
+- 'notmuch-pick-match-tree-face\r
+- 'notmuch-pick-no-match-tree-face)))\r
+-\r
+- (propertize (format format-string\r
+- (mapconcat #'identity (reverse tree-status) ""))\r
+- 'face face)))\r
+-\r
+- ((string-equal field "subject")\r
+- (let ((bare-subject (notmuch-show-strip-re (plist-get headers :Subject)))\r
+- (previous-subject notmuch-pick-previous-subject)\r
+- (face (if match\r
+- 'notmuch-pick-match-subject-face\r
+- 'notmuch-pick-no-match-subject-face)))\r
+-\r
+- (setq notmuch-pick-previous-subject bare-subject)\r
+- (propertize (format format-string\r
+- (if (string= previous-subject bare-subject)\r
+- " ..."\r
+- bare-subject))\r
+- 'face face)))\r
+-\r
+- ((string-equal field "authors")\r
+- (let ((author (notmuch-pick-clean-address (plist-get headers :From)))\r
+- (len (length (format format-string "")))\r
+- (face (if match\r
+- 'notmuch-pick-match-author-face\r
+- 'notmuch-pick-no-match-author-face)))\r
+- (when (> (length author) len)\r
+- (setq author (substring author 0 len)))\r
+- (propertize (format format-string author) 'face face)))\r
+-\r
+- ((string-equal field "tags")\r
+- (let ((tags (plist-get msg :tags))\r
+- (face (if match\r
+- 'notmuch-pick-match-tag-face\r
+- 'notmuch-pick-no-match-tag-face)))\r
+- (propertize (format format-string\r
+- (mapconcat #'identity tags ", "))\r
+- 'face face))))))\r
+-\r
+-\r
+-(defun notmuch-pick-format-field-list (field-list msg)\r
+- "Format fields of MSG according to FIELD-LIST and return string"\r
+- (let (result-string)\r
+- (dolist (spec field-list result-string)\r
+- (let ((field-string (notmuch-pick-format-field (car spec) (cdr spec) msg)))\r
+- (setq result-string (concat result-string field-string))))))\r
+-\r
+-(defun notmuch-pick-insert-msg (msg)\r
+- "Insert the message MSG according to notmuch-pick-result-format"\r
+- ;; We need to save the previous subject as it will get overwritten\r
+- ;; by the insert-field calls.\r
+- (let ((previous-subject notmuch-pick-previous-subject))\r
+- (insert (notmuch-pick-format-field-list notmuch-pick-result-format msg))\r
+- (notmuch-pick-set-message-properties msg)\r
+- (notmuch-pick-set-prop :previous-subject previous-subject)\r
+- (insert "\n")))\r
+-\r
+-(defun notmuch-pick-goto-and-insert-msg (msg)\r
+- "Insert msg at the end of the buffer. Move point to msg if it is the target"\r
+- (save-excursion\r
+- (goto-char (point-max))\r
+- (notmuch-pick-insert-msg msg))\r
+- (let ((msg-id (notmuch-id-to-query (plist-get msg :id)))\r
+- (target notmuch-pick-target-msg))\r
+- (when (or (and (not target) (plist-get msg :match))\r
+- (string= msg-id target))\r
+- (setq notmuch-pick-target-msg "found")\r
+- (goto-char (point-max))\r
+- (forward-line -1)\r
+- (when notmuch-pick-open-target\r
+- (notmuch-pick-show-message-in)))))\r
+-\r
+-(defun notmuch-pick-insert-tree (tree depth tree-status first last)\r
+- "Insert the message tree TREE at depth DEPTH in the current thread.\r
+-\r
+-A message tree is another name for a single sub-thread: i.e., a\r
+-message together with all its descendents."\r
+- (let ((msg (car tree))\r
+- (replies (cadr tree)))\r
+-\r
+- (cond\r
+- ((and (< 0 depth) (not last))\r
+- (push "├" tree-status))\r
+- ((and (< 0 depth) last)\r
+- (push "╰" tree-status))\r
+- ((and (eq 0 depth) first last)\r
+-;; (push "─" tree-status)) choice between this and next line is matter of taste.\r
+- (push " " tree-status))\r
+- ((and (eq 0 depth) first (not last))\r
+- (push "┬" tree-status))\r
+- ((and (eq 0 depth) (not first) last)\r
+- (push "╰" tree-status))\r
+- ((and (eq 0 depth) (not first) (not last))\r
+- (push "├" tree-status)))\r
+-\r
+- (push (concat (if replies "┬" "─") "►") tree-status)\r
+- (plist-put msg :first (and first (eq 0 depth)))\r
+- (notmuch-pick-goto-and-insert-msg (plist-put msg :tree-status tree-status))\r
+- (pop tree-status)\r
+- (pop tree-status)\r
+-\r
+- (if last\r
+- (push " " tree-status)\r
+- (push "│" tree-status))\r
+-\r
+- (notmuch-pick-insert-thread replies (1+ depth) tree-status)))\r
+-\r
+-(defun notmuch-pick-insert-thread (thread depth tree-status)\r
+- "Insert the collection of sibling sub-threads THREAD at depth DEPTH in the current forest."\r
+- (let ((n (length thread)))\r
+- (loop for tree in thread\r
+- for count from 1 to n\r
+-\r
+- do (notmuch-pick-insert-tree tree depth tree-status (eq count 1) (eq count n)))))\r
+-\r
+-(defun notmuch-pick-insert-forest-thread (forest-thread)\r
+- "Insert a single complete thread."\r
+- (let (tree-status)\r
+- ;; Reset at the start of each main thread.\r
+- (setq notmuch-pick-previous-subject nil)\r
+- (notmuch-pick-insert-thread forest-thread 0 tree-status)))\r
+-\r
+-(defun notmuch-pick-insert-forest (forest)\r
+- "Insert a forest of threads.\r
+-\r
+-This function inserts a collection of several complete threads as\r
+-passed to it by notmuch-pick-process-filter."\r
+- (mapc 'notmuch-pick-insert-forest-thread forest))\r
+-\r
+-(defun notmuch-pick-mode ()\r
+- "Major mode displaying messages (as opposed to threads) of of a notmuch search.\r
+-\r
+-This buffer contains the results of a \"notmuch pick\" of your\r
+-email archives. Each line in the buffer represents a single\r
+-message giving the relative date, the author, subject, and any\r
+-tags.\r
+-\r
+-Pressing \\[notmuch-pick-show-message] on any line displays that message.\r
+-\r
+-Complete list of currently available key bindings:\r
+-\r
+-\\{notmuch-pick-mode-map}"\r
+-\r
+- (interactive)\r
+- (kill-all-local-variables)\r
+- (setq notmuch-buffer-refresh-function #'notmuch-pick-refresh-view)\r
+- (use-local-map notmuch-pick-mode-map)\r
+- (setq major-mode 'notmuch-pick-mode\r
+- mode-name "notmuch-pick")\r
+- (hl-line-mode 1)\r
+- (setq buffer-read-only t\r
+- truncate-lines t))\r
+-\r
+-(defun notmuch-pick-process-sentinel (proc msg)\r
+- "Add a message to let user know when \"notmuch pick\" exits"\r
+- (let ((buffer (process-buffer proc))\r
+- (status (process-status proc))\r
+- (exit-status (process-exit-status proc))\r
+- (never-found-target-thread nil))\r
+- (when (memq status '(exit signal))\r
+- (kill-buffer (process-get proc 'parse-buf))\r
+- (if (buffer-live-p buffer)\r
+- (with-current-buffer buffer\r
+- (save-excursion\r
+- (let ((inhibit-read-only t)\r
+- (atbob (bobp)))\r
+- (goto-char (point-max))\r
+- (if (eq status 'signal)\r
+- (insert "Incomplete search results (pick process was killed).\n"))\r
+- (when (eq status 'exit)\r
+- (insert "End of search results.")\r
+- (unless (= exit-status 0)\r
+- (insert (format " (process returned %d)" exit-status)))\r
+- (insert "\n")))))))))\r
+-\r
+-(defun notmuch-pick-process-filter (proc string)\r
+- "Process and filter the output of \"notmuch show\" (for pick)"\r
+- (let ((results-buf (process-buffer proc))\r
+- (parse-buf (process-get proc 'parse-buf))\r
+- (inhibit-read-only t)\r
+- done)\r
+- (if (not (buffer-live-p results-buf))\r
+- (delete-process proc)\r
+- (with-current-buffer parse-buf\r
+- ;; Insert new data\r
+- (save-excursion\r
+- (goto-char (point-max))\r
+- (insert string))\r
+- (notmuch-sexp-parse-partial-list 'notmuch-pick-insert-forest-thread\r
+- results-buf)))))\r
+-\r
+-(defun notmuch-pick-worker (basic-query &optional query-context target open-target)\r
+- "Insert the actual pick search in the current buffer.\r
+-\r
+-This is is a helper function for notmuch-pick. The arguments are\r
+-the same as for the function notmuch-pick."\r
+- (interactive)\r
+- (notmuch-pick-mode)\r
+- (setq notmuch-pick-basic-query basic-query)\r
+- (setq notmuch-pick-query-context query-context)\r
+- (setq notmuch-pick-target-msg target)\r
+- (setq notmuch-pick-open-target open-target)\r
+-\r
+- (erase-buffer)\r
+- (goto-char (point-min))\r
+- (let* ((search-args (concat basic-query\r
+- (if query-context (concat " and (" query-context ")"))\r
+- ))\r
+- (message-arg "--entire-thread"))\r
+- (if (equal (car (process-lines notmuch-command "count" search-args)) "0")\r
+- (setq search-args basic-query))\r
+- (let ((proc (notmuch-start-notmuch\r
+- "notmuch-pick" (current-buffer) #'notmuch-pick-process-sentinel\r
+- "show" "--body=false" "--format=sexp"\r
+- message-arg search-args))\r
+- ;; Use a scratch buffer to accumulate partial output.\r
+- ;; This buffer will be killed by the sentinel, which\r
+- ;; should be called no matter how the process dies.\r
+- (parse-buf (generate-new-buffer " *notmuch pick parse*")))\r
+- (process-put proc 'parse-buf parse-buf)\r
+- (set-process-filter proc 'notmuch-pick-process-filter)\r
+- (set-process-query-on-exit-flag proc nil))))\r
+-\r
+-(defun notmuch-pick (&optional query query-context target buffer-name open-target)\r
+- "Run notmuch pick with the given `query' and display the results.\r
+-\r
+-The arguments are:\r
+- QUERY: the main query. This can be any query but in many cases will be\r
+- a single thread. If nil this is read interactively from the minibuffer.\r
+- QUERY-CONTEXT: is an additional term for the query. The query used\r
+- is QUERY and QUERY-CONTEXT unless that does not match any messages\r
+- in which case we fall back to just QUERY.\r
+- TARGET: A message ID (with the id: prefix) that will be made\r
+- current if it appears in the pick results.\r
+- BUFFER-NAME: the name of the buffer to show the pick tree. If\r
+- it is nil \"*notmuch-pick\" followed by QUERY is used.\r
+- OPEN-TARGET: If TRUE open the target message in the message pane."\r
+- (interactive)\r
+- (if (null query)\r
+- (setq query (notmuch-read-query "Notmuch pick: ")))\r
+- (let ((buffer (get-buffer-create (generate-new-buffer-name\r
+- (or buffer-name\r
+- (concat "*notmuch-pick-" query "*")))))\r
+- (inhibit-read-only t))\r
+-\r
+- (switch-to-buffer buffer))\r
+- ;; Don't track undo information for this buffer\r
+- (set 'buffer-undo-list t)\r
+-\r
+- (notmuch-pick-worker query query-context target open-target)\r
+-\r
+- (setq truncate-lines t))\r
+-\r
+-\r
+-;; Set up key bindings from the rest of notmuch.\r
+-(define-key notmuch-common-keymap "z" 'notmuch-pick)\r
+-(define-key notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query)\r
+-(define-key notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query)\r
+-(message "Initialised notmuch-pick")\r
+-\r
+-(provide 'notmuch-pick)\r
+diff --git a/emacs/notmuch-pick.el b/emacs/notmuch-pick.el\r
+new file mode 100644\r
+index 0000000..a492214\r
+--- /dev/null\r
++++ b/emacs/notmuch-pick.el\r
+@@ -0,0 +1,946 @@\r
++;; notmuch-pick.el --- displaying notmuch forests.\r
++;;\r
++;; Copyright © Carl Worth\r
++;; Copyright © David Edmondson\r
++;; Copyright © Mark Walters\r
++;;\r
++;; This file is part of Notmuch.\r
++;;\r
++;; Notmuch is free software: you can redistribute it and/or modify it\r
++;; under the terms of the GNU General Public License as published by\r
++;; the Free Software Foundation, either version 3 of the License, or\r
++;; (at your option) any later version.\r
++;;\r
++;; Notmuch is distributed in the hope that it will be useful, but\r
++;; WITHOUT ANY WARRANTY; without even the implied warranty of\r
++;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
++;; General Public License for more details.\r
++;;\r
++;; You should have received a copy of the GNU General Public License\r
++;; along with Notmuch. If not, see <http://www.gnu.org/licenses/>.\r
++;;\r
++;; Authors: David Edmondson <dme@dme.org>\r
++;; Mark Walters <markwalters1009@gmail.com>\r
++\r
++(require 'mail-parse)\r
++\r
++(require 'notmuch-lib)\r
++(require 'notmuch-query)\r
++(require 'notmuch-show)\r
++(require 'notmuch) ;; XXX ATM, as notmuch-search-mode-map is defined here\r
++\r
++(eval-when-compile (require 'cl))\r
++\r
++(declare-function notmuch-call-notmuch-process "notmuch" (&rest args))\r
++(declare-function notmuch-show "notmuch-show" (&rest args))\r
++(declare-function notmuch-tag "notmuch" (query &rest tags))\r
++(declare-function notmuch-show-strip-re "notmuch-show" (subject))\r
++(declare-function notmuch-show-spaces-n "notmuch-show" (n))\r
++(declare-function notmuch-read-query "notmuch" (prompt))\r
++(declare-function notmuch-read-tag-changes "notmuch" (&optional initial-input &rest search-terms))\r
++(declare-function notmuch-update-tags "notmuch" (current-tags tag-changes))\r
++(declare-function notmuch-hello-trim "notmuch-hello" (search))\r
++(declare-function notmuch-search-find-thread-id "notmuch" ())\r
++(declare-function notmuch-search-find-subject "notmuch" ())\r
++\r
++;; the following variable is defined in notmuch.el\r
++(defvar notmuch-search-query-string)\r
++\r
++(defgroup notmuch-pick nil\r
++ "Showing message and thread structure."\r
++ :group 'notmuch)\r
++\r
++(defcustom notmuch-pick-show-out nil\r
++ "View selected messages in new window rather than split-pane."\r
++ :type 'boolean\r
++ :group 'notmuch-pick)\r
++\r
++(defcustom notmuch-pick-result-format\r
++ `(("date" . "%12s ")\r
++ ("authors" . "%-20s")\r
++ ((("tree" . "%s")("subject" . "%s")) ." %-54s ")\r
++ ("tags" . "(%s)"))\r
++ "Result formatting for Pick. Supported fields are: date,\r
++ authors, subject, tree, tags. Tree means the thread tree\r
++ box graphics. The field may also be a list in which case\r
++ the formatting rules are applied recursively and then the\r
++ output of all the fields in the list is inserted\r
++ according to format-string.\r
++\r
++Note the author string should not contain\r
++ whitespace (put it in the neighbouring fields instead).\r
++ For example:\r
++ (setq notmuch-pick-result-format \(\(\"authors\" . \"%-40s\"\)\r
++ \(\"subject\" . \"%s\"\)\)\)"\r
++ :type '(alist :key-type (string) :value-type (string))\r
++ :group 'notmuch-pick)\r
++\r
++;; Faces for messages that match the query.\r
++(defface notmuch-pick-match-date-face\r
++ '((t :inherit default))\r
++ "Face used in pick mode for the date in messages matching the query."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++(defface notmuch-pick-match-author-face\r
++ '((((class color)\r
++ (background dark))\r
++ (:foreground "OliveDrab1"))\r
++ (((class color)\r
++ (background light))\r
++ (:foreground "dark blue"))\r
++ (t\r
++ (:bold t)))\r
++ "Face used in pick mode for the date in messages matching the query."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++(defface notmuch-pick-match-subject-face\r
++ '((t :inherit default))\r
++ "Face used in pick mode for the subject in messages matching the query."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++(defface notmuch-pick-match-tree-face\r
++ '((t :inherit default))\r
++ "Face used in pick mode for the thread tree block graphics in messages matching the query."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++(defface notmuch-pick-match-tag-face\r
++ '((((class color)\r
++ (background dark))\r
++ (:foreground "OliveDrab1"))\r
++ (((class color)\r
++ (background light))\r
++ (:foreground "navy blue" :bold t))\r
++ (t\r
++ (:bold t)))\r
++ "Face used in pick mode for tags in messages matching the query."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++;; Faces for messages that do not match the query.\r
++(defface notmuch-pick-no-match-date-face\r
++ '((t (:foreground "gray")))\r
++ "Face used in pick mode for non-matching dates."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++(defface notmuch-pick-no-match-subject-face\r
++ '((t (:foreground "gray")))\r
++ "Face used in pick mode for non-matching subjects."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++(defface notmuch-pick-no-match-tree-face\r
++ '((t (:foreground "gray")))\r
++ "Face used in pick mode for the thread tree block graphics in messages matching the query."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++(defface notmuch-pick-no-match-author-face\r
++ '((t (:foreground "gray")))\r
++ "Face used in pick mode for the date in messages matching the query."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++(defface notmuch-pick-no-match-tag-face\r
++ '((t (:foreground "gray")))\r
++ "Face used in pick mode face for non-matching tags."\r
++ :group 'notmuch-pick\r
++ :group 'notmuch-faces)\r
++\r
++(defvar notmuch-pick-previous-subject\r
++ "The subject of the most recent result shown during the async display")\r
++(make-variable-buffer-local 'notmuch-pick-previous-subject)\r
++\r
++(defvar notmuch-pick-basic-query nil\r
++ "A buffer local copy of argument query to the function notmuch-pick")\r
++(make-variable-buffer-local 'notmuch-pick-basic-query)\r
++\r
++(defvar notmuch-pick-query-context nil\r
++ "A buffer local copy of argument query-context to the function notmuch-pick")\r
++(make-variable-buffer-local 'notmuch-pick-query-context)\r
++\r
++(defvar notmuch-pick-target-msg nil\r
++ "A buffer local copy of argument target to the function notmuch-pick")\r
++(make-variable-buffer-local 'notmuch-pick-target-msg)\r
++\r
++(defvar notmuch-pick-open-target nil\r
++ "A buffer local copy of argument open-target to the function notmuch-pick")\r
++(make-variable-buffer-local 'notmuch-pick-open-target)\r
++\r
++(defvar notmuch-pick-message-window nil\r
++ "The window of the message pane.\r
++\r
++It is set in both the pick buffer and the child show buffer. It\r
++is used to try and close the message pane when quitting pick or\r
++the child show buffer.")\r
++(make-variable-buffer-local 'notmuch-pick-message-window)\r
++(put 'notmuch-pick-message-window 'permanent-local t)\r
++\r
++(defvar notmuch-pick-message-buffer nil\r
++ "The buffer name of the show buffer in the message pane.\r
++\r
++This is used to try and make sure we don't close the message pane\r
++if the user has loaded a different buffer in that window.")\r
++(make-variable-buffer-local 'notmuch-pick-message-buffer)\r
++(put 'notmuch-pick-message-buffer 'permanent-local t)\r
++\r
++(defun notmuch-pick-to-message-pane (func)\r
++ "Execute FUNC in message pane.\r
++\r
++This function returns a function (so can be used as a keybinding)\r
++which executes function FUNC in the message pane if it is\r
++open (if the message pane is closed it does nothing)."\r
++ `(lambda ()\r
++ ,(concat "(In message pane) " (documentation func t))\r
++ (interactive)\r
++ (when (window-live-p notmuch-pick-message-window)\r
++ (with-selected-window notmuch-pick-message-window\r
++ (call-interactively #',func)))))\r
++\r
++(defun notmuch-pick-button-activate (&optional button)\r
++ "Activate BUTTON or button at point\r
++\r
++This function does not give an error if there is no button."\r
++ (interactive)\r
++ (let ((button (or button (button-at (point)))))\r
++ (when button (button-activate button))))\r
++\r
++(defun notmuch-pick-close-message-pane-and (func)\r
++ "Close message pane and execute FUNC.\r
++\r
++This function returns a function (so can be used as a keybinding)\r
++which closes the message pane if open and then executes function\r
++FUNC."\r
++ `(lambda ()\r
++ ,(concat "(Close message pane and) " (documentation func t))\r
++ (interactive)\r
++ (notmuch-pick-close-message-window)\r
++ (call-interactively #',func)))\r
++\r
++(defvar notmuch-pick-mode-map\r
++ (let ((map (make-sparse-keymap)))\r
++ (set-keymap-parent map notmuch-common-keymap)\r
++ ;; The following override the global keymap.\r
++ ;; Override because we want to close message pane first.\r
++ (define-key map "?" (notmuch-pick-close-message-pane-and #'notmuch-help))\r
++ ;; Override because we first close message pane and then close pick buffer.\r
++ (define-key map "q" 'notmuch-pick-quit)\r
++ ;; Override because we close message pane after the search query is entered.\r
++ (define-key map "s" 'notmuch-pick-to-search)\r
++ ;; Override because we want to close message pane first.\r
++ (define-key map "m" (notmuch-pick-close-message-pane-and #'notmuch-mua-new-mail))\r
++\r
++ ;; these use notmuch-show functions directly\r
++ (define-key map "|" 'notmuch-show-pipe-message)\r
++ (define-key map "w" 'notmuch-show-save-attachments)\r
++ (define-key map "v" 'notmuch-show-view-all-mime-parts)\r
++ (define-key map "c" 'notmuch-show-stash-map)\r
++\r
++ ;; these apply to the message pane\r
++ (define-key map (kbd "M-TAB") (notmuch-pick-to-message-pane #'notmuch-show-previous-button))\r
++ (define-key map (kbd "<backtab>") (notmuch-pick-to-message-pane #'notmuch-show-previous-button))\r
++ (define-key map (kbd "TAB") (notmuch-pick-to-message-pane #'notmuch-show-next-button))\r
++ (define-key map "e" (notmuch-pick-to-message-pane #'notmuch-pick-button-activate))\r
++\r
++ ;; bindings from show (or elsewhere) but we close the message pane first.\r
++ (define-key map "f" (notmuch-pick-close-message-pane-and #'notmuch-show-forward-message))\r
++ (define-key map "r" (notmuch-pick-close-message-pane-and #'notmuch-show-reply-sender))\r
++ (define-key map "R" (notmuch-pick-close-message-pane-and #'notmuch-show-reply))\r
++ (define-key map "V" (notmuch-pick-close-message-pane-and #'notmuch-show-view-raw-message))\r
++\r
++ ;; The main pick bindings\r
++ (define-key map (kbd "RET") 'notmuch-pick-show-message)\r
++ (define-key map [mouse-1] 'notmuch-pick-show-message)\r
++ (define-key map "x" 'notmuch-pick-quit)\r
++ (define-key map "A" 'notmuch-pick-archive-thread)\r
++ (define-key map "a" 'notmuch-pick-archive-message-then-next)\r
++ (define-key map "=" 'notmuch-pick-refresh-view)\r
++ (define-key map "z" 'notmuch-pick-to-pick)\r
++ (define-key map "n" 'notmuch-pick-next-matching-message)\r
++ (define-key map "p" 'notmuch-pick-prev-matching-message)\r
++ (define-key map "N" 'notmuch-pick-next-message)\r
++ (define-key map "P" 'notmuch-pick-prev-message)\r
++ (define-key map (kbd "M-p") 'notmuch-pick-prev-thread)\r
++ (define-key map (kbd "M-n") 'notmuch-pick-next-thread)\r
++ (define-key map "-" 'notmuch-pick-remove-tag)\r
++ (define-key map "+" 'notmuch-pick-add-tag)\r
++ (define-key map "*" 'notmuch-pick-tag-thread)\r
++ (define-key map " " 'notmuch-pick-scroll-or-next)\r
++ (define-key map "b" 'notmuch-pick-scroll-message-window-back)\r
++ map))\r
++(fset 'notmuch-pick-mode-map notmuch-pick-mode-map)\r
++\r
++(defun notmuch-pick-get-message-properties ()\r
++ "Return the properties of the current message as a plist.\r
++\r
++Some useful entries are:\r
++:headers - Property list containing the headers :Date, :Subject, :From, etc.\r
++:tags - Tags for this message"\r
++ (save-excursion\r
++ (beginning-of-line)\r
++ (get-text-property (point) :notmuch-message-properties)))\r
++\r
++;; XXX This should really be a lib function but we are trying to\r
++;; reduce impact on the code base.\r
++(defun notmuch-show-get-prop (prop &optional props)\r
++ "This is a pick overridden version of notmuch-show-get-prop\r
++\r
++It gets property PROP from PROPS or, if PROPS is nil, the current\r
++message in either pick or show. This means that several functions\r
++in notmuch-show now work unchanged in pick as they just need the\r
++correct message properties."\r
++ (let ((props (or props\r
++ (cond ((eq major-mode 'notmuch-show-mode)\r
++ (notmuch-show-get-message-properties))\r
++ ((eq major-mode 'notmuch-pick-mode)\r
++ (notmuch-pick-get-message-properties))))))\r
++ (plist-get props prop)))\r
++\r
++(defun notmuch-pick-set-message-properties (props)\r
++ (save-excursion\r
++ (beginning-of-line)\r
++ (put-text-property (point) (+ (point) 1) :notmuch-message-properties props)))\r
++\r
++(defun notmuch-pick-set-prop (prop val &optional props)\r
++ (let ((inhibit-read-only t)\r
++ (props (or props\r
++ (notmuch-pick-get-message-properties))))\r
++ (plist-put props prop val)\r
++ (notmuch-pick-set-message-properties props)))\r
++\r
++(defun notmuch-pick-get-prop (prop &optional props)\r
++ (let ((props (or props\r
++ (notmuch-pick-get-message-properties))))\r
++ (plist-get props prop)))\r
++\r
++(defun notmuch-pick-set-tags (tags)\r
++ "Set the tags of the current message."\r
++ (notmuch-pick-set-prop :tags tags))\r
++\r
++(defun notmuch-pick-get-tags ()\r
++ "Return the tags of the current message."\r
++ (notmuch-pick-get-prop :tags))\r
++\r
++(defun notmuch-pick-get-message-id ()\r
++ "Return the message id of the current message."\r
++ (let ((id (notmuch-pick-get-prop :id)))\r
++ (if id\r
++ (notmuch-id-to-query id)\r
++ nil)))\r
++\r
++(defun notmuch-pick-get-match ()\r
++ "Return whether the current message is a match."\r
++ (interactive)\r
++ (notmuch-pick-get-prop :match))\r
++\r
++(defun notmuch-pick-refresh-result ()\r
++ "Redisplay the current message line.\r
++\r
++This redisplays the current line based on the messages\r
++properties (as they are now). This is used when tags are\r
++updated."\r
++ (let ((init-point (point))\r
++ (end (line-end-position))\r
++ (msg (notmuch-pick-get-message-properties))\r
++ (inhibit-read-only t))\r
++ (beginning-of-line)\r
++ ;; This is a little tricky: we override\r
++ ;; notmuch-pick-previous-subject to get the decision between\r
++ ;; ... and a subject right and it stops notmuch-pick-insert-msg\r
++ ;; from overwriting the buffer local copy of\r
++ ;; notmuch-pick-previous-subject if this is called while the\r
++ ;; buffer is displaying.\r
++ (let ((notmuch-pick-previous-subject (notmuch-pick-get-prop :previous-subject)))\r
++ (delete-region (point) (1+ (line-end-position)))\r
++ (notmuch-pick-insert-msg msg))\r
++ (let ((new-end (line-end-position)))\r
++ (goto-char (if (= init-point end)\r
++ new-end\r
++ (min init-point (- new-end 1)))))))\r
++\r
++(defun notmuch-pick-tag-update-display (&optional tag-changes)\r
++ "Update display for TAG-CHANGES to current message.\r
++\r
++Does NOT change the database."\r
++ (let* ((current-tags (notmuch-pick-get-tags))\r
++ (new-tags (notmuch-update-tags current-tags tag-changes)))\r
++ (unless (equal current-tags new-tags)\r
++ (notmuch-pick-set-tags new-tags)\r
++ (notmuch-pick-refresh-result))))\r
++\r
++(defun notmuch-pick-tag (&optional tag-changes)\r
++ "Change tags for the current message"\r
++ (interactive)\r
++ (setq tag-changes (notmuch-tag (notmuch-pick-get-message-id) tag-changes))\r
++ (notmuch-pick-tag-update-display tag-changes))\r
++\r
++(defun notmuch-pick-add-tag ()\r
++ "Same as `notmuch-pick-tag' but sets initial input to '+'."\r
++ (interactive)\r
++ (notmuch-pick-tag "+"))\r
++\r
++(defun notmuch-pick-remove-tag ()\r
++ "Same as `notmuch-pick-tag' but sets initial input to '-'."\r
++ (interactive)\r
++ (notmuch-pick-tag "-"))\r
++\r
++;; The next two functions close the message window before searching or\r
++;; picking but they do so after the user has entered the query (in\r
++;; case the user was basing the query on something in the message\r
++;; window).\r
++\r
++(defun notmuch-pick-to-search ()\r
++ "Run \"notmuch search\" with the given `query' and display results."\r
++ (interactive)\r
++ (let ((query (notmuch-read-query "Notmuch search: ")))\r
++ (notmuch-pick-close-message-window)\r
++ (notmuch-search query)))\r
++\r
++(defun notmuch-pick-to-pick ()\r
++ "Run a query and display results in experimental notmuch-pick mode"\r
++ (interactive)\r
++ (let ((query (notmuch-read-query "Notmuch pick: ")))\r
++ (notmuch-pick-close-message-window)\r
++ (notmuch-pick query)))\r
++\r
++;; This function should be in notmuch-show.el but be we trying to\r
++;; minimise impact on the rest of the codebase.\r
++(defun notmuch-pick-from-show-current-query ()\r
++ "Call notmuch pick with the current query"\r
++ (interactive)\r
++ (notmuch-pick notmuch-show-thread-id\r
++ notmuch-show-query-context\r
++ (notmuch-show-get-message-id)))\r
++\r
++;; This function should be in notmuch.el but be we trying to minimise\r
++;; impact on the rest of the codebase.\r
++(defun notmuch-pick-from-search-current-query ()\r
++ "Call notmuch pick with the current query"\r
++ (interactive)\r
++ (notmuch-pick notmuch-search-query-string))\r
++\r
++;; This function should be in notmuch.el but be we trying to minimise\r
++;; impact on the rest of the codebase.\r
++(defun notmuch-pick-from-search-thread ()\r
++ "Show the selected thread with notmuch-pick"\r
++ (interactive)\r
++ (notmuch-pick (notmuch-search-find-thread-id)\r
++ notmuch-search-query-string\r
++ nil\r
++ (notmuch-prettify-subject (notmuch-search-find-subject))\r
++ t))\r
++\r
++(defun notmuch-pick-message-window-kill-hook ()\r
++ "Close the message pane when exiting the show buffer."\r
++ (let ((buffer (current-buffer)))\r
++ (when (and (window-live-p notmuch-pick-message-window)\r
++ (eq (window-buffer notmuch-pick-message-window) buffer))\r
++ ;; We do not want an error if this is the sole window in the\r
++ ;; frame and I do not know how to test for that in emacs pre\r
++ ;; 24. Hence we just ignore-errors.\r
++ (ignore-errors\r
++ (delete-window notmuch-pick-message-window)))))\r
++\r
++(defun notmuch-pick-show-message-in ()\r
++ "Show the current message (in split-pane)."\r
++ (interactive)\r
++ (let ((id (notmuch-pick-get-message-id))\r
++ (inhibit-read-only t)\r
++ buffer)\r
++ (when id\r
++ ;; We close and reopen the window to kill off un-needed buffers\r
++ ;; this might cause flickering but seems ok.\r
++ (notmuch-pick-close-message-window)\r
++ (setq notmuch-pick-message-window\r
++ (split-window-vertically (/ (window-height) 4)))\r
++ (with-selected-window notmuch-pick-message-window\r
++ ;; Since we are only displaying one message do not indent.\r
++ (let ((notmuch-show-indent-messages-width 0)\r
++ (notmuch-show-only-matching-messages t))\r
++ (setq buffer (notmuch-show id))))\r
++ ;; We need the `let' as notmuch-pick-message-window is buffer local.\r
++ (let ((window notmuch-pick-message-window))\r
++ (with-current-buffer buffer\r
++ (setq notmuch-pick-message-window window)\r
++ (add-hook 'kill-buffer-hook 'notmuch-pick-message-window-kill-hook)))\r
++ (when notmuch-show-mark-read-tags\r
++ (notmuch-pick-tag-update-display notmuch-show-mark-read-tags))\r
++ (setq notmuch-pick-message-buffer buffer))))\r
++\r
++(defun notmuch-pick-show-message-out ()\r
++ "Show the current message (in whole window)."\r
++ (interactive)\r
++ (let ((id (notmuch-pick-get-message-id))\r
++ (inhibit-read-only t)\r
++ buffer)\r
++ (when id\r
++ ;; We close the window to kill off un-needed buffers.\r
++ (notmuch-pick-close-message-window)\r
++ (notmuch-show id))))\r
++\r
++(defun notmuch-pick-show-message (arg)\r
++ "Show the current message.\r
++\r
++Shows in split pane or whole window according to value of\r
++`notmuch-pick-show-out'. A prefix argument reverses the choice."\r
++ (interactive "P")\r
++ (if (or (and notmuch-pick-show-out (not arg))\r
++ (and (not notmuch-pick-show-out) arg))\r
++ (notmuch-pick-show-message-out)\r
++ (notmuch-pick-show-message-in)))\r
++\r
++(defun notmuch-pick-scroll-message-window ()\r
++ "Scroll the message window (if it exists)"\r
++ (interactive)\r
++ (when (window-live-p notmuch-pick-message-window)\r
++ (with-selected-window notmuch-pick-message-window\r
++ (if (pos-visible-in-window-p (point-max))\r
++ t\r
++ (scroll-up)))))\r
++\r
++(defun notmuch-pick-scroll-message-window-back ()\r
++ "Scroll the message window back(if it exists)"\r
++ (interactive)\r
++ (when (window-live-p notmuch-pick-message-window)\r
++ (with-selected-window notmuch-pick-message-window\r
++ (if (pos-visible-in-window-p (point-min))\r
++ t\r
++ (scroll-down)))))\r
++\r
++(defun notmuch-pick-scroll-or-next ()\r
++ "Scroll the message window. If it at end go to next message."\r
++ (interactive)\r
++ (when (notmuch-pick-scroll-message-window)\r
++ (notmuch-pick-next-matching-message)))\r
++\r
++(defun notmuch-pick-quit ()\r
++ "Close the split view or exit pick."\r
++ (interactive)\r
++ (unless (notmuch-pick-close-message-window)\r
++ (kill-buffer (current-buffer))))\r
++\r
++(defun notmuch-pick-close-message-window ()\r
++ "Close the message-window. Return t if close succeeds."\r
++ (interactive)\r
++ (when (and (window-live-p notmuch-pick-message-window)\r
++ (eq (window-buffer notmuch-pick-message-window) notmuch-pick-message-buffer))\r
++ (delete-window notmuch-pick-message-window)\r
++ (unless (get-buffer-window-list notmuch-pick-message-buffer)\r
++ (kill-buffer notmuch-pick-message-buffer))\r
++ t))\r
++\r
++(defun notmuch-pick-archive-message (&optional unarchive)\r
++ "Archive the current message.\r
++\r
++Archive the current message by applying the tag changes in\r
++`notmuch-archive-tags' to it. If a prefix argument is given, the\r
++message will be \"unarchived\", i.e. the tag changes in\r
++`notmuch-archive-tags' will be reversed."\r
++ (interactive "P")\r
++ (when notmuch-archive-tags\r
++ (apply 'notmuch-pick-tag\r
++ (notmuch-tag-change-list notmuch-archive-tags unarchive))))\r
++\r
++(defun notmuch-pick-archive-message-then-next (&optional unarchive)\r
++ "Archive the current message and move to next matching message."\r
++ (interactive "P")\r
++ (notmuch-pick-archive-message unarchive)\r
++ (notmuch-pick-next-matching-message))\r
++\r
++(defun notmuch-pick-next-message ()\r
++ "Move to next message."\r
++ (interactive)\r
++ (forward-line)\r
++ (when (window-live-p notmuch-pick-message-window)\r
++ (notmuch-pick-show-message-in)))\r
++\r
++(defun notmuch-pick-prev-message ()\r
++ "Move to previous message."\r
++ (interactive)\r
++ (forward-line -1)\r
++ (when (window-live-p notmuch-pick-message-window)\r
++ (notmuch-pick-show-message-in)))\r
++\r
++(defun notmuch-pick-prev-matching-message ()\r
++ "Move to previous matching message."\r
++ (interactive)\r
++ (forward-line -1)\r
++ (while (and (not (bobp)) (not (notmuch-pick-get-match)))\r
++ (forward-line -1))\r
++ (when (window-live-p notmuch-pick-message-window)\r
++ (notmuch-pick-show-message-in)))\r
++\r
++(defun notmuch-pick-next-matching-message ()\r
++ "Move to next matching message."\r
++ (interactive)\r
++ (forward-line)\r
++ (while (and (not (eobp)) (not (notmuch-pick-get-match)))\r
++ (forward-line))\r
++ (when (window-live-p notmuch-pick-message-window)\r
++ (notmuch-pick-show-message-in)))\r
++\r
++(defun notmuch-pick-refresh-view ()\r
++ "Refresh view."\r
++ (interactive)\r
++ (let ((inhibit-read-only t)\r
++ (basic-query notmuch-pick-basic-query)\r
++ (query-context notmuch-pick-query-context)\r
++ (target (notmuch-pick-get-message-id)))\r
++ (erase-buffer)\r
++ (notmuch-pick-worker basic-query\r
++ query-context\r
++ target)))\r
++\r
++(defun notmuch-pick-thread-top ()\r
++ (when (notmuch-pick-get-message-properties)\r
++ (while (not (or (notmuch-pick-get-prop :first) (eobp)))\r
++ (forward-line -1))))\r
++\r
++(defun notmuch-pick-prev-thread ()\r
++ (interactive)\r
++ (forward-line -1)\r
++ (notmuch-pick-thread-top))\r
++\r
++(defun notmuch-pick-next-thread ()\r
++ (interactive)\r
++ (forward-line 1)\r
++ (while (not (or (notmuch-pick-get-prop :first) (eobp)))\r
++ (forward-line 1)))\r
++\r
++(defun notmuch-pick-thread-mapcar (function)\r
++ "Iterate through all messages in the current thread\r
++ and call FUNCTION for side effects."\r
++ (save-excursion\r
++ (notmuch-pick-thread-top)\r
++ (loop collect (funcall function)\r
++ do (forward-line)\r
++ while (and (notmuch-pick-get-message-properties)\r
++ (not (notmuch-pick-get-prop :first))))))\r
++\r
++(defun notmuch-pick-get-messages-ids-thread-search ()\r
++ "Return a search string for all message ids of messages in the current thread."\r
++ (mapconcat 'identity\r
++ (notmuch-pick-thread-mapcar 'notmuch-pick-get-message-id)\r
++ " or "))\r
++\r
++(defun notmuch-pick-tag-thread (&optional tag-changes)\r
++ "Tag all messages in the current thread"\r
++ (interactive)\r
++ (when (notmuch-pick-get-message-properties)\r
++ (let ((tag-changes (notmuch-tag (notmuch-pick-get-messages-ids-thread-search) tag-changes)))\r
++ (notmuch-pick-thread-mapcar\r
++ (lambda () (notmuch-pick-tag-update-display tag-changes))))))\r
++\r
++(defun notmuch-pick-archive-thread (&optional unarchive)\r
++ "Archive each message in thread.\r
++\r
++Archive each message currently shown by applying the tag changes\r
++in `notmuch-archive-tags' to each. If a prefix argument is given,\r
++the messages will be \"unarchived\", i.e. the tag changes in\r
++`notmuch-archive-tags' will be reversed.\r
++\r
++Note: This command is safe from any race condition of new messages\r
++being delivered to the same thread. It does not archive the\r
++entire thread, but only the messages shown in the current\r
++buffer."\r
++ (interactive "P")\r
++ (when notmuch-archive-tags\r
++ (notmuch-pick-tag-thread\r
++ (notmuch-tag-change-list notmuch-archive-tags unarchive))))\r
++\r
++;; Functions below here display the pick buffer itself.\r
++\r
++(defun notmuch-pick-clean-address (address)\r
++ "Try to clean a single email ADDRESS for display. Return\r
++AUTHOR_NAME if present, otherwise return AUTHOR_EMAIL. Return\r
++unchanged ADDRESS if parsing fails."\r
++ (let* ((clean-address (notmuch-clean-address address))\r
++ (p-address (car clean-address))\r
++ (p-name (cdr clean-address)))\r
++\r
++ ;; If we have a name return that otherwise return the address.\r
++ (or p-name p-address)))\r
++\r
++(defun notmuch-pick-format-field (field format-string msg)\r
++ "Format a FIELD of MSG according to FORMAT-STRING and return string"\r
++ (let* ((headers (plist-get msg :headers))\r
++ (match (plist-get msg :match)))\r
++ (cond\r
++ ((listp field)\r
++ (format format-string (notmuch-pick-format-field-list field msg)))\r
++\r
++ ((string-equal field "date")\r
++ (let ((face (if match\r
++ 'notmuch-pick-match-date-face\r
++ 'notmuch-pick-no-match-date-face)))\r
++ (propertize (format format-string (plist-get msg :date_relative)) 'face face)))\r
++\r
++ ((string-equal field "tree")\r
++ (let ((tree-status (plist-get msg :tree-status))\r
++ (face (if match\r
++ 'notmuch-pick-match-tree-face\r
++ 'notmuch-pick-no-match-tree-face)))\r
++\r
++ (propertize (format format-string\r
++ (mapconcat #'identity (reverse tree-status) ""))\r
++ 'face face)))\r
++\r
++ ((string-equal field "subject")\r
++ (let ((bare-subject (notmuch-show-strip-re (plist-get headers :Subject)))\r
++ (previous-subject notmuch-pick-previous-subject)\r
++ (face (if match\r
++ 'notmuch-pick-match-subject-face\r
++ 'notmuch-pick-no-match-subject-face)))\r
++\r
++ (setq notmuch-pick-previous-subject bare-subject)\r
++ (propertize (format format-string\r
++ (if (string= previous-subject bare-subject)\r
++ " ..."\r
++ bare-subject))\r
++ 'face face)))\r
++\r
++ ((string-equal field "authors")\r
++ (let ((author (notmuch-pick-clean-address (plist-get headers :From)))\r
++ (len (length (format format-string "")))\r
++ (face (if match\r
++ 'notmuch-pick-match-author-face\r
++ 'notmuch-pick-no-match-author-face)))\r
++ (when (> (length author) len)\r
++ (setq author (substring author 0 len)))\r
++ (propertize (format format-string author) 'face face)))\r
++\r
++ ((string-equal field "tags")\r
++ (let ((tags (plist-get msg :tags))\r
++ (face (if match\r
++ 'notmuch-pick-match-tag-face\r
++ 'notmuch-pick-no-match-tag-face)))\r
++ (propertize (format format-string\r
++ (mapconcat #'identity tags ", "))\r
++ 'face face))))))\r
++\r
++\r
++(defun notmuch-pick-format-field-list (field-list msg)\r
++ "Format fields of MSG according to FIELD-LIST and return string"\r
++ (let (result-string)\r
++ (dolist (spec field-list result-string)\r
++ (let ((field-string (notmuch-pick-format-field (car spec) (cdr spec) msg)))\r
++ (setq result-string (concat result-string field-string))))))\r
++\r
++(defun notmuch-pick-insert-msg (msg)\r
++ "Insert the message MSG according to notmuch-pick-result-format"\r
++ ;; We need to save the previous subject as it will get overwritten\r
++ ;; by the insert-field calls.\r
++ (let ((previous-subject notmuch-pick-previous-subject))\r
++ (insert (notmuch-pick-format-field-list notmuch-pick-result-format msg))\r
++ (notmuch-pick-set-message-properties msg)\r
++ (notmuch-pick-set-prop :previous-subject previous-subject)\r
++ (insert "\n")))\r
++\r
++(defun notmuch-pick-goto-and-insert-msg (msg)\r
++ "Insert msg at the end of the buffer. Move point to msg if it is the target"\r
++ (save-excursion\r
++ (goto-char (point-max))\r
++ (notmuch-pick-insert-msg msg))\r
++ (let ((msg-id (notmuch-id-to-query (plist-get msg :id)))\r
++ (target notmuch-pick-target-msg))\r
++ (when (or (and (not target) (plist-get msg :match))\r
++ (string= msg-id target))\r
++ (setq notmuch-pick-target-msg "found")\r
++ (goto-char (point-max))\r
++ (forward-line -1)\r
++ (when notmuch-pick-open-target\r
++ (notmuch-pick-show-message-in)))))\r
++\r
++(defun notmuch-pick-insert-tree (tree depth tree-status first last)\r
++ "Insert the message tree TREE at depth DEPTH in the current thread.\r
++\r
++A message tree is another name for a single sub-thread: i.e., a\r
++message together with all its descendents."\r
++ (let ((msg (car tree))\r
++ (replies (cadr tree)))\r
++\r
++ (cond\r
++ ((and (< 0 depth) (not last))\r
++ (push "├" tree-status))\r
++ ((and (< 0 depth) last)\r
++ (push "╰" tree-status))\r
++ ((and (eq 0 depth) first last)\r
++;; (push "─" tree-status)) choice between this and next line is matter of taste.\r
++ (push " " tree-status))\r
++ ((and (eq 0 depth) first (not last))\r
++ (push "┬" tree-status))\r
++ ((and (eq 0 depth) (not first) last)\r
++ (push "╰" tree-status))\r
++ ((and (eq 0 depth) (not first) (not last))\r
++ (push "├" tree-status)))\r
++\r
++ (push (concat (if replies "┬" "─") "►") tree-status)\r
++ (plist-put msg :first (and first (eq 0 depth)))\r
++ (notmuch-pick-goto-and-insert-msg (plist-put msg :tree-status tree-status))\r
++ (pop tree-status)\r
++ (pop tree-status)\r
++\r
++ (if last\r
++ (push " " tree-status)\r
++ (push "│" tree-status))\r
++\r
++ (notmuch-pick-insert-thread replies (1+ depth) tree-status)))\r
++\r
++(defun notmuch-pick-insert-thread (thread depth tree-status)\r
++ "Insert the collection of sibling sub-threads THREAD at depth DEPTH in the current forest."\r
++ (let ((n (length thread)))\r
++ (loop for tree in thread\r
++ for count from 1 to n\r
++\r
++ do (notmuch-pick-insert-tree tree depth tree-status (eq count 1) (eq count n)))))\r
++\r
++(defun notmuch-pick-insert-forest-thread (forest-thread)\r
++ "Insert a single complete thread."\r
++ (let (tree-status)\r
++ ;; Reset at the start of each main thread.\r
++ (setq notmuch-pick-previous-subject nil)\r
++ (notmuch-pick-insert-thread forest-thread 0 tree-status)))\r
++\r
++(defun notmuch-pick-insert-forest (forest)\r
++ "Insert a forest of threads.\r
++\r
++This function inserts a collection of several complete threads as\r
++passed to it by notmuch-pick-process-filter."\r
++ (mapc 'notmuch-pick-insert-forest-thread forest))\r
++\r
++(defun notmuch-pick-mode ()\r
++ "Major mode displaying messages (as opposed to threads) of of a notmuch search.\r
++\r
++This buffer contains the results of a \"notmuch pick\" of your\r
++email archives. Each line in the buffer represents a single\r
++message giving the relative date, the author, subject, and any\r
++tags.\r
++\r
++Pressing \\[notmuch-pick-show-message] on any line displays that message.\r
++\r
++Complete list of currently available key bindings:\r
++\r
++\\{notmuch-pick-mode-map}"\r
++\r
++ (interactive)\r
++ (kill-all-local-variables)\r
++ (setq notmuch-buffer-refresh-function #'notmuch-pick-refresh-view)\r
++ (use-local-map notmuch-pick-mode-map)\r
++ (setq major-mode 'notmuch-pick-mode\r
++ mode-name "notmuch-pick")\r
++ (hl-line-mode 1)\r
++ (setq buffer-read-only t\r
++ truncate-lines t))\r
++\r
++(defun notmuch-pick-process-sentinel (proc msg)\r
++ "Add a message to let user know when \"notmuch pick\" exits"\r
++ (let ((buffer (process-buffer proc))\r
++ (status (process-status proc))\r
++ (exit-status (process-exit-status proc))\r
++ (never-found-target-thread nil))\r
++ (when (memq status '(exit signal))\r
++ (kill-buffer (process-get proc 'parse-buf))\r
++ (if (buffer-live-p buffer)\r
++ (with-current-buffer buffer\r
++ (save-excursion\r
++ (let ((inhibit-read-only t)\r
++ (atbob (bobp)))\r
++ (goto-char (point-max))\r
++ (if (eq status 'signal)\r
++ (insert "Incomplete search results (pick process was killed).\n"))\r
++ (when (eq status 'exit)\r
++ (insert "End of search results.")\r
++ (unless (= exit-status 0)\r
++ (insert (format " (process returned %d)" exit-status)))\r
++ (insert "\n")))))))))\r
++\r
++(defun notmuch-pick-process-filter (proc string)\r
++ "Process and filter the output of \"notmuch show\" (for pick)"\r
++ (let ((results-buf (process-buffer proc))\r
++ (parse-buf (process-get proc 'parse-buf))\r
++ (inhibit-read-only t)\r
++ done)\r
++ (if (not (buffer-live-p results-buf))\r
++ (delete-process proc)\r
++ (with-current-buffer parse-buf\r
++ ;; Insert new data\r
++ (save-excursion\r
++ (goto-char (point-max))\r
++ (insert string))\r
++ (notmuch-sexp-parse-partial-list 'notmuch-pick-insert-forest-thread\r
++ results-buf)))))\r
++\r
++(defun notmuch-pick-worker (basic-query &optional query-context target open-target)\r
++ "Insert the actual pick search in the current buffer.\r
++\r
++This is is a helper function for notmuch-pick. The arguments are\r
++the same as for the function notmuch-pick."\r
++ (interactive)\r
++ (notmuch-pick-mode)\r
++ (setq notmuch-pick-basic-query basic-query)\r
++ (setq notmuch-pick-query-context query-context)\r
++ (setq notmuch-pick-target-msg target)\r
++ (setq notmuch-pick-open-target open-target)\r
++\r
++ (erase-buffer)\r
++ (goto-char (point-min))\r
++ (let* ((search-args (concat basic-query\r
++ (if query-context (concat " and (" query-context ")"))\r
++ ))\r
++ (message-arg "--entire-thread"))\r
++ (if (equal (car (process-lines notmuch-command "count" search-args)) "0")\r
++ (setq search-args basic-query))\r
++ (let ((proc (notmuch-start-notmuch\r
++ "notmuch-pick" (current-buffer) #'notmuch-pick-process-sentinel\r
++ "show" "--body=false" "--format=sexp"\r
++ message-arg search-args))\r
++ ;; Use a scratch buffer to accumulate partial output.\r
++ ;; This buffer will be killed by the sentinel, which\r
++ ;; should be called no matter how the process dies.\r
++ (parse-buf (generate-new-buffer " *notmuch pick parse*")))\r
++ (process-put proc 'parse-buf parse-buf)\r
++ (set-process-filter proc 'notmuch-pick-process-filter)\r
++ (set-process-query-on-exit-flag proc nil))))\r
++\r
++(defun notmuch-pick (&optional query query-context target buffer-name open-target)\r
++ "Run notmuch pick with the given `query' and display the results.\r
++\r
++The arguments are:\r
++ QUERY: the main query. This can be any query but in many cases will be\r
++ a single thread. If nil this is read interactively from the minibuffer.\r
++ QUERY-CONTEXT: is an additional term for the query. The query used\r
++ is QUERY and QUERY-CONTEXT unless that does not match any messages\r
++ in which case we fall back to just QUERY.\r
++ TARGET: A message ID (with the id: prefix) that will be made\r
++ current if it appears in the pick results.\r
++ BUFFER-NAME: the name of the buffer to show the pick tree. If\r
++ it is nil \"*notmuch-pick\" followed by QUERY is used.\r
++ OPEN-TARGET: If TRUE open the target message in the message pane."\r
++ (interactive)\r
++ (if (null query)\r
++ (setq query (notmuch-read-query "Notmuch pick: ")))\r
++ (let ((buffer (get-buffer-create (generate-new-buffer-name\r
++ (or buffer-name\r
++ (concat "*notmuch-pick-" query "*")))))\r
++ (inhibit-read-only t))\r
++\r
++ (switch-to-buffer buffer))\r
++ ;; Don't track undo information for this buffer\r
++ (set 'buffer-undo-list t)\r
++\r
++ (notmuch-pick-worker query query-context target open-target)\r
++\r
++ (setq truncate-lines t))\r
++\r
++\r
++;; Set up key bindings from the rest of notmuch.\r
++(define-key notmuch-common-keymap "z" 'notmuch-pick)\r
++(define-key notmuch-search-mode-map "Z" 'notmuch-pick-from-search-current-query)\r
++(define-key notmuch-show-mode-map "Z" 'notmuch-pick-from-show-current-query)\r
++(message "Initialised notmuch-pick")\r
++\r
++(provide 'notmuch-pick)\r
+-- \r
+1.7.9.1\r
+\r