Variable: smail:comment

smail:comment is a variable defined in hsmail.el.

Value

nil

Documentation

Default comment form to evaluate and add to outgoing mail and Gnus postings.

Default is nil for no comment. Set to:

    (format "Comments: GNU Hyperbole mail buttons accepted, v%s.
"
                hyperb:version)

for a comment.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hsmail.el
(defvar inhibit-hyperbole-messaging) ;; From "hsettings.el".

;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar smail:comment nil
  "Default comment form to evaluate and add to outgoing mail and Gnus postings.
Default is nil for no comment.  Set to:

    (format \"Comments: GNU Hyperbole mail buttons accepted, v%s.\n\"
                hyperb:version)

for a comment.")