From: Sergei Shilovsky Date: Wed, 8 Oct 2014 15:40:44 +0000 (+0400) Subject: Re: [PATCH] Avoid empty thread names if possible. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b61614eda2bfa525ae669b27e34b34008e26f71f;p=notmuch-archives.git Re: [PATCH] Avoid empty thread names if possible. --- diff --git a/3c/da1f9d14b3506cd5740230c6e9cebe048f652b b/3c/da1f9d14b3506cd5740230c6e9cebe048f652b new file mode 100644 index 000000000..1d4ef52be --- /dev/null +++ b/3c/da1f9d14b3506cd5740230c6e9cebe048f652b @@ -0,0 +1,65 @@ +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 A8C36431FB6 + for ; Wed, 8 Oct 2014 08:40:52 -0700 (PDT) +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 0-tHt9k9sRLD for ; + Wed, 8 Oct 2014 08:40:48 -0700 (PDT) +Received: from mail-oi0-f54.google.com (mail-oi0-f54.google.com + [209.85.218.54]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E58C9431FAF + for ; Wed, 8 Oct 2014 08:40:47 -0700 (PDT) +Received: by mail-oi0-f54.google.com with SMTP id v63so8101715oia.27 + for ; Wed, 08 Oct 2014 08:40:45 -0700 (PDT) +DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; + h=mime-version:reply-to:in-reply-to:references:date:message-id + :subject:from:to:cc:content-type; + bh=w5MBgRWhrggDuvDN1JTVnNBb6c56evcLGz7r0XC2t5A=; + b=d30AA0BpgeRK2wUURyBiE2ApLQKrJRRPCvAZ9JpGvTv0se57pbVPbe5nUPVoNUPPHR + HNdezkomfSfR8Kt+ZfN4JiycAeyTffAozh0w0SwK5tC0oVFn4D8Mev3S9WcjttddxHft + ky67FqRDtoW/yZKvMKtHbnItrzZqOFnpV18dWcOBgaEgLV/IIVnliDmVp7ic5lNT5osp + CUGBP61sIXKtY3Ekb7z7oo5fRZQjR9ulj+40X4/prbqTYrdkDZkzTwYtp566XNd1q2c7 + DreWhQ67hGzp5IsNqnBRBsyxJpIA6FVUyXQ7/BJjRBCwP8FsKGC++mkWdvnSWfvD+yQR + v/NA== +MIME-Version: 1.0 +X-Received: by 10.60.103.198 with SMTP id fy6mr13194143oeb.6.1412782844447; + Wed, 08 Oct 2014 08:40:44 -0700 (PDT) +Received: by 10.76.41.3 with HTTP; Wed, 8 Oct 2014 08:40:44 -0700 (PDT) +In-Reply-To: <87oatnakqy.fsf@jhu.edu> +References: <87oatnakqy.fsf@jhu.edu> +Date: Wed, 8 Oct 2014 19:40:44 +0400 +Message-ID: + +Subject: Re: [PATCH] Avoid empty thread names if possible. +From: Sergei Shilovsky +To: Jesse Rosenthal +Content-Type: text/plain; charset=UTF-8 +Cc: notmuch@notmuchmail.org +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +Precedence: list +Reply-To: sshilovsky@gmail.com +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, 08 Oct 2014 15:40:52 -0000 + +I would also suggest to drop subjects consisting of only "Re:" and +"Fwd" sequences