From 10134ce29c7da5ef2ce74d46936a0da7e1b4fa82 Mon Sep 17 00:00:00 2001 From: Damien Cassou Date: Wed, 6 Feb 2013 10:43:30 +0100 Subject: [PATCH] Re: [PATCH 0/2] notmuch-combine-face-text-property improvements --- 30/fd03baf37644e86506cb6ed7457da6e9ad1d41 | 83 +++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 30/fd03baf37644e86506cb6ed7457da6e9ad1d41 diff --git a/30/fd03baf37644e86506cb6ed7457da6e9ad1d41 b/30/fd03baf37644e86506cb6ed7457da6e9ad1d41 new file mode 100644 index 000000000..f5b5a18da --- /dev/null +++ b/30/fd03baf37644e86506cb6ed7457da6e9ad1d41 @@ -0,0 +1,83 @@ +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 DECF9431FB6 + for ; Wed, 6 Feb 2013 01:43:55 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: -0.799 +X-Spam-Level: +X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, + FREEMAIL_FROM=0.001, 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 dM8fwXiAIq4K for ; + Wed, 6 Feb 2013 01:43:51 -0800 (PST) +Received: from mail-vc0-f170.google.com (mail-vc0-f170.google.com + [209.85.220.170]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id B9102431FAF + for ; Wed, 6 Feb 2013 01:43:51 -0800 (PST) +Received: by mail-vc0-f170.google.com with SMTP id p16so708404vcq.1 + for ; Wed, 06 Feb 2013 01:43:51 -0800 (PST) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=x-received:mime-version:in-reply-to:references:from:date:message-id + :subject:to:cc:content-type; + bh=BybvF9VLyKLBV+3fCBXtBXHqDK6vU+n5RclHIY6X29s=; + b=urKWtMpSkPfTYjuindSrnV8o5EyhI2KX/aYnAuy2aFVpr1FloYkpMaf28Q9cfDVlX+ + nA97D8ho6rKAx3JczYPL0S9q8DpNQAu79Zjoanf0WNyM8naY5BwAhNUu7PWl1jQpBhQZ + IsAg5AWlcfqGM8gUXD5F3h32TUnVL+ygLKSpkg6kCmcrt0CQy7zhIXu9I2BbHR/FmR/+ + cMTbMMpbmhnWUoSuAqfIK08pnSKw5uDwAJ6+BVxO5nQmQ556iGOue2OuBuDoFwIKwe4N + hzsvTCGAl4E5XGrSttWg3u230Qq5ZpKSjyI8a62EbInmHyWvrIoUWweTRfyVZVGKzVRw + gIWw== +X-Received: by 10.52.21.175 with SMTP id w15mr27811416vde.100.1360143830108; + Wed, 06 Feb 2013 01:43:50 -0800 (PST) +MIME-Version: 1.0 +Received: by 10.58.249.35 with HTTP; Wed, 6 Feb 2013 01:43:30 -0800 (PST) +In-Reply-To: <1360013822-6562-1-git-send-email-amdragon@mit.edu> +References: <1360013822-6562-1-git-send-email-amdragon@mit.edu> +From: Damien Cassou +Date: Wed, 6 Feb 2013 10:43:30 +0100 +Message-ID: + +Subject: Re: [PATCH 0/2] notmuch-combine-face-text-property improvements +To: Austin Clements +Content-Type: text/plain; charset=ISO-8859-1 +Cc: notmuch mailing list +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, 06 Feb 2013 09:43:56 -0000 + +On Mon, Feb 4, 2013 at 10:37 PM, Austin Clements wrote: +> These two patches fix bugs in and improve on +> notmuch-combine-face-text-property. The bug fixed by the first patch +> was found by Damien and the features added in the second patch should +> help with notmuch-tagger. +> +> (Sorry for the delay with these. I've had them sitting in my tree for +> a while with the intent to write some nice unit tests for them, but +> real life got in the way and I probably won't have time to do anything +> nontrivial for a while.) + + +works for me, thank you Austin. + +-- +Damien Cassou +http://damiencassou.seasidehosting.st + +"Success is the ability to go from one failure to another without +losing enthusiasm." +Winston Churchill -- 2.26.2