From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 15D016DE09CD for ; Wed, 23 Jan 2019 07:29:55 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.395 X-Spam-Level: X-Spam-Status: No, score=-0.395 tagged_above=-999 required=5 tests=[AWL=-0.195, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_NONE=-0.0001, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id yQn90hUDMHG4 for ; Wed, 23 Jan 2019 07:29:53 -0800 (PST) Received: from mail-pf1-f176.google.com (mail-pf1-f176.google.com [209.85.210.176]) by arlo.cworth.org (Postfix) with ESMTPS id 810226DE015F for ; Wed, 23 Jan 2019 07:29:53 -0800 (PST) Received: by mail-pf1-f176.google.com with SMTP id y126so1345204pfb.4 for ; Wed, 23 Jan 2019 07:29:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:subject:date:message-id:mime-version; bh=Y0Zt9VfSsXf1by1JhCQUo4kD57vTJPR0G+NBsctsX34=; b=hI5oaH2rTvB3yQwoQZFjF6rOFX5IMEy6E4+w3qmHLLrGZl/CJKG1M3IUDbLqNu0zLD VvQKw7Q01AGIfAy6d31gEMMWnM6UmNUtpkynu9XzeTLimnZ9nhrumC5euK5A4FolOjg8 SooXg3PqKYFytoE2rM133nlPS0SBklmsuL6yqZ/bDJxgJa6EJGxy/LtJ3m6zKpR1uoyV NYcLD2x6sYfN4qozXsf2R69COVJBKRcqmsXS0SS2bpHB9yq+nSnsl86xGy72hhpJvNuZ PihUkSAnMNqYkTfzQOIfOhPP/LZuT5uu8B/CYTN00viiaEn2gVk6w8dBHP6bQpy7r24j 41HQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:subject:date:message-id:mime-version; bh=Y0Zt9VfSsXf1by1JhCQUo4kD57vTJPR0G+NBsctsX34=; b=EaU1Mu5up19hmvekYdt7RLkWclqlorbvWjpWjE0Du83scWulOvbhOXmruVsfL6XiuC 520piBKIKMl6r1cGGtO5wzGntQFhyQqGtgH9lv2+LdmGCAnETUtqeSccKVAReLDDsmKg SoG6gqMHdGVotQkk/MeZi1iiKrFxFCMoj0HHAIECOiBPXZFFQwuA10dWYdqe2pQSkaHA lKjVqjRi2oNQM+zA0yOkh//u3yXsr6fYLj1W/yeUKfazTFbbqQ67x04nvrYwglS/PxMD uRkH41S7tsKKZhs/lhvucZlPHFS5pKuBkmWH0NRjqAm/JlNhcym1TLYxRxjlxRd1GhvB Gi4A== X-Gm-Message-State: AJcUukdfU1KBU9XTbM1p02NCfK6Y4xm8J0YFGBPXRbwAAvSIbvAk1/kV 6lsalF/2VkYtvmzP3oFJ7s9FtmJi X-Google-Smtp-Source: ALg8bN7VTuquJFDzBVP2ufbAYKk7HiphQL+jvfuYNwV+8Q7sENcU8JgpAd1GkmuQtPTifrT8H3x4Vg== X-Received: by 2002:a65:64c8:: with SMTP id t8mr2315938pgv.31.1548257391681; Wed, 23 Jan 2019 07:29:51 -0800 (PST) Received: from localhost (c-76-113-28-30.hsd1.nm.comcast.net. [76.113.28.30]) by smtp.gmail.com with ESMTPSA id w5sm24079444pfn.89.2019.01.23.07.29.51 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 23 Jan 2019 07:29:51 -0800 (PST) From: Nicolas Bock To: notmuch@notmuchmail.org Subject: merge broken mail threads Date: Wed, 23 Jan 2019 08:29:05 -0700 Message-ID: <878szbbdfi.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.29 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, 23 Jan 2019 15:29:55 -0000 Hi, Sometimes during a lengthy discussion someone inadvertently breaks the email thread because their mail client doesn't get it. Is there a way to merge the two fragmented threads again with notmuch? Best, Nick