Re: [ANNOUNCE] mutt with notmuch support
[notmuch-archives.git] / 78 / beeaabc5cbb8e51ae654ac693479f6d0de2e80
1 Return-Path: <bremner@pivot.cs.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 8F7D94196F2\r
6         for <notmuch@notmuchmail.org>; Sat, 12 Jun 2010 06:00:46 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_20=-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 IHpuWFlYblJJ for <notmuch@notmuchmail.org>;\r
16         Sat, 12 Jun 2010 06:00:36 -0700 (PDT)\r
17 Received: from pivot.cs.unb.ca (pivot.cs.unb.ca [131.202.240.57])\r
18         by olra.theworths.org (Postfix) with ESMTP id E40E6431FC1\r
19         for <notmuch@notmuchmail.org>; Sat, 12 Jun 2010 06:00:35 -0700 (PDT)\r
20 Received: from\r
21         fctnnbsc30w-142167182069.pppoe-dynamic.high-speed.nb.bellaliant.net\r
22         ([142.167.182.69] helo=rocinante.cs.unb.ca)\r
23         by pivot.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
24         (Exim 4.69) (envelope-from <bremner@pivot.cs.unb.ca>)\r
25         id 1ONQK5-0004z8-Oz; Sat, 12 Jun 2010 10:00:29 -0300\r
26 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.71)\r
27         (envelope-from <bremner@rocinante.cs.unb.ca>)\r
28         id 1ONQK0-00055i-33; Sat, 12 Jun 2010 10:00:24 -0300\r
29 From: David Bremner <bremner@unb.ca>\r
30 To: Christoph Groth <cwg@falma.de>\r
31 Subject: Re: syncing mail by simply syncing the filesystem\r
32 In-Reply-To: <87631obu64.fsf@falma.de>\r
33 References: <87631obu64.fsf@falma.de>\r
34 User-Agent: Notmuch/0.3.1-16-g417274d (http://notmuchmail.org) Emacs/23.1.1\r
35         (x86_64-pc-linux-gnu)\r
36 Date: Sat, 12 Jun 2010 10:00:24 -0300\r
37 Message-ID: <87vd9o5rtj.fsf@rocinante.cs.unb.ca>\r
38 MIME-Version: 1.0\r
39 Content-Type: text/plain; charset=us-ascii\r
40 X-Sender-Verified: bremner@pivot.cs.unb.ca\r
41 Cc: notmuch@notmuchmail.org\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sat, 12 Jun 2010 13:00:46 -0000\r
55 \r
56 On Sat, 12 Jun 2010 09:13:07 +0200, Christoph Groth <cwg@falma.de> wrote:\r
57 > The ideal setup would be one which would allow to use any of my\r
58 > computers independently (for example when I'm away with my laptop).\r
59 > When necessary, the local mail stores would be synchronized by simply\r
60 > syncing the home directory (I'm using unison for this).\r
61 \r
62 The issue with syncing notmuch is that you need to sync the tags\r
63 database as well. You can see one example way of doing that at \r
64 \r
65          http://pivot.cs.unb.ca/git/?p=notmuch-scripts.git;a=blob;f=scripts/gitmuch;hb=HEAD\r
66 \r
67 Another, potentially more elegant approach is to use "notmuch remote"\r
68 scripts written by Jesse Rosenthal. I haven't done this myself, but I\r
69 did think was feasible when I looked at them.\r
70 \r
71 More information can be found in message\r
72 \r
73      m1k4rkkchy.fsf@watt.gilman.jhu.edu\r
74 or\r
75 \r
76  git clone http://jkr.acm.jhu.edu/git/nm-remote.git\r
77 \r
78 \r
79 I'm sure there are other approaches as well.\r
80 \r
81 d\r