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 19143431FBD for ; Mon, 28 Apr 2014 00:24:56 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.6 X-Spam-Level: ** X-Spam-Status: No, score=2.6 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_ILLEGAL_IP=3.399, RCVD_IN_DNSWL_LOW=-0.7] 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 c3vv5skHZOcU for ; Mon, 28 Apr 2014 00:24:52 -0700 (PDT) Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id E62F7431FBC for ; Mon, 28 Apr 2014 00:24:51 -0700 (PDT) Received: by mail-we0-f177.google.com with SMTP id t60so4212261wes.36 for ; Mon, 28 Apr 2014 00:24:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:user-agent:in-reply-to:date :message-id:mime-version:content-type; bh=RCUHtuP7WM5G4gFvcTKC/0XBkSYwC76NYgc/TgJ6IuI=; b=hATYz8FlojV6V5lpN3DyUWXFLWooBHzCFf4/LgZ7Rcih52cPeLkga3s8/vQpbOcbsK yJUK2HvRwVHegA5xAkEZOd5hcwEals+wrSt1HYT32ETqk2NUITynPoiL/36Cr2OE8Plc JXllyiUTYEXTGZkTEKhbr5dNL8dZlytb4dSV0HFf+S5K0t29IICr1/HQL9ICUxIaJz5H ZM3p0cxdy3HBwt48kovmArjSVvibPyHtYNU70Xy7TNM2k/dOCiPn3hn1lM4RDDLJpH1f I2ErSZpPwuSekCpETnd09GyTw50NAbF6unN+CJTjRl/8XJe0Go7BCYHf+1ZyeQpmjNhH Cvgw== X-Received: by 10.194.109.227 with SMTP id hv3mr18064639wjb.10.1398669889493; Mon, 28 Apr 2014 00:24:49 -0700 (PDT) Received: from Samskara.home (host5-81-31-114.range5-81.btcentralplus.com. [5.81.31.114]) by mx.google.com with ESMTPSA id dn4sm15908090wib.18.2014.04.28.00.24.48 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 28 Apr 2014 00:24:48 -0700 (PDT) X-Google-Original-From: Sam Halliday From: Sam Halliday To: "Austin Clements" Subject: Re: github mirror References: <87bnvn111h.fsf@Samskara.home> <20140427223717.GQ25817@mit.edu> User-agent: mu4e 0.9.9.5; emacs 24.3.1 In-reply-to: <20140427223717.GQ25817@mit.edu> Date: Mon, 28 Apr 2014 08:25:13 +0100 Message-ID: <87mwf5ud9i.fsf@Samskara.home> MIME-Version: 1.0 Content-Type: text/plain Cc: notmuch@notmuchmail.org 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: Mon, 28 Apr 2014 07:24:56 -0000 Austin Clements writes: > Quoth Sam Halliday on Apr 27 at 12:09 pm: >> But in any case, my RFE/question was this: how hard would it be to have >> an optional mode of behaviour where tags are stored in the message >> itself, so that syncing with an IMAP server (e.g. via offlineimap) >> would make the tags available on all devices. > > FWIW, we've discussed being able to configure a bi-directional mapping > between folders and notmuch tags, using hard links (or simply message > copies) to map messages with multiple tags to multiple file system > folders. There's been some prototyping [1], though no serious code. > If this did happen, you'd be able to sync Gmail labels with notmuch > tags without any help from OfflineIMAP (OfflineIMAP could perform > better and use less disk space if it knew how to set up hard links > when talking to Gmail, but this would be entirely independent of > notmuch). You might also be able to work out cross-device sync, using > IMAP folder synchronization as a channel for tag synchronization. I am extremely interested in the progress of this. Please keep me updated if anything moves in this area. Hard links are a secondary concern (that could be independently scripted if memory is an issue, and is only worth the effort if the label and tag syncing works).