Re: syncing mail by simply syncing the filesystem
authorJesse Rosenthal <jrosenthal@jhu.edu>
Sat, 12 Jun 2010 13:28:57 +0000 (09:28 +2000)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:37:08 +0000 (09:37 -0800)
31/5a2d68386ea1671cd220211b7e579b1219b053 [new file with mode: 0644]

diff --git a/31/5a2d68386ea1671cd220211b7e579b1219b053 b/31/5a2d68386ea1671cd220211b7e579b1219b053
new file mode 100644 (file)
index 0000000..1b1bfdc
--- /dev/null
@@ -0,0 +1,72 @@
+Return-Path: <prvs=jrosenthal=7726e989f@jhu.edu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 3E1C24196F2\r
+       for <notmuch@notmuchmail.org>; Sat, 12 Jun 2010 06:29:24 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -4.2\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5\r
+       tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] autolearn=ham\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id 2tIr98H1+2Mn for <notmuch@notmuchmail.org>;\r
+       Sat, 12 Jun 2010 06:29:13 -0700 (PDT)\r
+Received: from ipex4.johnshopkins.edu (ipex4.johnshopkins.edu\r
+       [128.220.161.141])\r
+       by olra.theworths.org (Postfix) with ESMTP id 0F0EF431FC1\r
+       for <notmuch@notmuchmail.org>; Sat, 12 Jun 2010 06:29:12 -0700 (PDT)\r
+X-IronPort-AV: E=Sophos;i="4.53,408,1272859200"; d="scan'208";a="373874404"\r
+Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky.home)\r
+       ([69.255.36.229])\r
+       by ipex4.johnshopkins.edu with ESMTP/TLS/AES256-SHA;\r
+       12 Jun 2010 09:29:12 -0400\r
+Received: from jkr by lucky.home with local (Exim 4.71)\r
+       (envelope-from <jrosenthal@jhu.edu>)\r
+       id 1ONQld-0000j1-5O; Sat, 12 Jun 2010 09:28:57 -0400\r
+From: Jesse Rosenthal <jrosenthal@jhu.edu>\r
+To: David Bremner <bremner@unb.ca>, Christoph Groth <cwg@falma.de>\r
+Subject: Re: syncing mail by simply syncing the filesystem\r
+In-Reply-To: <87y6eke67e.fsf@lucky.home>\r
+References: <87631obu64.fsf@falma.de> <87vd9o5rtj.fsf@rocinante.cs.unb.ca>\r
+       <87y6eke67e.fsf@lucky.home>\r
+User-Agent: Notmuch/0.3.1-58-g6607fd6 (http://notmuchmail.org) Emacs/23.2.1\r
+       (i486-pc-linux-gnu)\r
+Date: Sat, 12 Jun 2010 09:28:57 -0400\r
+Message-ID: <87vd9oe5wm.fsf@lucky.home>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sat, 12 Jun 2010 13:29:24 -0000\r
+\r
+\r
+Sorry -- unclear on a couple of points:\r
+\r
+On Sat, 12 Jun 2010 09:22:29 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
+> 2. You could brute-force it. Include a nm_dump file as one of your\r
+> unison paths, along with your Maildir, then always run:\r
+> \r
+> notmuch dump > nm_dump\r
+> unison\r
+\r
+You have to run "notmuch new" here.\r
+\r
+> notmuch restore nm_dump\r
+\r
+> If you take a bit of care in how you tell unison nm_dump files...\r
+\r
+I meant, of course, "how you tell unison to merge nm_dump files."\r