[PATCH 2/2] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 31 / 5a2d68386ea1671cd220211b7e579b1219b053
1 Return-Path: <prvs=jrosenthal=7726e989f@jhu.edu>\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 3E1C24196F2\r
6         for <notmuch@notmuchmail.org>; Sat, 12 Jun 2010 06:29:24 -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: -4.2\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
12         tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] 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 2tIr98H1+2Mn for <notmuch@notmuchmail.org>;\r
16         Sat, 12 Jun 2010 06:29:13 -0700 (PDT)\r
17 Received: from ipex4.johnshopkins.edu (ipex4.johnshopkins.edu\r
18         [128.220.161.141])\r
19         by olra.theworths.org (Postfix) with ESMTP id 0F0EF431FC1\r
20         for <notmuch@notmuchmail.org>; Sat, 12 Jun 2010 06:29:12 -0700 (PDT)\r
21 X-IronPort-AV: E=Sophos;i="4.53,408,1272859200"; d="scan'208";a="373874404"\r
22 Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky.home)\r
23         ([69.255.36.229])\r
24         by ipex4.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
25         12 Jun 2010 09:29:12 -0400\r
26 Received: from jkr by lucky.home with local (Exim 4.71)\r
27         (envelope-from <jrosenthal@jhu.edu>)\r
28         id 1ONQld-0000j1-5O; Sat, 12 Jun 2010 09:28:57 -0400\r
29 From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
30 To: David Bremner <bremner@unb.ca>, Christoph Groth <cwg@falma.de>\r
31 Subject: Re: syncing mail by simply syncing the filesystem\r
32 In-Reply-To: <87y6eke67e.fsf@lucky.home>\r
33 References: <87631obu64.fsf@falma.de> <87vd9o5rtj.fsf@rocinante.cs.unb.ca>\r
34         <87y6eke67e.fsf@lucky.home>\r
35 User-Agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/23.2.1\r
36         (i486-pc-linux-gnu)\r
37 Date: Sat, 12 Jun 2010 09:28:57 -0400\r
38 Message-ID: <87vd9oe5wm.fsf@lucky.home>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\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:29:24 -0000\r
55 \r
56 \r
57 Sorry -- unclear on a couple of points:\r
58 \r
59 On Sat, 12 Jun 2010 09:22:29 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
60 > 2. You could brute-force it. Include a nm_dump file as one of your\r
61 > unison paths, along with your Maildir, then always run:\r
62\r
63 > notmuch dump > nm_dump\r
64 > unison\r
65 \r
66 You have to run "notmuch new" here.\r
67 \r
68 > notmuch restore nm_dump\r
69 \r
70 > If you take a bit of care in how you tell unison nm_dump files...\r
71 \r
72 I meant, of course, "how you tell unison to merge nm_dump files."\r