From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 5D4386DE11E1 for ; Tue, 19 Mar 2019 10:15:57 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -2.703 X-Spam-Level: X-Spam-Status: No, score=-2.703 tagged_above=-999 required=5 tests=[AWL=-0.202, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, 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 1aX2srebtyEb for ; Tue, 19 Mar 2019 10:15:55 -0700 (PDT) Received: from ra.horus-it.com (ra.horus-it.com [94.130.34.199]) by arlo.cworth.org (Postfix) with ESMTPS id BE24E6DE114E for ; Tue, 19 Mar 2019 10:15:55 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by ra.horus-it.com (Postfix) with ESMTP id 8999B48C13C3 for ; Tue, 19 Mar 2019 18:15:51 +0100 (CET) X-Virus-Scanned: at horus-it.com From: Ralph Seichter DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=monksofcool.net; s=k1; t=1553015746; bh=ufPDFGtIdZA+j1/VrYt3O66agebrSQzWxPWAX8bINLI=; h=From:To:Subject:In-Reply-To:References:Date:Message-ID: Content-Type; b=sGhXKwT5yc2p6aVE7KCzsiNuFE2CScIp0BjJ59Ne9YiqRz8iTLI71OySZLzatZber +EKAQQ4bNT5WrfTHLJjJQsHV8GlafF39fTYciDlx8H9YCdmJTWvTVta+LytLTSd8Xw aASrF0qggcB+EQubiTihZsB5kTmOSvlIta+KUUh+r2uKWVOYIYmp2eHureV8MbeUYh gJ2Ijt6Bznv1uSQrXbms/QwZ1eu9hwvNmmHkSwioJKHItfsvxPX0bNUP9vha5ivgIP QYCAqhToF6r4qrgkAXf0adFD1YO1jYA6A/gm9YxBdlUh5vEUKeAflh6Cnj1u6YgyjG 3X4PicxGc1Rhw== To: notmuch@notmuchmail.org Subject: Re: Synchronize tags across machines without a mail server In-Reply-To: <87ef73b1xd.fsf@bababa.i-did-not-set--mail-host-address--so-tickle-me> References: <87ef73b1xd.fsf@bababa.i-did-not-set--mail-host-address--so-tickle-me> Mail-Followup-To: notmuch@notmuchmail.org Date: Tue, 19 Mar 2019 18:15:46 +0100 Message-ID: <87h8byrdj1.fsf@ra.horus-it.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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: Tue, 19 Mar 2019 17:15:57 -0000 * Pierre Neidhardt: > muchsync (http://www.muchsync.org/): Requires our own mail server if I > understand correctly. No. If you have a machine A with notmuch already set up, and want to sync to machine B, you only need SSH access from B to A (plus notmuch and muchsync installed on B). -Ralph