Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 24 / 40c1db4eb4efa29452c360b92d587d37fc3785
1 Return-Path: <marten@home.veldthuis.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 B867E431FBC\r
6         for <notmuch@notmuchmail.org>; Mon,  7 Dec 2009 14:55:33 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id KFjdrqrWIXuJ for <notmuch@notmuchmail.org>;\r
11         Mon,  7 Dec 2009 14:55:33 -0800 (PST)\r
12 Received: from mout.perfora.net (mout.perfora.net [74.208.4.194])\r
13         by olra.theworths.org (Postfix) with ESMTP id 9681C431FAE\r
14         for <notmuch@notmuchmail.org>; Mon,  7 Dec 2009 14:55:33 -0800 (PST)\r
15 Received: from smtp01.online.nl (smtp01.online.nl [194.134.41.31])\r
16         by mx.perfora.net (node=mxus0) with ESMTP (Nemesis)\r
17         id 0M4pHR-1O0YQ52hY5-00zSPW for notmuch@notmuchmail.org;\r
18         Mon, 07 Dec 2009 17:55:33 -0500\r
19 Received: from smtp01.online.nl (localhost [127.0.0.1])\r
20         by smtp01.online.nl (Postfix) with ESMTP id 8A2ED8E190;\r
21         Mon,  7 Dec 2009 23:55:29 +0100 (CET)\r
22 Received: from gopher (s55919504.adsl.wanadoo.nl [85.145.149.4])\r
23         by smtp01.online.nl (Postfix) with ESMTP;\r
24         Mon,  7 Dec 2009 23:55:28 +0100 (CET)\r
25 Received: by gopher (Postfix, from userid 1000)\r
26         id 14B7523213B; Mon,  7 Dec 2009 23:55:25 +0100 (CET)\r
27 From: Marten Veldthuis <marten@veldthuis.com>\r
28 To: David Bremner <david@tethera.net>, Carl Worth <cworth@cworth.org>,\r
29         Notmuch list <notmuch@notmuchmail.org>\r
30 In-Reply-To: <87y6lewqtw.fsf@convex-new.cs.unb.ca>\r
31 References: <874oo7hex2.fsf@yoom.home.cworth.org>\r
32         <87y6lewqtw.fsf@convex-new.cs.unb.ca>\r
33 Date: Mon, 07 Dec 2009 23:55:24 +0100\r
34 Message-ID: <87638i75sz.fsf@home.veldthuis.com>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain; charset=us-ascii\r
37 X-Online-Scanned: by Cloudmark authority (on smtp01.online.nl)\r
38 Subject: Re: [notmuch] Quick thoughts on a notmuch daemon\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.12\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Mon, 07 Dec 2009 22:55:33 -0000\r
52 \r
53 On Mon, 07 Dec 2009 15:02:03 -0400, David Bremner <david@tethera.net> wrote:\r
54\r
55 > On Thu, 03 Dec 2009 14:27:05 -0800, Carl Worth <cworth@cworth.org> wrote:\r
56 > It might be a bit blue sky, but if this daemon could (optionally) talk\r
57 > IMAP and translate tags into folders on the fly, this would be very\r
58 > useful for people who need imap access to their mail as well as from an\r
59 > custom notmuch client.\r
60 \r
61 For me, my IMAP needs are pretty much limited to my iPhone. I'm making\r
62 do for now, but to make notmuch viable in the long term, what I'd need\r
63 is:\r
64 \r
65  * notmuch shouldn't choke on mails I had in notmuch's database, and\r
66    then marked read or deleted on my iPhone (which renames them in the\r
67    maildir). This is coming with the moving/deleting patches.\r
68  * notmuch should sync back read/unread state to maildir\r
69  * notmuch should move read stuff out of my inbox. It would be\r
70    acceptable if it moved everything into a designated archive folder\r
71    unless it had the 'inbox' tag assigned, in which case it moved it\r
72    there. Note that we have the moving/deleting patches, then this could\r
73    even be done as a script and some searches.\r
74 \r
75 With this, my inbox would be usable from my iPhone.\r
76 \r
77 -- \r
78 - Marten\r