Function: rmail-msg-is-pruned

rmail-msg-is-pruned is a byte-compiled function defined in rmail.el.gz.

Signature

(rmail-msg-is-pruned)

Documentation

Return nil if the current message is showing full headers.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmail.el.gz
;; Display a message.

;;;; *** Rmail Message Formatting and Header Manipulation ***

;; This is used outside of rmail.
(defun rmail-msg-is-pruned ()
  "Return nil if the current message is showing full headers."
  (with-current-buffer (if (rmail-buffers-swapped-p) rmail-view-buffer
                         rmail-buffer)
    (eq rmail-header-style 'normal)))