Variable: mml-attach-file-at-the-end

mml-attach-file-at-the-end is a customizable variable defined in mml.el.gz.

Value

nil

Documentation

If non-nil, M-x mml-attach-file (mml-attach-file) attaches files at the end of the message.

If nil, files are attached at point.

This variable was added, or its default value changed, in Emacs 29.1.

Probably introduced at or before Emacs version 29.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mml.el.gz
(defcustom mml-attach-file-at-the-end nil
  "If non-nil, \\[mml-attach-file] attaches files at the end of the message.
If nil, files are attached at point."
  :type 'boolean
  :version "29.1"
  :group 'message)