Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 1a / f0a51a6218eb0ad0c5c1fe417e48d54b67bd9b
1 Return-Path: <cri@visotech.at>\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 218FF431FBC\r
6         for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 01:02:04 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 jD45ZCp1u-7L for <notmuch@notmuchmail.org>;\r
16         Thu, 15 Nov 2012 01:01:59 -0800 (PST)\r
17 X-Greylist: delayed 1552 seconds by postgrey-1.32 at olra;\r
18         Thu, 15 Nov 2012 01:01:59 PST\r
19 Received: from mail.visotech.at (mail.visotech.at [86.59.115.34])\r
20         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
21         (No client certificate requested)\r
22         by olra.theworths.org (Postfix) with ESMTPS id 45C6E431FAF\r
23         for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 01:01:59 -0800 (PST)\r
24 Received: from localhost (localhost.localdomain [127.0.0.1])\r
25         by mail.visotech.at (Postfix) with SMTP id 1B331130026\r
26         for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 09:36:05 +0100 (CET)\r
27 Received: from [192.168.10.43] (unknown [192.168.10.43])\r
28         by mail.visotech.at (Postfix) with ESMTP id E95C2130025\r
29         for <notmuch@notmuchmail.org>; Thu, 15 Nov 2012 09:36:04 +0100 (CET)\r
30 Message-ID: <50A4A974.5060203@visotech.at>\r
31 Date: Thu, 15 Nov 2012 09:36:04 +0100\r
32 From: Christoph Rissner <cri@visotech.at>\r
33 User-Agent: Mozilla/5.0 (X11; Linux x86_64;\r
34         rv:16.0) Gecko/20121029 Thunderbird/16.0.2\r
35 MIME-Version: 1.0\r
36 To: notmuch mailing list <notmuch@notmuchmail.org>\r
37 Subject: notmuch show <all tags>\r
38 X-Enigmail-Version: 1.4.6\r
39 Content-Type: text/plain; charset=ISO-8859-1\r
40 Content-Transfer-Encoding: 7bit\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Thu, 15 Nov 2012 09:02:04 -0000\r
54 \r
55 Hi,\r
56 \r
57 it's probably a stupid question, but is it possibly to query all\r
58 available tags from the command line? Something like "notmuch show --tags"?\r
59 \r
60 I know there is notmuch_database_get_all_tags(), emacs shows a list of\r
61 tags, in python it's just\r
62 "list(notmuch.database.Database().get_all_tags())", but how do I do that\r
63 using notmuch itself?\r
64 \r
65 BTW: I'm currently using notmuch from rev 84a0c52.\r
66 \r
67 Thanks,\r
68 Christoph\r
69 \r