Re: [PATCH v4 09/16] index encrypted parts when asked.
[notmuch-archives.git] / c9 / f1418520bfff2097ec2c584343681fe5bb891f
1 Return-Path: <markwalters1009@gmail.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id A3DC6429E38\r
6         for <notmuch@notmuchmail.org>; Thu, 22 Aug 2013 10:10:42 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id h6GyCUJUicDD for <notmuch@notmuchmail.org>;\r
18         Thu, 22 Aug 2013 10:10:37 -0700 (PDT)\r
19 Received: from mail-wg0-f54.google.com (mail-wg0-f54.google.com\r
20  [74.125.82.54])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  C8F50431FC9    for <notmuch@notmuchmail.org>; Thu, 22 Aug 2013 10:10:35 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f54.google.com with SMTP id e12so1919595wgh.9\r
25         for <notmuch@notmuchmail.org>; Thu, 22 Aug 2013 10:10:34 -0700 (PDT)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=from:to:cc:subject:date:message-id:in-reply-to:references;\r
28         bh=BPSCCiYgr5Y5KY76ki/xB+8QNp6X2uXe6tdA1F0/v+4=;\r
29         b=tKNkuqWtd1S0MAMtxkbongy2SzT7iG4kcCswy6lFz94VnJG6ykePHmeGaMwRA7G+XX\r
30         CRZFbVu2vM3RmRIG1gupVYM6nLT1oFSOanu8Y8kVXmlunAJSbAbzU5WfXAFJEzEz2EyA\r
31         Jo1MajbnUmwySf9qkTgrkUy04Xcydp/SbfqJ3jdeQJXH6Tk3bjdkEMGYZ8cmX0GriMhn\r
32         honochsC7QcVH5zT4Er1vaphya674ZMUdOETiy8FR8gNVVCdwFlZ53DnqqkbDf5am8TD\r
33         irDQTqIMIBh/XRyD/CJY4IA9Ebd4i97SV/tWo4GXmyyD8hy4o4UGEuYIyVwjQ/0wZ7hI\r
34         cOKg==\r
35 X-Received: by 10.194.87.36 with SMTP id u4mr2327258wjz.64.1377191434710;\r
36         Thu, 22 Aug 2013 10:10:34 -0700 (PDT)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPSA id li9sm18222127wic.4.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Thu, 22 Aug 2013 10:10:34 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3 02/11] contrib: pick: Link in notmuch-show-pipe-message\r
44 Date: Thu, 22 Aug 2013 18:10:17 +0100\r
45 Message-Id: <1377191427-6821-3-git-send-email-markwalters1009@gmail.com>\r
46 X-Mailer: git-send-email 1.7.9.1\r
47 In-Reply-To: <1377191427-6821-1-git-send-email-markwalters1009@gmail.com>\r
48 References: <1377191427-6821-1-git-send-email-markwalters1009@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Thu, 22 Aug 2013 17:10:42 -0000\r
62 \r
63 Since we can now use show functions directly in pick we can drop pick-pipe-message.\r
64 ---\r
65  contrib/notmuch-pick/notmuch-pick.el |   31 ++-----------------------------\r
66  1 files changed, 2 insertions(+), 29 deletions(-)\r
67 \r
68 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
69 index 04e37ee..22ade72 100644\r
70 --- a/contrib/notmuch-pick/notmuch-pick.el\r
71 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
72 @@ -190,6 +190,8 @@ if the user has loaded a different buffer in that window.")\r
73  (defvar notmuch-pick-mode-map\r
74    (let ((map (make-sparse-keymap)))\r
75      (define-key map [mouse-1] 'notmuch-pick-show-message)\r
76 +    ;; these use notmuch-show functions directly\r
77 +    (define-key map "|" 'notmuch-show-pipe-message)\r
78      (define-key map "q" 'notmuch-pick-quit)\r
79      (define-key map "x" 'notmuch-pick-quit)\r
80      (define-key map "?" 'notmuch-help)\r
81 @@ -205,7 +207,6 @@ if the user has loaded a different buffer in that window.")\r
82      (define-key map "p" 'notmuch-pick-prev-matching-message)\r
83      (define-key map "N" 'notmuch-pick-next-message)\r
84      (define-key map "P" 'notmuch-pick-prev-message)\r
85 -    (define-key map "|" 'notmuch-pick-pipe-message)\r
86      (define-key map "-" 'notmuch-pick-remove-tag)\r
87      (define-key map "+" 'notmuch-pick-add-tag)\r
88      (define-key map " " 'notmuch-pick-scroll-or-next)\r
89 @@ -586,34 +587,6 @@ message will be \"unarchived\", i.e. the tag changes in\r
90    (notmuch-pick-close-message-window)\r
91    (notmuch-mua-new-reply (notmuch-pick-get-message-id) prompt-for-sender nil))\r
92  \r
93 -;; Shamelessly stolen from notmuch-show.el: maybe should be unified.\r
94 -(defun notmuch-pick-pipe-message (command)\r
95 -  "Pipe the contents of the current message to the given command.\r
96 -\r
97 -The given command will be executed with the raw contents of the\r
98 -current email message as stdin. Anything printed by the command\r
99 -to stdout or stderr will appear in the *notmuch-pipe* buffer.\r
100 -\r
101 -When invoked with a prefix argument, the command will receive all\r
102 -open messages in the current thread (formatted as an mbox) rather\r
103 -than only the current message."\r
104 -  (interactive "sPipe message to command: ")\r
105 -  (let ((shell-command\r
106 -        (concat notmuch-command " show --format=raw "\r
107 -                (shell-quote-argument (notmuch-pick-get-message-id)) " | " command))\r
108 -        (buf (get-buffer-create (concat "*notmuch-pipe*"))))\r
109 -    (with-current-buffer buf\r
110 -      (setq buffer-read-only nil)\r
111 -      (erase-buffer)\r
112 -      (let ((exit-code (call-process-shell-command shell-command nil buf)))\r
113 -       (goto-char (point-max))\r
114 -       (set-buffer-modified-p nil)\r
115 -       (setq buffer-read-only t)\r
116 -       (unless (zerop exit-code)\r
117 -         (switch-to-buffer-other-window buf)\r
118 -         (message (format "Command '%s' exited abnormally with code %d"\r
119 -                          shell-command exit-code)))))))\r
120 -\r
121  (defun notmuch-pick-clean-address (address)\r
122    "Try to clean a single email ADDRESS for display. Return\r
123  AUTHOR_NAME if present, otherwise return AUTHOR_EMAIL. Return\r
124 -- \r
125 1.7.9.1\r
126 \r