--- /dev/null
+Return-Path: <bremner@unb.ca>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id C43F8431FAF\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Nov 2012 09:49:42 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+ autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 9VaSoFWW2622 for <notmuch@notmuchmail.org>;\r
+ Mon, 26 Nov 2012 09:49:42 -0800 (PST)\r
+Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
+ (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+ (No client certificate requested)\r
+ by olra.theworths.org (Postfix) with ESMTPS id 59165431FAE\r
+ for <notmuch@notmuchmail.org>; Mon, 26 Nov 2012 09:49:42 -0800 (PST)\r
+Received: from convex-new.cs.unb.ca ([131.202.245.35])\r
+ by tesseract.cs.unb.ca with esmtpsa\r
+ (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72)\r
+ (envelope-from <bremner@unb.ca>)\r
+ id 1Td2oO-0000P8-SS; Mon, 26 Nov 2012 13:49:41 -0400\r
+Received: from bremner by convex-new.cs.unb.ca with local (Exim 4.80)\r
+ (envelope-from <bremner@unb.ca>)\r
+ id 1Td2oJ-0005HP-GQ; Mon, 26 Nov 2012 13:49:35 -0400\r
+From: David Bremner <david@tethera.net>\r
+To: Rainer@krugs.de\r
+Subject: Re: gmail label support patch available for oflineimap\r
+In-Reply-To: <50B3871B.2050509@gmail.com>\r
+References: <k8vn08$62g$2@ger.gmane.org> <87zk24ctko.fsf@convex-new.cs.unb.ca>\r
+ <50B3871B.2050509@gmail.com>\r
+User-Agent: Notmuch/0.14+76~g84a0c52 (http://notmuchmail.org) Emacs/24.2.1\r
+ (x86_64-pc-linux-gnu)\r
+Date: Mon, 26 Nov 2012 13:49:35 -0400\r
+Message-ID: <87r4ngcl00.fsf@convex-new.cs.unb.ca>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-Spam_bar: -\r
+Cc: notmuch@notmuchmail.org\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 26 Nov 2012 17:49:42 -0000\r
+\r
+Rainer M Krug <r.m.krug@gmail.com> writes:\r
+\r
+> Adding a layer to communicate with a remote server (gmail in this\r
+> case) would defy the purpose of having notmuch. In my opinion,\r
+> Synching from gmail to local maildir should be done by another tool,\r
+> and this synching includes the synching of the gmail labels.\r
+\r
+Well, the labels need to be synched with the notmuch database so the\r
+choice is between "extend notmuch + use offline imap" or "extend notmuch\r
+in a different way". It's true that re-inventing (a specialized version\r
+of) offline imap seems less than ideal.\r
+\r
+In the wild speculation department, since the feature is still in\r
+development on the the offlineimap side, maybe offlineimap can be\r
+convinced to work with a kind of sidecar file containing tag\r
+information. I think people have speculated about serializing the\r
+notmuch database in (something like) that way before.\r
+\r
+\r