From: Jani Nikula Date: Mon, 10 Mar 2014 18:24:50 +0000 (+0200) Subject: Re: v3 of boolean folder: patches X-Git-Url: http://git.tremily.us/?p=notmuch-archives.git;a=commitdiff_plain;h=7c03eee61bc69299cbee8d33f12edba16df2219d Re: v3 of boolean folder: patches --- diff --git a/33/f032501fb707309719941cc3637b557b3b3aa7 b/33/f032501fb707309719941cc3637b557b3b3aa7 new file mode 100644 index 000000000..e11c13e28 --- /dev/null +++ b/33/f032501fb707309719941cc3637b557b3b3aa7 @@ -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 1D547431FBD + for ; Mon, 10 Mar 2014 11:25:05 -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 R8tdD0saAxei for ; + Mon, 10 Mar 2014 11:24:57 -0700 (PDT) +Received: from mail-ea0-f178.google.com (mail-ea0-f178.google.com + [209.85.215.178]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id 46CC1431FBC + for ; Mon, 10 Mar 2014 11:24:57 -0700 (PDT) +Received: by mail-ea0-f178.google.com with SMTP id a15so3858493eae.37 + for ; Mon, 10 Mar 2014 11:24:54 -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=jkdoC8/pFVCHJA01Jw5VzvQ0TY26oTP8Romrqm84lb4=; + b=luzF7UCsdulOj44u6NeaIbkT01fvd/2F4fMoKFudorEzdBJkZFWHULk+AtFqNhyKg5 + AxXZqtggNSeikBeQknXm+RQjnRJWRXYJTCRL2uSq467ZKxjMGu2ZHIXLPHD9eE9PFnKZ + IMt98avIHG08F2mb3DQ45MXs9PhzOITV4EjufZl4q9pVYDUnQ3l+avU49H7eVAYW5Gpb + I3p2QBLqYfTSmpeAKnN/8VGf+P4xRE54HtqvzM8MMVKUVGeqfk/Xg+yIxK4HV7qOes56 + gx4yvNn6fFNy26ZXuT7WVDVIe6QphHyB86fjbOzgtiKcaTq1prME1PRtMq9ff6zc5NBD + jaDQ== +X-Gm-Message-State: + ALoCoQnDzfaVWGv5ywYLYelEk+j1esteZjvM6l6ge2irGGB3+h9Gwlfh0trzsYEqPoeWXyszDNok +X-Received: by 10.14.107.129 with SMTP id o1mr4545896eeg.99.1394475893247; + Mon, 10 Mar 2014 11:24:53 -0700 (PDT) +Received: from localhost (dsl-hkibrasgw2-58c36f-91.dhcp.inet.fi. + [88.195.111.91]) by mx.google.com with ESMTPSA id + cb5sm47766959eeb.18.2014.03.10.11.24.51 for + (version=TLSv1.2 cipher=RC4-SHA bits=128/128); + Mon, 10 Mar 2014 11:24:52 -0700 (PDT) +From: Jani Nikula +To: "W. Trevor King" , David Bremner +Subject: Re: v3 of boolean folder: patches +In-Reply-To: <20140310181053.GI29333@odin.tremily.us> +References: <1394313585-28422-1-git-send-email-david@tethera.net> + <87lhwk9xnm.fsf@zancas.localnet> + <20140310181053.GI29333@odin.tremily.us> +User-Agent: Notmuch/0.17+120~gb12e1244e14f (http://notmuchmail.org) + Emacs/24.3.1 (x86_64-pc-linux-gnu) +Date: Mon, 10 Mar 2014 20:24:50 +0200 +Message-ID: <87vbvlkj2l.fsf@nikula.org> +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, 10 Mar 2014 18:25:05 -0000 + +On Mon, 10 Mar 2014, "W. Trevor King" wrote: +> Since patches 06/15 and 07/15 never made it to the list [1] (or gmane +> [2]), I think we need to untag 06/15 in nmbug. It was tagged in +> b3eb5c4 (2014-03-09), but without the messages in my local archive, I +> get: + +I untagged it earlier today. Do you still see the problem? + +BR, +Jani.