From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/73220 Path: news.gmane.org!not-for-mail From: Stephen Berman Newsgroups: gmane.emacs.gnus.general Subject: Clicking on From: address in attachment DTWT Date: Mon, 18 Oct 2010 11:02:32 +0200 Message-ID: <87sk03x49j.fsf@escher.home> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1287392637 2439 80.91.229.12 (18 Oct 2010 09:03:57 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 18 Oct 2010 09:03:57 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M21592@lists.math.uh.edu Mon Oct 18 11:03:55 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 1P7ldK-0002H3-Je for ding-account@gmane.org; Mon, 18 Oct 2010 11:03:54 +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 1P7lcI-00054r-Rt; Mon, 18 Oct 2010 04:02:50 -0500 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 1P7lcF-00054a-Sj for ding@lists.math.uh.edu; Mon, 18 Oct 2010 04:02:47 -0500 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1P7lcE-0002nF-1H for ding@lists.math.uh.edu; Mon, 18 Oct 2010 04:02:47 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]) by quimby.gnus.org with esmtp (Exim 3.36 #1 (Debian)) id 1P7lcD-0004mP-00 for ; Mon, 18 Oct 2010 11:02:45 +0200 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1P7lcB-0001xP-RC for ding@gnus.org; Mon, 18 Oct 2010 11:02:43 +0200 Original-Received: from i59f541ae.versanet.de ([89.245.65.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Oct 2010 11:02:43 +0200 Original-Received: from stephen.berman by i59f541ae.versanet.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 18 Oct 2010 11:02:43 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 38 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: i59f541ae.versanet.de User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:73220 Archived-At: When an email contains a forwarded email, clicking on the address in the From: header of the attached mail creates a message buffer in which the To: address is not, as I had hoped, the address is the attached From: header but rather the address in the top From: header. For example, in the following: ---------- From: Stephen Berman Subject: Meeting Thu 10:00 - 12:00 (fwd) To: Date: Mon, 18 Oct 2010 09:58:33 +0200 (CEST) [1. text/plain] [2. Meeting Thu 10:00 - 12:00 (fwd) --- message/rfc822] From: John Smith Subject: Meeting Thu 10:00 - 12:00 To: Stephen Berman Date: Sun, 17 Oct 2010 18:15:25 +0200 (CEST) Dear Steve, Bla bla bla. Thanks, John ---------- when I click on "John.Smith@bla.net" in the attached From: header, the resulting message buffer's To: header contains "Stephen Berman " rather than "John Smith ". AFAICT, this is because message-reply narrows to the headers of the containing email, ignoring the headers of the contained email. Steve Berman