From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/82922 Path: news.gmane.org!not-for-mail From: Uwe Brauer Newsgroups: gmane.emacs.gnus.general Subject: Re: move article out of thread. Date: Tue, 19 Feb 2013 23:03:33 +0100 Message-ID: <878v6kvu4q.fsf@mat.ucm.es> References: <87r4klb1jc.fsf@mat.ucm.es> <87ehgl3tgk.fsf@ericabrahamsen.net> <87621v7t45.fsf@mat.ucm.es> <87d2w3obbg.fsf@ericabrahamsen.net> <874nh8gysn.fsf@free.fr> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1361311492 27099 80.91.229.3 (19 Feb 2013 22:04:52 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Feb 2013 22:04:52 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M31188@lists.math.uh.edu Tue Feb 19 23:05:14 2013 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1U7vJB-0007kb-Mz for ding-account@gmane.org; Tue, 19 Feb 2013 23:05:06 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1U7vHy-0001Ms-M4; Tue, 19 Feb 2013 16:03:50 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1U7vHv-0001Mc-Rq for ding@lists.math.uh.edu; Tue, 19 Feb 2013 16:03:47 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1U7vHt-00028I-J0 for ding@lists.math.uh.edu; Tue, 19 Feb 2013 16:03:47 -0600 Original-Received: from plane.gmane.org ([80.91.229.3]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1U7vHr-0004Sb-J6 for ding@gnus.org; Tue, 19 Feb 2013 23:03:43 +0100 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1U7vI8-0007DQ-W9 for ding@gnus.org; Tue, 19 Feb 2013 23:04:01 +0100 Original-Received: from 171.pool85-55-19.dynamic.orange.es ([85.55.19.171]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Feb 2013 23:04:00 +0100 Original-Received: from oub by 171.pool85-55-19.dynamic.orange.es with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 19 Feb 2013 23:04:00 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 41 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 171.pool85-55-19.dynamic.orange.es User-Agent: Gnus/5.130006 (Ma Gnus v0.6) XEmacs/21.5-b32 (linux) X-Hashcash: 1:20:130219:gmane.emacs.gnus.general::xRZG2e1Nb1xGnnyi:000000000000000000000000000000000000002Lh Cancel-Lock: sha1:4gRpZPHZYrktxhlorqWC6wYyskM= X-Spam-Score: -2.5 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:82922 Archived-At: >> "Julien" =3D=3D Julien Cubizolles writes: > Eric Abrahamsen writes: >> Uwe Brauer writes: > I used a function doing just that a few days ago found somewhere on the > web but I can't find it anymore. Maybe you'll be luckier than me with > google. Could it be=20 gnus-mst-manipulate-threads.el found in http://dishevelled.net/elisp/ It does not work in xemacs (delete-matching-lines in xemacs only accepts 1 argument not 3) most likely this can be ported, but I just tested the code with emacs 23 and it does not move an article out of a thread. Look at this example=20 522 [ Uwe Brauer] Nobert Brauer Nobert Brauer 19-Feb 0.9= k 33=20=20=20 After applying the function this should be displayed as=20 522 [ Uwe Brauer] Nobert Brauer 19-Feb 0.9k 33= =20=20=20 But it does not, I think the culprit is the nnimap backend. I checked for example the sent-mail group and there it works as expected.=20 Uwe=20