Re: release-candidate/0.6
[notmuch-archives.git] / 24 / 3dd629fd2af88b9858b8956bbd9505c5fe3988
1 Return-Path: <sojkam1@fel.cvut.cz>\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 36F2A4196F6\r
6         for <notmuch@notmuchmail.org>; Sat, 30 Jan 2010 02:12:11 -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.649\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.649 tagged_above=-999 required=5\r
12         tests=[AWL=-0.650, 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 VFvkSZPkpDtc for <notmuch@notmuchmail.org>;\r
16         Sat, 30 Jan 2010 02:12:10 -0800 (PST)\r
17 Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
18         by olra.theworths.org (Postfix) with ESMTP id 59D00431FDA\r
19         for <notmuch@notmuchmail.org>; Sat, 30 Jan 2010 02:12:10 -0800 (PST)\r
20 Received: from localhost (unknown [192.168.200.4])\r
21         by max.feld.cvut.cz (Postfix) with ESMTP id 62EB019F33E0;\r
22         Sat, 30 Jan 2010 11:12:08 +0100 (CET)\r
23 X-Virus-Scanned: IMAP AMAVIS\r
24 Received: from max.feld.cvut.cz ([192.168.200.1])\r
25         by localhost (styx.feld.cvut.cz [192.168.200.4]) (amavisd-new,\r
26         port 10044)\r
27         with ESMTP id uVjz4wdInDbD; Sat, 30 Jan 2010 11:12:04 +0100 (CET)\r
28 Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
29         by max.feld.cvut.cz (Postfix) with ESMTP id 4B81619F3399;\r
30         Sat, 30 Jan 2010 11:12:04 +0100 (CET)\r
31 Received: from resox.localnet (unknown [213.29.198.144])\r
32         (Authenticated sender: sojkam1)\r
33         by imap.feld.cvut.cz (Postfix) with ESMTPSA id 39013FA003;\r
34         Sat, 30 Jan 2010 11:12:04 +0100 (CET)\r
35 From: Michal Sojka <sojkam1@fel.cvut.cz>\r
36 To: notmuch@notmuchmail.org\r
37 Date: Sat, 30 Jan 2010 11:12:03 +0100\r
38 User-Agent: KMail/1.12.4 (Linux/2.6.31-1-686; KDE/4.3.4; i686; ; )\r
39 References: <87wrz3zl94.fsf@gmail.com>\r
40 In-Reply-To: <87wrz3zl94.fsf@gmail.com>\r
41 MIME-Version: 1.0\r
42 Content-Type: Text/Plain;\r
43   charset="utf-8"\r
44 Content-Transfer-Encoding: 7bit\r
45 Message-Id: <201001301112.03142.sojkam1@fel.cvut.cz>\r
46 Cc: Paul R <paul.r.ml@gmail.com>\r
47 Subject: Re: [notmuch] Some thoughts about notmuch sync with other agents\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Sat, 30 Jan 2010 10:12:11 -0000\r
61 \r
62 On Wednesday 27 of January 2010 15:16:07 Paul R wrote:\r
63 > [...] \r
64 > Conclusion:\r
65 > -----------\r
66\r
67 > As we have seen, this would allow most IMAP <-> MailDir <-> NotMuch\r
68 > synchronisation, without having to implement any kind of\r
69 > MailDir-specific logic inside notmuch. In fact, this notmuch-maildir\r
70 > helper would be a simple script, and we could imagine doing similar\r
71 > script for other stores, without having to touch the core of notmuch.\r
72 \r
73 Hi,\r
74 \r
75 I mostly agree with you. I'd also like to use offlineimap with notmuch and \r
76 have all "flags" synchronized. I'm only not sure whether it is reasonable to \r
77 put all MailDir logic out of notmuch. Currently, there already is a piece of \r
78 MailDir logic in notmuch-new.c in _entries_resemble_maildir().\r
79 \r
80 I think there might be an option in .notmuch-config which enables MailDir \r
81 handling in the way as you propose.\r
82 \r
83 Michal\r