From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: [PATCH] Fixes org-rmail-follow-link Date: Fri, 10 Aug 2012 10:00:15 +0200 Message-ID: <87628r41o0.fsf@gnu.org> References: <87vcgtxcvs.fsf@lapcat.tftorrey.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:60340) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szk8L-0006TL-NT for emacs-orgmode@gnu.org; Fri, 10 Aug 2012 03:59:52 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Szk8J-00056B-4Z for emacs-orgmode@gnu.org; Fri, 10 Aug 2012 03:59:49 -0400 Received: from mail-wg0-f49.google.com ([74.125.82.49]:37637) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Szk8I-000567-UQ for emacs-orgmode@gnu.org; Fri, 10 Aug 2012 03:59:47 -0400 Received: by wgbez12 with SMTP id ez12so851636wgb.30 for ; Fri, 10 Aug 2012 00:59:46 -0700 (PDT) In-Reply-To: <87vcgtxcvs.fsf@lapcat.tftorrey.com> (T. F. Torrey's message of "Wed, 08 Aug 2012 16:00:39 -0600") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "T.F. Torrey" Cc: emacs-orgmode@gnu.org tftorrey@tftorrey.com (T.F. Torrey) writes: > With creating links working in Rmail, now I see that following links > fails with the error "Message not found". > > The error comes from the use of the function widen in > org-rmail-follow-link. In an RMAIL buffer, the widen function only > widens to the current message. The function to widen to the entire > buffer is rmail-widen. > > The attached patch replaces widen with rmail-widen and also removes the > following two lines (added by Bastien as part of the previous patch re > Rmail), because rmail-widen already displays full headers, so testing > and toggling them on has no effect. Applied, thanks. Please send a properly formatted ChangeLog next time: http://orgmode.org/worg/org-contribute.html#sec-5 Best, -- Bastien