Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 1465B6DE0B26 for ; Sun, 16 Aug 2015 17:59:05 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.175 X-Spam-Level: X-Spam-Status: No, score=-2.175 tagged_above=-999 required=5 tests=[AWL=0.676, RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XKewgRVOC4zi for ; Sun, 16 Aug 2015 17:59:01 -0700 (PDT) Received: from market.scs.stanford.edu (market.scs.stanford.edu [171.66.3.10]) by arlo.cworth.org (Postfix) with ESMTPS id 637A96DE01D3 for ; Sun, 16 Aug 2015 17:59:01 -0700 (PDT) Received: from market.scs.stanford.edu (localhost.scs.stanford.edu [127.0.0.1]) by market.scs.stanford.edu (8.14.7/8.14.7) with ESMTP id t7H0x0hG029216 for ; Sun, 16 Aug 2015 17:59:00 -0700 (PDT) Received: (from dm@localhost) by market.scs.stanford.edu (8.14.7/8.14.7/Submit) id t7H0x0jD024512; Sun, 16 Aug 2015 17:59:00 -0700 (PDT) X-Authentication-Warning: market.scs.stanford.edu: dm set sender to return-vz9w5343p22f4hwwy29ph5pe8s@ta.scs.stanford.edu using -f From: David Mazieres To: Subject: ANNOUNCE: muchsync 2 released Date: Sun, 16 Aug 2015 17:58:59 -0700 Message-ID: <874mjy3f3g.fsf@ta.scs.stanford.edu> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.18 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: Mon, 17 Aug 2015 00:59:05 -0000 I'm pleased to announce the release of muchsync version 2. Muchsync is a tool for replicating and synchronizing your notmuch databases across machines. The new version is reported to build out of the box on Mac OS X. There's one new feature, which is a new notmuch config option, "muchsync.and_tags". When a message experiences an update conflict, muchsync deletes any tag in muchsync.and_tags unless that tag is present in both replicas (a logical and). For all other tags, muchsync adds the tag if it exists on either replica (a logical or). The default for muchsync.and_tags is to use the value of new.tags, as in previous versions of muchsync. As usual, the distribution is available from the muchsync home page: http://www.muchsync.org/ Enjoy.