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 433BA431E62 for ; Fri, 14 Sep 2012 05:05:57 -0700 (PDT) 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 MRV1GBZkMiXC for ; Fri, 14 Sep 2012 05:05:56 -0700 (PDT) Received: from mail.cryptobitch.de (cryptobitch.de [88.198.7.68]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 54707431FAE for ; Fri, 14 Sep 2012 05:05:56 -0700 (PDT) Received: from mail.jade-hamburg.de (mail.jade-hamburg.de [85.183.11.228]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cryptobitch.de (Postfix) with ESMTPSA id 911665AA8F2 for ; Fri, 14 Sep 2012 14:05:51 +0200 (CEST) Received: by mail.jade-hamburg.de (Postfix, from userid 401) id 109DADF2A3; Fri, 14 Sep 2012 14:05:51 +0200 (CEST) Received: from thinkbox.jade-hamburg.de (mail.jade-hamburg.de [85.183.11.228]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: teythoon) by mail.jade-hamburg.de (Postfix) with ESMTPSA id 6A2E8DF2A1; Fri, 14 Sep 2012 14:05:48 +0200 (CEST) Received: from teythoon by thinkbox.jade-hamburg.de with local (Exim 4.80) (envelope-from ) id 1TCUeZ-0004JA-AR; Fri, 14 Sep 2012 14:05:47 +0200 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable To: Damien Cassou , Jeremy Nickurak From: Justus Winter <4winter@informatik.uni-hamburg.de> In-Reply-To: References: Message-ID: <20120914120547.22539.76737@thinkbox.jade-hamburg.de> User-Agent: alot/0.3.3+ Subject: Re: Better Gmail handling by not using Notmuch tags Date: Fri, 14 Sep 2012 14:05:47 +0200 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: Fri, 14 Sep 2012 12:05:57 -0000 Quoting Damien Cassou (2012-09-13 17:15:30) > On Thu, Sep 13, 2012 at 5:13 PM, Jeremy Nickurak > wrote: > > Gmail doesn't have folders, of course, it has labels, which are > > approximately equivalent to notmuch tags. The key difference being that= a > > message can only be in one folder, but it can have multiple tags/labels. > = > Gmail exports its labels as IMAP folders: an email with multiple > labels will be duplicated in multiple folders (one per label). That's > why I'm asking if it would be possible to manupale folders from > Notmuch instead of tags. Daniel Kreischer contributed a feature to afew called mailmover that allows one to specify a mapping between IMAP folders and notmuch tags and move mails accordingly. Justus