Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 64 / 1f35b0ff816a7aed710ccb618b9c90881a0f5a
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 DB54440BC9C\r
6         for <notmuch@notmuchmail.org>; Tue,  5 Oct 2010 17:02:15 -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: -2.6\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.6 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7] 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 VA-WpQ0jBBlW for <notmuch@notmuchmail.org>;\r
16         Tue,  5 Oct 2010 17:02:05 -0700 (PDT)\r
17 X-Greylist: delayed 1173 seconds by postgrey-1.32 at olra;\r
18         Tue, 05 Oct 2010 17:02:05 PDT\r
19 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
20         by olra.theworths.org (Postfix) with ESMTP id 579E740BDA7\r
21         for <notmuch@notmuchmail.org>; Tue,  5 Oct 2010 17:02:05 -0700 (PDT)\r
22 Received: from rocinante.cs.unb.ca\r
23         (fctnnbsc30w-142167186162.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [142.167.186.162]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id o95NgG01009691\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Tue, 5 Oct 2010 20:42:17 -0300\r
28 Received: from bremner by rocinante.cs.unb.ca with local (Exim 4.72)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1P3H9E-00015f-GJ; Tue, 05 Oct 2010 20:42:16 -0300\r
31 From: David Bremner <bremner@unb.ca>\r
32 To: Ethan Glasser-Camp <glasse@cs.rpi.edu>, notmuch@notmuchmail.org\r
33 Subject: Re: notmuch synchronization\r
34 In-Reply-To: <4CAB8F24.7060300@cs.rpi.edu>\r
35 References: <4CAB8F24.7060300@cs.rpi.edu>\r
36 User-Agent: Notmuch/0.3.1-59-g676d251 (http://notmuchmail.org) Emacs/23.2.1\r
37         (x86_64-pc-linux-gnu)\r
38 Date: Tue, 05 Oct 2010 20:42:16 -0300\r
39 Message-ID: <87pqvo6wbr.fsf@rocinante.cs.unb.ca>\r
40 MIME-Version: 1.0\r
41 Content-Type: text/plain; charset=us-ascii\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: Wed, 06 Oct 2010 00:02:16 -0000\r
55 \r
56 On Tue, 05 Oct 2010 16:48:36 -0400, Ethan Glasser-Camp <glasse@cs.rpi.edu> wrote:\r
57 > - the message at\r
58 > http://notmuchmail.org/pipermail/notmuch/2010/002957.html starts a\r
59 > thread about exactly this subject. This seems like the most promising\r
60 > approach (using unison to sync mail across all machines, and using\r
61 > notmuch dump and notmuch restore to propagate the tag database), but I'm\r
62 > a little scared by the note that: \r
63 \r
64 > [deleted]\r
65 \r
66 I don't know about that particular thread, but a few brave souls (well,\r
67 maybe just two of us) are using the script at \r
68 \r
69 http://pivot.cs.unb.ca/git/?p=notmuch-scripts.git;a=blob_plain;f=scripts/gitmuch\r
70 \r
71 It doesn't use unison, but I suppose you could to sync the messages (if\r
72 you really wanted to). The tags are kept in a git repo and dumped and\r
73 restored to there.  This definitely is too slow sufficiently large\r
74 mailstores/slow machines, but it works for me with about 120k messages\r
75 on reasonably current desktops. \r
76 \r
77 No one claims this a great solution, but it works now.\r
78 \r
79 d\r