Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* automatic referral to a gmane thread?
@ 2008-07-18 15:29 Sebastian P. Luque
  2008-07-18 17:21 ` Rodrigo Lazo
  0 siblings, 1 reply; 2+ messages in thread
From: Sebastian P. Luque @ 2008-07-18 15:29 UTC (permalink / raw)
  To: info-gnus-english

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.


Cheers,

-- 
Seb

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: automatic referral to a gmane thread?
  2008-07-18 15:29 automatic referral to a gmane thread? Sebastian P. Luque
@ 2008-07-18 17:21 ` Rodrigo Lazo
  0 siblings, 0 replies; 2+ messages in thread
From: Rodrigo Lazo @ 2008-07-18 17:21 UTC (permalink / raw)
  To: info-gnus-english

"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)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-07-18 17:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-07-18 15:29 automatic referral to a gmane thread? Sebastian P. Luque
2008-07-18 17:21 ` Rodrigo Lazo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).