Re: Avoiding the "huge INBOX of death"
[notmuch-archives.git] / 4b / 7f6990ae2f45ab037c8a207327bdd189fa64aa
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 246E342117D\r
6         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:15:02 -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 H9mAeAaT7N0U for <notmuch@notmuchmail.org>;\r
18         Sun, 18 Aug 2013 05:14:58 -0700 (PDT)\r
19 Received: from mail-wg0-f47.google.com (mail-wg0-f47.google.com\r
20  [74.125.82.47])        (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  46408431FBC    for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:14:52 -0700\r
23  (PDT)\r
24 Received: by mail-wg0-f47.google.com with SMTP id j13so2649090wgh.2\r
25         for <notmuch@notmuchmail.org>; Sun, 18 Aug 2013 05:14:51 -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=eX3koT2YT1xUqI35++Nxkcz8pT+cfAYvKYdGRSpMw/o=;\r
29         b=IlwUAXeyYIlXUrDuTF7xALhCl/URxJMEUfK3kugKKQBBKL+60gLCO62SHZKXZ62nqC\r
30         BKCs+7ReNWjxdxv2gGIaLfAq3EvOp8g0LeomvXk2/EmBdDrET2xRYEP0XbPEJM290pVw\r
31         Pbhb3Aw7A+FJGZE/Ytlkzt4B87nxooLklp3/0BC3f3baeRY3MCJfbY1BX1TbahxARL5H\r
32         kCjnFCkotMOCHWZePWAgdFgisQmhjtKdAUeSuieEsuktOrwHV0Y6/QUm6j1xCxibKuRJ\r
33         5446Dc9rkRJ2vbDM5xlz6auYjkwN0s5JCLEd+y7wwD9o/+pC78OAfL8ou7I4MwDEBn7d\r
34         t00w==\r
35 X-Received: by 10.194.176.163 with SMTP id cj3mr4723310wjc.8.1376828091210;\r
36         Sun, 18 Aug 2013 05:14:51 -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 jc18sm9077140wic.5.1969.12.31.16.00.00\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sun, 18 Aug 2013 05:14:50 -0700 (PDT)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v2 04/11] contrib: pick: Link in stash map straight from\r
44         notmuch-show\r
45 Date: Sun, 18 Aug 2013 13:14:32 +0100\r
46 Message-Id: <1376828079-21455-5-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 In-Reply-To: <1376828079-21455-1-git-send-email-markwalters1009@gmail.com>\r
49 References: <1376828079-21455-1-git-send-email-markwalters1009@gmail.com>\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 18 Aug 2013 12:15:02 -0000\r
63 \r
64 These functions all now work straight from their notmuch-show\r
65 implementation so link them in.\r
66 \r
67 Stash functionality was one of the key missing things in notmuch-pick.\r
68 ---\r
69  contrib/notmuch-pick/notmuch-pick.el |    1 +\r
70  1 files changed, 1 insertions(+), 0 deletions(-)\r
71 \r
72 diff --git a/contrib/notmuch-pick/notmuch-pick.el b/contrib/notmuch-pick/notmuch-pick.el\r
73 index d841d99..89e6d4b 100644\r
74 --- a/contrib/notmuch-pick/notmuch-pick.el\r
75 +++ b/contrib/notmuch-pick/notmuch-pick.el\r
76 @@ -194,6 +194,7 @@ if the user has loaded a different buffer in that window.")\r
77      (define-key map "|" 'notmuch-show-pipe-message)\r
78      (define-key map "w" 'notmuch-show-save-attachments)\r
79      (define-key map "v" 'notmuch-show-view-all-mime-parts)\r
80 +    (define-key map "c" 'notmuch-show-stash-map)\r
81      (define-key map "q" 'notmuch-pick-quit)\r
82      (define-key map "x" 'notmuch-pick-quit)\r
83      (define-key map "?" 'notmuch-help)\r
84 -- \r
85 1.7.9.1\r
86 \r