"Sebastian P. Luque" <[EMAIL PROTECTED]> 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)



_______________________________________________
info-gnus-english mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to