Function: gnus-id-to-header

gnus-id-to-header is a byte-compiled function defined in gnus-sum.el.gz.

Signature

(gnus-id-to-header ID)

Documentation

Return the article headers of ID.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-sum.el.gz
(defun gnus-id-to-header (id)
  "Return the article headers of ID."
  (car (gnus-id-to-thread id)))