File: rmailsum.el.html
Extended by Bob Weiner of Motorola
Provided all commands from rmail-mode in rmail-summary-mode and made key
bindings in both modes wholly compatible.
Defined variables (17)
rmail-summary-currently-displayed-msgs | Boolean vector that tells which messages are displayed in the summary. |
rmail-summary-font-lock-keywords | Additional expressions to highlight in Rmail Summary mode. |
rmail-summary-line-count-flag | Non-nil means Rmail summary should show the number of lines in each message. |
rmail-summary-line-decoder | Function to decode a Rmail summary line. |
rmail-summary-message-descendants-vector | Vector that holds the direct descendants of each message. |
rmail-summary-message-ids-hash-table | Hash table linking Message IDs of messages with their indices. |
rmail-summary-message-parents-vector | Vector that holds a list of indices of parents for each message. |
rmail-summary-mode-abbrev-table | Abbrev table for ‘rmail-summary-mode’. |
rmail-summary-mode-hook | Hook run after entering RMAIL Summary mode. |
rmail-summary-mode-map | Keymap used in Rmail summary mode. |
rmail-summary-mode-syntax-table | Syntax table for ‘rmail-summary-mode’. |
rmail-summary-overlay | Overlay used to highlight the current message in the Rmail summary. |
rmail-summary-progressively-narrow | Non-nil means progressively narrow the set of messages produced by summary. |
rmail-summary-put-back-unseen | Used for communicating between calls to ‘rmail-summary-rmail-update’. |
rmail-summary-redo | (FUNCTION . ARGS) to regenerate this Rmail summary buffer. |
rmail-summary-scroll-between-messages | Non-nil means Rmail summary scroll commands move between messages. |
rmail-summary-subjects-hash-table | Hash table linking subjects with index of the first message with that subject. |