--- /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 6A567431FBC\r
+ for <notmuch@notmuchmail.org>; Fri, 5 Jul 2013 11:11:40 -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 E1fjAWl5jdHU for <notmuch@notmuchmail.org>;\r
+ Fri, 5 Jul 2013 11:11:34 -0700 (PDT)\r
+Received: from mail-ee0-f54.google.com (mail-ee0-f54.google.com\r
+ [74.125.83.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client\r
+ certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
+ 9A3F7431FBD for <notmuch@notmuchmail.org>; Fri, 5 Jul 2013 11:11:30 -0700\r
+ (PDT)\r
+Received: by mail-ee0-f54.google.com with SMTP id t10so1542331eei.13\r
+ for <notmuch@notmuchmail.org>; Fri, 05 Jul 2013 11:11:28 -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:x-mailer:in-reply-to:references;\r
+ bh=1mHos2NmhM7+dtOkuDc+2fT2ayej6PJKZU8iKRCkc1Y=;\r
+ b=i6yiWpfV4E76B82+E2EJTKpE+OOdbycUZlHdTxtOwxt1Di3piIFpZW4AUGLN/FySBI\r
+ C4Un1NtYEIBMZdODmXrbOnMO3nj0XNSQRafsGEBuaXGp6zaX7H5KaLfZXnDAqMNoW6nl\r
+ sa8u8DgYAcZQbk0a417KDhSlYT1S/GX3AhlmnXugCtZs1pu4yXDdJnkkxOKTt0l/Qmil\r
+ nl+6zAfOmkcvUm7O/kp0PusXoSz8VH9iyu2z3g5po4hlwNtAkXUWhBzoxwB0WpOSq9St\r
+ DJBP6UsT5j5CTMIQLe1S+61UUjIGYPi878j6SGUofDpueumMKRD6+f1dL3kR5KjLpsKM\r
+ /z5A==\r
+X-Received: by 10.14.246.197 with SMTP id q45mr13654327eer.15.1373047888182;\r
+ Fri, 05 Jul 2013 11:11:28 -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 y1sm16005853eew.3.2013.07.05.11.11.27\r
+ for <multiple recipients>\r
+ (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
+ Fri, 05 Jul 2013 11:11:27 -0700 (PDT)\r
+From: Mark Walters <markwalters1009@gmail.com>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 02/11] contrib: pick: Link in notmuch-show-pipe-message\r
+Date: Fri, 5 Jul 2013 19:11:09 +0100\r
+Message-Id: <1373047878-20822-3-git-send-email-markwalters1009@gmail.com>\r
+X-Mailer: git-send-email 1.7.9.1\r
+In-Reply-To: <1373047878-20822-1-git-send-email-markwalters1009@gmail.com>\r
+References: <1373047878-20822-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: Fri, 05 Jul 2013 18:11:40 -0000\r
+\r
+Since we can now use show functions directly in pick we can drop pick-pipe-message.\r
+---\r
+ contrib/notmuch-pick/notmuch-pick.el | 33 ++++-----------------------------\r
+ 1 files changed, 4 insertions(+), 29 deletions(-)\r
+\r
+diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
+index d07f393..08bdc11 100644\r
+--- a/contrib/notmuch-pick/notmuch-pick.el\r
++++ b/contrib/notmuch-pick/notmuch-pick.el\r
+@@ -190,6 +190,10 @@ if the user has loaded a different buffer in that window.")\r
+ (defvar notmuch-pick-mode-map\r
+ (let ((map (make-sparse-keymap)))\r
+ (define-key map [mouse-1] 'notmuch-pick-show-message)\r
++ ;; these use notmuch-show functions directly\r
++ (define-key map "|" 'notmuch-show-pipe-message)\r
++\r
++ ;; The main pick bindings\r
+ (define-key map "q" 'notmuch-pick-quit)\r
+ (define-key map "x" 'notmuch-pick-quit)\r
+ (define-key map "?" 'notmuch-help)\r
+@@ -205,7 +209,6 @@ if the user has loaded a different buffer in that window.")\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 "|" 'notmuch-pick-pipe-message)\r
+ (define-key map "-" 'notmuch-pick-remove-tag)\r
+ (define-key map "+" 'notmuch-pick-add-tag)\r
+ (define-key map " " 'notmuch-pick-scroll-or-next)\r
+@@ -586,34 +589,6 @@ message will be \"unarchived\", i.e. the tag changes in\r
+ (notmuch-pick-close-message-window)\r
+ (notmuch-mua-new-reply (notmuch-pick-get-message-id) prompt-for-sender nil))\r
+ \r
+-;; Shamelessly stolen from notmuch-show.el: maybe should be unified.\r
+-(defun notmuch-pick-pipe-message (command)\r
+- "Pipe the contents of the current message to the given command.\r
+-\r
+-The given command will be executed with the raw contents of the\r
+-current email message as stdin. Anything printed by the command\r
+-to stdout or stderr will appear in the *notmuch-pipe* buffer.\r
+-\r
+-When invoked with a prefix argument, the command will receive all\r
+-open messages in the current thread (formatted as an mbox) rather\r
+-than only the current message."\r
+- (interactive "sPipe message to command: ")\r
+- (let ((shell-command\r
+- (concat notmuch-command " show --format=raw "\r
+- (shell-quote-argument (notmuch-pick-get-message-id)) " | " command))\r
+- (buf (get-buffer-create (concat "*notmuch-pipe*"))))\r
+- (with-current-buffer buf\r
+- (setq buffer-read-only nil)\r
+- (erase-buffer)\r
+- (let ((exit-code (call-process-shell-command shell-command nil buf)))\r
+- (goto-char (point-max))\r
+- (set-buffer-modified-p nil)\r
+- (setq buffer-read-only t)\r
+- (unless (zerop exit-code)\r
+- (switch-to-buffer-other-window buf)\r
+- (message (format "Command '%s' exited abnormally with code %d"\r
+- shell-command exit-code)))))))\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
+-- \r
+1.7.9.1\r
+\r