From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/86318 Path: news.gmane.org!not-for-mail From: Julien Cubizolles Newsgroups: gmane.emacs.gnus.general Subject: A command to break threads Date: Sat, 21 Nov 2015 12:32:25 +0100 Message-ID: <87io4v7fli.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1448105593 7229 80.91.229.3 (21 Nov 2015 11:33:13 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 21 Nov 2015 11:33:13 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M34550@lists.math.uh.edu Sat Nov 21 12:33:01 2015 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from lists1.math.uh.edu ([129.7.128.208]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1a06Pa-0000pZ-SK for ding-account@gmane.org; Sat, 21 Nov 2015 12:32:59 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by lists1.math.uh.edu with smtp (Exim 4.85) (envelope-from ) id 1a06PJ-0003Hr-2n; Sat, 21 Nov 2015 05:32:41 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by lists1.math.uh.edu with esmtps (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.85) (envelope-from ) id 1a06PF-0003HO-Or for ding@lists.math.uh.edu; Sat, 21 Nov 2015 05:32:37 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1.2:DHE-RSA-AES128-SHA:128) (Exim 4.85) (envelope-from ) id 1a06PE-0004PC-4Q for ding@lists.math.uh.edu; Sat, 21 Nov 2015 05:32:37 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1a06PC-00036y-FU for ding@gnus.org; Sat, 21 Nov 2015 12:32:34 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1a06PA-0008QM-JC for ding@gnus.org; Sat, 21 Nov 2015 12:32:32 +0100 Original-Received: from gas45-3-82-244-252-119.fbx.proxad.net ([82.244.252.119]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Nov 2015 12:32:32 +0100 Original-Received: from j.cubizolles by gas45-3-82-244-252-119.fbx.proxad.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 21 Nov 2015 12:32:32 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 18 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: gas45-3-82-244-252-119.fbx.proxad.net User-Agent: Gnus/5.130014 (Ma Gnus v0.14) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:DnaXweip2XbSGBQdOObTo3eqRt8= X-Spam-Score: -3.3 (---) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:86318 Archived-At: I'm looking for a way to break a thread by making a child of some message go in a thread of its own like the following. --8<---------------cut here---------------start------------->8--- ven. 06│3.0k│ │Someone ║ ┏● Some message ven. 06│3.4k│ │Someone else ║ ┗━━❯ Some unrelated message --8<---------------cut here---------------end--------------->8--- should become: --8<---------------cut here---------------start------------->8--- ven. 06│3.0k│ │Someone ║ ● Some message ven. 06│3.4k│ │Someone else ║ ● Some unrelated message --8<---------------cut here---------------end--------------->8--- If I'm not mistaken, gnus-summary-reparent-thread and gnus-summary-reparent-children don't allow it since they only move messages to make them children of a parent message already existing. Julien.