On splitting threads - Was: Re: Combining threads
authorOlivier Berger <olivier.berger@it-sudparis.eu>
Tue, 25 Sep 2012 16:08:24 +0000 (18:08 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:49:37 +0000 (09:49 -0800)
39/46f545eb37e9941958358c8e182b96f1fba758 [new file with mode: 0644]

diff --git a/39/46f545eb37e9941958358c8e182b96f1fba758 b/39/46f545eb37e9941958358c8e182b96f1fba758
new file mode 100644 (file)
index 0000000..e94a54b
--- /dev/null
@@ -0,0 +1,90 @@
+Return-Path: <gmn-notmuch@m.gmane.org>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id EE75A431FC0\r
+       for <notmuch@notmuchmail.org>; Tue, 25 Sep 2012 09:10:00 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id yXdBw66qzt4W for <notmuch@notmuchmail.org>;\r
+       Tue, 25 Sep 2012 09:10:00 -0700 (PDT)\r
+Received: from plane.gmane.org (plane.gmane.org [80.91.229.3])\r
+       (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
+       (No client certificate requested)\r
+       by olra.theworths.org (Postfix) with ESMTPS id 3F064431FAF\r
+       for <notmuch@notmuchmail.org>; Tue, 25 Sep 2012 09:10:00 -0700 (PDT)\r
+Received: from list by plane.gmane.org with local (Exim 4.69)\r
+       (envelope-from <gmn-notmuch@m.gmane.org>) id 1TGXhz-0002wG-FB\r
+       for notmuch@notmuchmail.org; Tue, 25 Sep 2012 18:10:03 +0200\r
+Received: from bauxite.int-evry.fr ([157.159.110.64])\r
+       by main.gmane.org with esmtp (Gmexim 0.1 (Debian))\r
+       id 1AlnuQ-0007hv-00\r
+       for <notmuch@notmuchmail.org>; Tue, 25 Sep 2012 18:10:03 +0200\r
+Received: from olivier.berger by bauxite.int-evry.fr with local (Gmexim 0.1\r
+       (Debian)) id 1AlnuQ-0007hv-00\r
+       for <notmuch@notmuchmail.org>; Tue, 25 Sep 2012 18:10:03 +0200\r
+X-Injected-Via-Gmane: http://gmane.org/\r
+To: notmuch@notmuchmail.org\r
+From: Olivier Berger <olivier.berger@it-sudparis.eu>\r
+Subject: On splitting threads - Was: Re: Combining threads\r
+Date: Tue, 25 Sep 2012 18:08:24 +0200\r
+Lines: 29\r
+Message-ID: <87pq5aqe4n.fsf_-_@inf-8657.int-evry.fr>\r
+References: <AANLkTimDjk_-Xjpf6uovGXgyG_3j-ySLWQR+0UvdVjjT@mail.gmail.com>\r
+       <87mxpe81t9.fsf@yoom.home.cworth.org>\r
+Mime-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+X-Complaints-To: usenet@ger.gmane.org\r
+X-Gmane-NNTP-Posting-Host: bauxite.int-evry.fr\r
+User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)\r
+Cancel-Lock: sha1:w1lc8gQqoXZnm5Rq9Q7gA2I1ymU=\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 25 Sep 2012 16:10:01 -0000\r
+\r
+Hi.\r
+\r
+Carl Worth <cworth@cworth.org> writes:\r
+\r
+> On Fri, 12 Nov 2010 08:57:21 -0800, Scott Henson <scott@foolishpride.org> wrote:\r
+>> Sometimes I get email from people with broken email clients that seem to\r
+>> break threading.  I remember that sup had a method of combining two threads\r
+>> into one.  Does notmuch have a similar feature?  Is it even possible to\r
+>> force it to glue two threads together and treat them as one?\r
+>\r
+\r
+>> The bigger problem is that as soon as we have an operation to join\r
+>> threads, people are going to need an operation to split threads. (And\r
+>> some people want this already for cases where people reply when they\r
+>> should have composed a new message.)\r
+>>\r
+\r
+Also in the context of\r
+http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=688699, I should say I'd\r
+welcome a thread split feature for such cases too.\r
+\r
+FWIW, hope this helps.\r
+\r
+Best regards,\r
+-- \r
+Olivier BERGER \r
+http://www-public.it-sudparis.eu/~berger_o/ - OpenPGP-Id: 2048R/5819D7E8\r
+Ingenieur Recherche - Dept INF\r
+Institut Mines-Telecom, Telecom SudParis, Evry (France)\r
+\r