notmuch.el: controlling what does and doesn't get expanded in searches
[notmuch-archives.git] / 13 / 63c1d7f974b90d0dfb0a999e8e6660324a973c
1 Return-Path: <Sebastian@SSpaeth.de>\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 91DCD4196F2\r
6         for <notmuch@notmuchmail.org>; Mon, 22 Mar 2010 05:40:15 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_40=-0.001, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham\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 YlErGO0nXsv2 for <notmuch@notmuchmail.org>;\r
16         Mon, 22 Mar 2010 05:40:13 -0700 (PDT)\r
17 Received: from homiemail-a19.g.dreamhost.com (caiajhbdcaid.dreamhost.com\r
18         [208.97.132.83])\r
19         by olra.theworths.org (Postfix) with ESMTP id 677694196F0\r
20         for <notmuch@notmuchmail.org>; Mon, 22 Mar 2010 05:40:13 -0700 (PDT)\r
21 Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch\r
22         [129.132.133.204])\r
23         by homiemail-a19.g.dreamhost.com (Postfix) with ESMTPA id 8E3C460405D\r
24         for <notmuch@notmuchmail.org>; Mon, 22 Mar 2010 05:40:11 -0700 (PDT)\r
25 Received: by sspaeth.de (sSMTP sendmail emulation);\r
26         Mon, 22 Mar 2010 13:40:09 +0100\r
27 From: "Sebastian Spaeth" <Sebastian@SSpaeth.de>\r
28 To: notmuch@notmuchmail.org\r
29 In-Reply-To: <20100322101422.GF8858@blackspot>\r
30 References: <87fx3uflkx.fsf@jhu.edu> <20100322101422.GF8858@blackspot>\r
31 Date: Mon, 22 Mar 2010 13:40:08 +0100\r
32 Message-ID: <87wrx4y1g7.fsf@SSpaeth.de>\r
33 MIME-Version: 1.0\r
34 Content-Type: text/plain; charset=us-ascii\r
35 Subject: Re: [notmuch] Using notmuch as an address book for tab-completion\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Mon, 22 Mar 2010 12:40:15 -0000\r
49 \r
50 On Mon, 22 Mar 2010 11:14:22 +0100, Ruben Pollan <meskio@sindominio.net> wrote:\r
51 > Nice feature. I think it should be implemented in the library. There is already\r
52 > a function notmuch_database_get_all_tags, will be nice to have a function\r
53 > notmuch_database_get_all_addresses.\r
54 \r
55 Actually, i don't think it's necessary to extend the library to get all\r
56 addresses, it is really trivial to get them, using the current API. As\r
57 to whether to extend the notmuch binary as to output all addresses, I\r
58 think this will be taken care of the output filtering once\r
59 implemented. e.g. get all addresses with:\r
60 \r
61 notmuch show --format=json --output:to,cc,bcc ''\r
62 \r
63 Sebastian\r