From 4a0ab9509fc0df1a606d934514eacb4bfc9dcd3d Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Mon, 2 Sep 2013 20:56:59 +0300 Subject: [PATCH] Re: [PATCH 0/3] Adding non-maildir tags does not move message from new to cur --- 1e/908975e294d613ab10ca373ab40673fb86bd9d | 81 +++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 1e/908975e294d613ab10ca373ab40673fb86bd9d diff --git a/1e/908975e294d613ab10ca373ab40673fb86bd9d b/1e/908975e294d613ab10ca373ab40673fb86bd9d new file mode 100644 index 000000000..4d96efd19 --- /dev/null +++ b/1e/908975e294d613ab10ca373ab40673fb86bd9d @@ -0,0 +1,81 @@ +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 35B40431FCF + for ; Mon, 2 Sep 2013 10:57:08 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.7 +X-Spam-Level: +X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 + tests=[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 G0D4kUaw1IRa for ; + Mon, 2 Sep 2013 10:57:02 -0700 (PDT) +Received: from mail-ee0-f43.google.com (mail-ee0-f43.google.com + [74.125.83.43]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client + certificate requested) by olra.theworths.org (Postfix) with ESMTPS id + 551FE431FC7 for ; Mon, 2 Sep 2013 10:57:02 -0700 + (PDT) +Received: by mail-ee0-f43.google.com with SMTP id e52so2506148eek.16 + for ; Mon, 02 Sep 2013 10:56:59 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:cc:subject:in-reply-to:references + :user-agent:date:message-id:mime-version:content-type; + bh=7B+ZYdAXtFeLq4sqt12et7s85K1hJdGzRDfqqRnLIjc=; + b=B1nEpmBrlSRHJ5F/NuKmmSIbTaUTGT6b5UJY0thma6kjNqVnrTJtHT3hv/9BRlFdXB + Rwh9XjaQH43jsfWQpS5Mus4hs89Luv4+z9tJ+lJN45U6lzkcGbtL9PZlXklBE2Oxurn6 + ypDsdX6ghDtJh32YS2V86csI4u4J/9jEzRn8vhR8eIeTH5bHxJ3Zlohv4nUnHVCMQJ9+ + XzODt0o5a89+jl2AKc/v1LnwEeWIzsgXg9vd1T4RQCF8w+PcSQp8i8huYW0y0HCb3cHK + qWSp0eXe0X5y7k22AZEgluLL8S7cOY5QZxABSisermBwKYhTPzr0ywWeDPZl4boIFXdz + lO5g== +X-Gm-Message-State: + ALoCoQlz+JbG+7oqerJqp475lh8JdOUTE5FHq3G43++kLRdcxSh959gvUfXD6p4gXmEeEgIwyKVV +X-Received: by 10.15.91.3 with SMTP id r3mr39554650eez.4.1378144619703; + Mon, 02 Sep 2013 10:56:59 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) + by mx.google.com with ESMTPSA id z12sm24263126eev.6.1969.12.31.16.00.00 + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 02 Sep 2013 10:56:58 -0700 (PDT) +From: Jani Nikula +To: Michal Sojka , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/3] Adding non-maildir tags does not move message from + new to cur +In-Reply-To: <1355952747-27350-1-git-send-email-sojkam1@fel.cvut.cz> +References: <1355952747-27350-1-git-send-email-sojkam1@fel.cvut.cz> +User-Agent: Notmuch/0.16+39~gf3963b0 (http://notmuchmail.org) Emacs/24.3.1 + (x86_64-pc-linux-gnu) +Date: Mon, 02 Sep 2013 20:56:59 +0300 +Message-ID: <87r4d7nm38.fsf@nikula.org> +MIME-Version: 1.0 +Content-Type: text/plain +Cc: Daniel +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, 02 Sep 2013 17:57:08 -0000 + +On Wed, 19 Dec 2012, Michal Sojka wrote: +> patches in this series should supersede the patches in +> id:1316039001-32602-5-git-send-email-l.rilling@av7.net. They address +> the comments from Jani Nikula and add tests for the behavior that was +> unintentionally changed by the previous version of the patch. + +Michal, sorry about not following through with the series in a timely +manner. We want the feature and it looks good to me. + +BR, +Jani. -- 2.26.2