Re: [PATCH] cli: crypto: tell gmime to use gpg-agent
[notmuch-archives.git] / 4f / 2992408a755d03fbbba774f5592edbdd442a00
1 Return-Path: <simon@simon-cozens.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 073CE431FBC\r
6         for <notmuch@notmuchmail.org>; Wed, 27 Jan 2010 06:13:19 -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.511\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.511 tagged_above=-999 required=5\r
12         tests=[AWL=-0.512, BAYES_50=0.001] 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 38ECbACWw19w for <notmuch@notmuchmail.org>;\r
16         Wed, 27 Jan 2010 06:13:18 -0800 (PST)\r
17 Received: from hosted.simon-cozens.org (hosted.simon-cozens.org\r
18         [78.129.197.129])\r
19         by olra.theworths.org (Postfix) with ESMTP id 263E1431FAE\r
20         for <notmuch@notmuchmail.org>; Wed, 27 Jan 2010 06:13:18 -0800 (PST)\r
21 Received: from cpc1-stav12-0-0-cust457.aztw.cable.virginmedia.com\r
22         ([92.235.229.202] helo=foobar.local)\r
23         by hosted.simon-cozens.org with esmtpsa\r
24         (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69)\r
25         (envelope-from <simon@simon-cozens.org>)\r
26         id 1Na8du-0005RU-Ve; Wed, 27 Jan 2010 14:13:17 +0000\r
27 Received: from foobar.local (practivate.adobe.com [127.0.0.1])\r
28         by foobar.local (Postfix) with ESMTP id 5E7AAEA10F1;\r
29         Wed, 27 Jan 2010 14:12:50 +0000 (GMT)\r
30 Message-ID: <4B6049E2.2030209@simon-cozens.org>\r
31 Date: Wed, 27 Jan 2010 14:12:50 +0000\r
32 From: Simon Cozens <simon@simon-cozens.org>\r
33 User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-GB;\r
34         rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1\r
35 MIME-Version: 1.0\r
36 To: notmuch <notmuch@notmuchmail.org>\r
37 X-Enigmail-Version: 1.0\r
38 Content-Type: text/plain; charset=ISO-8859-1\r
39 Content-Transfer-Encoding: 7bit\r
40 X-SA-Exim-Connect-IP: 92.235.229.202\r
41 X-SA-Exim-Mail-From: simon@simon-cozens.org\r
42 X-SA-Exim-Version: 4.2.1 (built Sat, 01 Aug 2009 12:09:26 +0000)\r
43 X-SA-Exim-Scanned: Yes (on hosted.simon-cozens.org)\r
44 Subject: [notmuch] Indexing without files and directories\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: Wed, 27 Jan 2010 14:13:19 -0000\r
58 \r
59 Hi all,\r
60         I don't want to throw a spanner in the works, but I am intending to use\r
61 notmuch for indexing in a scenario where the email doesn't hit the disk\r
62 - the notmuch model seems to rely pretty heavily on directories and\r
63 files but I'm working with email being delivered to a script for\r
64 indexing and then stored into a database. So far I've been hacking it by\r
65 feeding "/dev/stdin" as a filename but that leads to interesting fun\r
66 when I forget and try to access something via a notmuch_message object.\r
67         With all this talk of a new object store, can I put in a plea for - at\r
68 least at the API level - some way of indexing based on a user-defined\r
69 location identifier? (In my case, a database row ID.)\r
70 \r
71 Thanks,\r
72 Simon\r