Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 2c / 63a595f3a49db4e49e55459f6a63b39765629d
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 448144196F2\r
6         for <notmuch@notmuchmail.org>; Sat, 12 Jun 2010 06:37:38 -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: -1.9\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9] 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 IiXJ9Xv2NGuT for <notmuch@notmuchmail.org>;\r
16         Sat, 12 Jun 2010 06:37:25 -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 62428431FC1\r
19         for <notmuch@notmuchmail.org>; Sat, 12 Jun 2010 06:37:25 -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 1ONQtl-000522-Sv; Sat, 12 Jun 2010 10:37:21 -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 1ONQtg-0005b6-Cf; Sat, 12 Jun 2010 10:37:16 -0300\r
29 From: David Bremner <bremner@unb.ca>\r
30 To: Arvid Picciani <aep@exys.org>\r
31 Subject: Re: syncing mail by simply syncing the filesystem\r
32 In-Reply-To: <87d3vwpeou.fsf@exys.org>\r
33 References: <87631obu64.fsf@falma.de> <87d3vwpeou.fsf@exys.org>\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:37:16 -0300\r
37 Message-ID: <87sk4s5q43.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:37:38 -0000\r
55 \r
56 On Sat, 12 Jun 2010 15:23:45 +0200, Arvid Picciani <aep@exys.org> wrote:\r
57 \r
58 > syncing maildir works.  notmuch's db resides inside your maildir, but its\r
59 > probably not safe to do while its running. And you can only have one\r
60 > place receive your mail, otherwise you loose tags.\r
61 \r
62 Well, only one place where you mark things unread as well with this\r
63 approach. Otherwise updating the database in two places and attempting\r
64 to sync will lead to an unmergable conflict, won't it?\r
65 \r
66 d\r
67 \r