Variable: rmail-summary-address-width

rmail-summary-address-width is a customizable variable defined in rmailsum.el.gz.

Value

25

Documentation

Width of the sender/recipient field in Rmail summary lines.

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

View in manual

Probably introduced at or before Emacs version 31.1.

Source Code

;; Defined in /usr/src/emacs/lisp/mail/rmailsum.el.gz
(defcustom rmail-summary-address-width 25
  "Width of the sender/recipient field in Rmail summary lines."
  :type 'natnum
  :version "31.1"
  :group 'rmail-summary)