From 17ea4f6a8fc41658cbae17bd2cc8f2fac22fe48d Mon Sep 17 00:00:00 2001 From: David Bremner Date: Thu, 29 Nov 2012 12:45:25 +2000 Subject: [PATCH] Re: gmail label support patch available for oflineimap --- 33/6973b413275469a5a643f84f10dad80b80db90 | 78 +++++++++++++++++++++++ 1 file changed, 78 insertions(+) create mode 100644 33/6973b413275469a5a643f84f10dad80b80db90 diff --git a/33/6973b413275469a5a643f84f10dad80b80db90 b/33/6973b413275469a5a643f84f10dad80b80db90 new file mode 100644 index 000000000..840d2c509 --- /dev/null +++ b/33/6973b413275469a5a643f84f10dad80b80db90 @@ -0,0 +1,78 @@ +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 2C9E6431FAF + for ; Wed, 28 Nov 2012 08:45:39 -0800 (PST) +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 xqsAGTgbyFha for ; + Wed, 28 Nov 2012 08:45:38 -0800 (PST) +Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238]) + (using TLSv1 with cipher AES256-SHA (256/256 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 98669431FAE + for ; Wed, 28 Nov 2012 08:45:38 -0800 (PST) +Received: from convex-new.cs.unb.ca ([131.202.245.35]) + by tesseract.cs.unb.ca with esmtpsa + (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) + (envelope-from ) + id 1TdklP-0000eU-4J; Wed, 28 Nov 2012 12:45:31 -0400 +Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80) + (envelope-from ) + id 1TdklJ-0008K4-PA; Wed, 28 Nov 2012 12:45:25 -0400 +From: David Bremner +To: Michal Nazarewicz , Tomi Ollila , + Rainer M Krug +Subject: Re: gmail label support patch available for oflineimap +In-Reply-To: +References: <87zk24ctko.fsf@convex-new.cs.unb.ca> + <50B3871B.2050509@gmail.com> <87r4ngcl00.fsf@convex-new.cs.unb.ca> + <50B48627.9040409@gmail.com> + + + +User-Agent: Notmuch/0.14+76~g84a0c52 (http://notmuchmail.org) Emacs/24.2.1 + (x86_64-pc-linux-gnu) +Date: Wed, 28 Nov 2012 12:45:25 -0400 +Message-ID: <87a9u1d6ca.fsf@convex-new.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-Spam_bar: - +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: Wed, 28 Nov 2012 16:45:39 -0000 + +Michal Nazarewicz writes: + +> On Wed, Nov 28 2012, Tomi Ollila wrote: +>> I could not find it in the docs (looked wiki mainly) but one of the +>> principles notmuch currently operates that the *contents* of the email +>> files it reads are not ever modified. i.e. the email files are read-only +>> from notmuch (cli) point of view. +> +> This is only a problem if you want to modify the labels in the email and +> sync them back to Gmail though, right? + +Right. But without that, the whole thing could be scripted pretty easily +I think, just parse the x-labels header and use notmuch-deliver or +something like that. + +d -- 2.26.2