From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/30988 Path: main.gmane.org!not-for-mail From: John Prevost Newsgroups: gmane.emacs.gnus.general Subject: Re: edit nnimap messages Date: 16 May 2000 13:39:16 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <87d7mm1jjv.fsf@isil.localdomain> References: <200005161704.TAA27903@marcy.cs.uni-dortmund.de> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1035167451 11517 80.91.224.250 (21 Oct 2002 02:30:51 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:30:51 +0000 (UTC) Cc: ding@gnus.org Return-Path: Original-Received: from bart.math.uh.edu (bart.math.uh.edu [129.7.128.48]) by mailhost.sclp.com (Postfix) with ESMTP id 491B2D0520 for ; Tue, 16 May 2000 13:38:16 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by bart.math.uh.edu (8.9.1/8.9.1) with ESMTP id MAB06187; Tue, 16 May 2000 12:37:19 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 16 May 2000 12:36:46 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA14761 for ; Tue, 16 May 2000 12:36:33 -0500 (CDT) Original-Received: from isil.localdomain (isil.maya.com [192.70.254.5]) by mailhost.sclp.com (Postfix) with ESMTP id 5AA85D0520 for ; Tue, 16 May 2000 13:36:50 -0400 (EDT) Original-Received: by isil.localdomain (Postfix, from userid 1000) id 3EBB73698F; Tue, 16 May 2000 13:39:16 -0400 (EDT) Original-To: Kai.Grossjohann@CS.Uni-Dortmund.DE (Kai =?iso-8859-1?q?Gro=DFjohann?=) In-Reply-To: Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Tue, 16 May 2000 19:04:30 +0200 (MET DST)" Original-Lines: 12 User-Agent: Gnus/5.0805 (Gnus v5.8.5) Emacs/20.6 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:30988 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:30988 >>>>> "kg" =3D=3D Kai Gro=DFjohann = writes: kg> I really wish it was possible to edit IMAP messages. (I'm kg> looking for `T ^' to be precise.) As has been noted before, this is a protocol issue. IMAP messages are immutable. Therefore, to do what you want, you'd have to remove the old message and append a new one which would be nearly identical (but which would have a different id on the server, different flags, etc.). John.