From 06bd870c04d153c487baaec1285c0e2788d037fd Mon Sep 17 00:00:00 2001 From: David Bremner Date: Mon, 14 Apr 2014 09:51:05 +2100 Subject: [PATCH] Re: Synchronization success stories? --- cd/9dbb00e6b3a04fa8209eb96cf14c4e7610f1c6 | 76 +++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 cd/9dbb00e6b3a04fa8209eb96cf14c4e7610f1c6 diff --git a/cd/9dbb00e6b3a04fa8209eb96cf14c4e7610f1c6 b/cd/9dbb00e6b3a04fa8209eb96cf14c4e7610f1c6 new file mode 100644 index 000000000..227738bf0 --- /dev/null +++ b/cd/9dbb00e6b3a04fa8209eb96cf14c4e7610f1c6 @@ -0,0 +1,76 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id CC17B431FBD + for ; Sun, 13 Apr 2014 05:51:19 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id D2Ivj5nWz9ml for ; + Sun, 13 Apr 2014 05:51:13 -0700 (PDT) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 4B599431FBC + for ; Sun, 13 Apr 2014 05:51:13 -0700 (PDT) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1WZJsN-0004ZB-Fs; Sun, 13 Apr 2014 09:51:11 -0300 +Received: (nullmailer pid 11333 invoked by uid 1000); Sun, 13 Apr 2014 + 12:51:05 -0000 +From: David Bremner +To: Tilmann Singer , Brian Sniffen , + notmuch@notmuchmail.org +Subject: Re: Synchronization success stories? +In-Reply-To: <87ppklwin6.fsf@tils.net> +References: + <87ppklwin6.fsf@tils.net> +User-Agent: Notmuch/0.17+180~g8977b1a (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Sun, 13 Apr 2014 09:51:05 -0300 +Message-ID: <87r451xuiu.fsf@zancas.localnet> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Sun, 13 Apr 2014 12:51:19 -0000 + +Tilmann Singer writes: + +> +> With a reused ssh connection this is sufficiently fast for me (<2s). If +> there is interest I can clean up the script of hardcoded paths etc. and +> put it on github. + +Sure, sounds at least as good as what I am using. Also, syncmaildir +recently did something pretty annoying for upward compatibility, so in +the long term I'm interested in alternatives. + +Maybe we should start a notmuchmail.org wiki page with the various +solutions on it. + +> Synchronization of the notmuch tags database is only necessary when I +> switch between different client computers, which happens less +> frequently. Like David I have a dump file committed to git for that. I +> found it useful to sort the output before adding it to git, to avoid +> huge unreadable diffs: +> +> notmuch dump --format=batch-tag | sort > /path/to/notmuch.dump + +same here. -- 2.26.2