info-gnus-english
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automatic referral to a gmane thread?


From: Rodrigo Lazo
Subject: Re: automatic referral to a gmane thread?
Date: Fri, 18 Jul 2008 12:21:24 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"Sebastian P. Luque" <spluque@gmail.com> writes:

> Hi,
>
> Once one has located a thread in Gnus (5.13), how can one refer to it in
> a message in another thread.  I've been just doing "t" to show all
> header and then copying/yanking the Archived-At header from the thread I
> want to refer to.  Is there a better way?  Thanks.
>

I do the following

(add-hook 'gnus-summary-mode-hook
          '(lambda ()
             (setq gnus-visible-headers (concat gnus-visible-headers
          "\\|^Archived-At:"))))

so the header appers by default. 

Regards

-- 

Rodrigo Lazo (rlazo)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]