[PATCH v3 4/7] Add internal functions to search for alternate doc types
[notmuch-archives.git] / 4f / dc57948b70c1adc05162a9f6e6428bc9ec9651
1 Return-Path: <pieter@praet.org>\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 7CB76431FB6\r
6         for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 00:44:23 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id KmMKjOHd62dy for <notmuch@notmuchmail.org>;\r
16         Fri, 27 Jan 2012 00:44:23 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id B9BBD431FAE\r
21         for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 00:44:22 -0800 (PST)\r
22 Received: by wibhi8 with SMTP id hi8so1137480wib.26\r
23         for <notmuch@notmuchmail.org>; Fri, 27 Jan 2012 00:44:21 -0800 (PST)\r
24 Received: by 10.180.109.198 with SMTP id hu6mr10057651wib.16.1327653861516;\r
25         Fri, 27 Jan 2012 00:44:21 -0800 (PST)\r
26 Received: from localhost ([109.131.116.159])\r
27         by mx.google.com with ESMTPS id df2sm10164533wib.4.2012.01.27.00.44.20\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Fri, 27 Jan 2012 00:44:20 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Edmondson <dme@dme.org>\r
32 Subject: Re: [RFC] Re: [PATCH] emacs: Add `notmuch-show-stash-gmane' and\r
33         `notmuch-show-stash-gmane-and-go'.\r
34 In-Reply-To: <cunhazile79.fsf@hotblack-desiato.hh.sledj.net>\r
35 References: <87pqe6vcgv.fsf@praet.org>\r
36         <1327583610-30085-1-git-send-email-pieter@praet.org>\r
37         <cunhazile79.fsf@hotblack-desiato.hh.sledj.net>\r
38 User-Agent: Notmuch/0.11+132~ga81001f (http://notmuchmail.org) Emacs/23.3.1\r
39         (x86_64-unknown-linux-gnu)\r
40 Date: Fri, 27 Jan 2012 09:42:23 +0100\r
41 Message-ID: <878vkt35ao.fsf@praet.org>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 Cc: Notmuch Mail <notmuch@notmuchmail.org>\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Fri, 27 Jan 2012 08:44:23 -0000\r
58 \r
59 On Thu, 26 Jan 2012 14:40:26 +0000, David Edmondson <dme@dme.org> wrote:\r
60 > In general, I like this.\r
61\r
62 > - I think that the stash function(s) should take an optional argument\r
63 >   specifying the archive to use. That will make testing simpler and also\r
64 >   allow people to produce preferred bindings more easily.\r
65\r
66 \r
67 Agreed.  In fact, apparently that last patch [1] of mine made the test\r
68 suite hang @ emacs:"Stashing in notmuch-show" due to it waiting for\r
69 `completing-read' to finish...  Sorry for that.\r
70 \r
71 > - "Message archive: " feels better than "ML Archive: ", but I don't\r
72 >   really care.\r
73\r
74 \r
75 Agreed.\r
76 \r
77 > - Don't base the patch on the thing that I posted, just on master from\r
78 >   the repository - no need to make David's life harder.\r
79 \r
80 Seeing as how it was only a minor improvement to your idea (and further\r
81 discussion/correction was probably appropriate), I intended for you to\r
82 squash it into your original patch.\r
83 \r
84 Anyways, patch (relative to master) follows...\r
85 \r
86 \r
87 Peace\r
88 \r
89 -- \r
90 Pieter\r
91 \r
92 [1] id:"1327583610-30085-1-git-send-email-pieter@praet.org"\r