Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / 10 / faa95167a126b9816ab5a1ae2ca3156a9f72f3
1 Return-Path: <BATV+07538a6a129db43b075f+2637+infradead.org+hohndel@canuck.srs.infradead.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 6E68540DAC6\r
6         for <notmuch@notmuchmail.org>; Thu, 11 Nov 2010 17:44:00 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] 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 eDM8Z3iPyPuL for <notmuch@notmuchmail.org>;\r
16         Thu, 11 Nov 2010 17:43:47 -0800 (PST)\r
17 Received: from canuck.infradead.org (canuck.infradead.org [134.117.69.58])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id DC99B40DBD2\r
21         for <notmuch@notmuchmail.org>; Thu, 11 Nov 2010 17:43:47 -0800 (PST)\r
22 Received: from localhost ([127.0.0.1] helo=x201s.gr8dns.org)\r
23         by canuck.infradead.org with esmtp (Exim 4.72 #1 (Red Hat Linux))\r
24         id 1PGig7-0001xa-2i; Fri, 12 Nov 2010 01:43:47 +0000\r
25 Received: by x201s.gr8dns.org (Postfix, from userid 500)\r
26         id 4F0223E0D02; Thu, 11 Nov 2010 17:43:46 -0800 (PST)\r
27 From: Dirk Hohndel <hohndel@infradead.org>\r
28 To: Carl Worth <cworth@cworth.org>, notmuch@notmuchmail.org\r
29 Subject: Re: Maildir-flags synchronization now on master branch\r
30 In-Reply-To: <87zktfmkvy.fsf@yoom.home.cworth.org>\r
31 References: <87iq04nh8v.fsf@yoom.home.cworth.org>\r
32         <87zktfmkvy.fsf@yoom.home.cworth.org>\r
33 User-Agent: Notmuch/0.4-20-gaf4d112 (http://notmuchmail.org) Emacs/23.2.1\r
34         (x86_64-redhat-linux-gnu)\r
35 Date: Thu, 11 Nov 2010 17:43:46 -0800\r
36 Message-ID: <m3fwv7fh9p.fsf@x201s.gr8dns.org>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain; charset=us-ascii\r
39 X-SRS-Rewrite: SMTP reverse-path rewritten from <hohndel@infradead.org> by\r
40         canuck.infradead.org See http://www.infradead.org/rpr.html\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: Fri, 12 Nov 2010 01:44:00 -0000\r
54 \r
55 On Thu, 11 Nov 2010 16:43:45 -0800, Carl Worth <cworth@cworth.org> wrote:\r
56\r
57 > Now that all of this maildir-flag synchronization is possible, I wonder\r
58 > if we shouldn't allow the user to configure the mapping of maildir-flag\r
59 > characters to tag names. That would allow for (a limited number of) tags\r
60 > to be synchronized on multiple machines using synchronization mechanisms\r
61 > such as offlineimap without needing any notmuch-aware synchronization.\r
62\r
63 > So that might be very interesting.\r
64 \r
65 Oh I LOVE that idea. There are only a small number of tags that I\r
66 /really/ need and to be able to access them from multiplme machines,\r
67 kept in sync through the imap server... awesome.\r
68 \r
69 /D\r