Function: gnus-message-with-timestamp

gnus-message-with-timestamp is a byte-compiled function defined in gnus-util.el.gz.

Signature

(gnus-message-with-timestamp FORMAT-STRING &rest ARGS)

Documentation

Display message with timestamp. Arguments are the same as message.

The gnus-add-timestamp-to-message variable controls how to add timestamp to message.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-util.el.gz
(defun gnus-message-with-timestamp (format-string &rest args)
  "Display message with timestamp.  Arguments are the same as `message'.
The `gnus-add-timestamp-to-message' variable controls how to add
timestamp to message."
  (gnus-message-with-timestamp-1 format-string args))