Re: [PATCH] Fix typo in Message.maildir_flags_to_tags
[notmuch-archives.git] / 2b / aa782f0cf9651dbf255743988ade0c4221ace7
1 Return-Path: <bremner@unb.ca>\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 AD07B431FAF\r
6         for <notmuch@notmuchmail.org>; Wed, 28 Nov 2012 10:10:01 -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 sCSI2ev5wGNo for <notmuch@notmuchmail.org>;\r
16         Wed, 28 Nov 2012 10:10:01 -0800 (PST)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 0BF90431FAE\r
21         for <notmuch@notmuchmail.org>; Wed, 28 Nov 2012 10:10:01 -0800 (PST)\r
22 Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
23         by tesseract.cs.unb.ca with esmtpsa\r
24         (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
25         (envelope-from <bremner@unb.ca>)\r
26         id 1Tdm59-0000pL-Fv; Wed, 28 Nov 2012 14:09:59 -0400\r
27 Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1Tdm54-0003o2-4R; Wed, 28 Nov 2012 14:09:54 -0400\r
30 From: David Bremner <david@tethera.net>\r
31 To: Jeremy Nickurak <not-much@trk.nickurak.ca>,\r
32         notmuch <notmuch@notmuchmail.org>\r
33 Subject: Re: gmail label support in offlineimap - update\r
34 In-Reply-To:\r
35  <CA+eQo_0wOSjHoMK30_PwGZonBNbSDCRy+ghX-TnimfZp++8cBg@mail.gmail.com>\r
36 References: <50B62409.7050706@gmail.com>\r
37         <CA+eQo_0wOSjHoMK30_PwGZonBNbSDCRy+ghX-TnimfZp++8cBg@mail.gmail.com>\r
38 User-Agent: Notmuch/0.14+76~g84a0c52 (http://notmuchmail.org) Emacs/24.2.1\r
39         (x86_64-pc-linux-gnu)\r
40 Date: Wed, 28 Nov 2012 14:09:54 -0400\r
41 Message-ID: <87wqx5bnv1.fsf@convex-new.cs.unb.ca>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain\r
44 X-Spam_bar: -\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, 28 Nov 2012 18:10:01 -0000\r
58 \r
59 Jeremy Nickurak <not-much@trk.nickurak.ca> writes:\r
60 \r
61 \r
62 > The other direction sounds like it would be trickier though, since there's\r
63 > no obvious way to say "what notmuch tags have changed since time X?". Is\r
64 > this something that notmuch could provide?\r
65 \r
66 Not currently, but there have been patches proposed; see e.g.\r
67 \r
68     id:1323796305-28789-1-git-send-email-schnouki@schnouki.net\r
69 \r
70 > Alternatively, would it be a good idea to give notmuch a tags-changed hook,\r
71 > so that an external tool could be called on a tag change? That sounds like\r
72 > would solve this problem, keep the gmail/imap logic safely away from\r
73 > notmuch, and probably provide some really interesting other opportunities\r
74 > for automation of things by tags.\r
75 \r
76 See the thread at \r
77 \r
78     id:1342503373-16979-1-git-send-email-dominik@with-h.at\r
79 \r
80 for some patches and discussion.\r