Function: article-date-original

article-date-original is an interactive and byte-compiled function defined in gnus-art.el.gz.

Signature

(article-date-original &optional HIGHLIGHT)

Documentation

Convert the current article date to what it was originally.

This is only useful if you have used some other date conversion function and want to see what the date was before converting.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-art.el.gz
(defun article-date-original (&optional highlight)
  "Convert the current article date to what it was originally.
This is only useful if you have used some other date conversion
function and want to see what the date was before converting."
  (interactive (list t) gnus-article-mode)
  (article-date-ut 'original highlight))