From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/71355 Path: news.gmane.org!not-for-mail From: Dan Christensen Newsgroups: gmane.emacs.gnus.general Subject: Re: article editing in nnimap Date: Tue, 21 Sep 2010 18:24:17 -0400 Message-ID: <87aanaka5q.fsf@uwo.ca> References: <87vd6143w9.fsf@uwo.ca> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1285107873 27829 80.91.229.12 (21 Sep 2010 22:24:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Sep 2010 22:24:33 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M19728=ding+2Daccount=gmane.org@lists.math.uh.edu Wed Sep 22 00:24:32 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OyBGK-0006My-A0 for ding-account@gmane.org; Wed, 22 Sep 2010 00:24:32 +0200 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 1OyBGJ-0005jE-MP for ding-account@gmane.org; Tue, 21 Sep 2010 17:24:31 -0500 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 1OyBGI-0005j9-LA for ding@lists.math.uh.edu; Tue, 21 Sep 2010 17:24:30 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1OyBGE-0007sg-Jy for ding@lists.math.uh.edu; Tue, 21 Sep 2010 17:24:30 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1OyBGD-0004DY-00 for ; Wed, 22 Sep 2010 00:24:25 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1OyBGC-0006KW-G9 for ding@gnus.org; Wed, 22 Sep 2010 00:24:24 +0200 Original-Received: from bas3-london14-1096787025.dsl.bell.ca ([65.95.164.81]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 00:24:24 +0200 Original-Received: from jdc by bas3-london14-1096787025.dsl.bell.ca with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 22 Sep 2010 00:24:24 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 28 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: bas3-london14-1096787025.dsl.bell.ca User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux) Cancel-Lock: sha1:Fm0T07d8Ekrq+iBUyKsyj28nugo= X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:71355 Archived-At: Lars Magne Ingebrigtsen writes: > Dan Christensen writes: > >> [stuff about editing when articles are immutable] > > Well, calling -request-accept-article, and then deleting the old one > would sort of get you most of the way there, wouldn't it? > -request-accept-article returns the group/article number, so it'd kinda > be just > > * request the article to a buffer > * call request-accept You'd need to transfer the marks over, right? Does `B m' do anything else that would need to be done? > * delete the previous article Could it's summary line be removed too? > * jump to the new article number in the summary buffer, which will request > the header for the "new" article. Over, this sounds reasonable to me. And easily doable by someone who knows the code, right? :-) Dan