From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/81527 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: Archiving messages and nnir Date: Thu, 08 Mar 2012 12:44:12 +0100 Message-ID: <87d38nxqpf.fsf@thinkpad.tsdh.de> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1331207070 21424 80.91.229.3 (8 Mar 2012 11:44:30 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 8 Mar 2012 11:44:30 +0000 (UTC) To: Gnus Beta Testers Original-X-From: ding-owner+M29807@lists.math.uh.edu Thu Mar 08 12:44:30 2012 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 1S5blh-000759-Ft for ding-account@gmane.org; Thu, 08 Mar 2012 12:44:25 +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 1S5ble-0006HK-2E; Thu, 08 Mar 2012 05:44:22 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1S5bld-0006HD-68 for ding@lists.math.uh.edu; Thu, 08 Mar 2012 05:44:21 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.76) (envelope-from ) id 1S5blb-0003OU-5F for ding@lists.math.uh.edu; Thu, 08 Mar 2012 05:44:20 -0600 Original-Received: from deliver.uni-koblenz.de ([141.26.64.15]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1S5blZ-0004mG-Hd for ding@gnus.org; Thu, 08 Mar 2012 12:44:17 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by deliver.uni-koblenz.de (Postfix) with ESMTP id C1630D222D for ; Thu, 8 Mar 2012 12:44:15 +0100 (CET) X-Virus-Scanned: amavisd-new at uni-koblenz.de Original-Received: from deliver.uni-koblenz.de ([127.0.0.1]) by localhost (deliver.uni-koblenz.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 71IQJk4t-wgR for ; Thu, 8 Mar 2012 12:44:15 +0100 (CET) X-CHKRCPT: Envelopesender noch tassilo@member.fsf.org Original-Received: from thinkpad.tsdh.de (tsdh.uni-koblenz.de [141.26.67.142]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by deliver.uni-koblenz.de (Postfix) with ESMTPSA id 2AE88D2225 for ; Thu, 8 Mar 2012 12:44:15 +0100 (CET) In-Reply-To: (Didier Verna's message of "Thu, 08 Mar 2012 12:37:47 +0100") User-Agent: Gnus/5.130004 (Ma Gnus v0.4) Emacs/24.0.94 (gnu/linux) X-Spam-Score: -4.9 (----) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:81527 Archived-At: Didier Verna writes: Hi Didier, > I've just ran on a small inconvenience a minute ago. > > - My mails are stored on a imap server. > - I wanted to reply to an old message, so I did a 'G G' on a group, and > found the message in question. > - I replied to it, but the X-Draft-From header is set to 'nnir > something' instead of the original group the message came from. > > As a consequence, Gnus could not archive my reply properly. I have no > time to look into this right now, so if someone wants to beat me to > it... When you've found the message you've been looking for in the nnir buffer, hit `A W' or `A T' on it and you'll switch to that message (or complete thread) in the original imap group. Then all your posting styles and archive settings apply as usual. ,----[ (info "(gnus)Basic Usage") ] | The `nnir' group made in this way is an `ephemeral' group, and some | changes are not permanent: aside from reading, moving, and deleting, | you can't act on the original article. But there is an alternative: you | can _warp_ to the original group for the article on the current line | with `A W', aka `gnus-warp-to-article'. Even better, the function | `gnus-summary-refer-thread', bound by default in summary buffers to `A | T', will first warp to the original group before it works its magic and | includes all the articles in the thread. From here you can read, move | and delete articles, but also copy them, alter article marks, whatever. | Go nuts. `---- Bye, Tassilo