sc-mail-glom-frame
sc-mail-glom-frame is a variable defined in `
supercite.el
'.
Its value is shown
below.
- This variable may be risky if used as a file-local variable.
Documentation:
Regi frame for glomming mail header information.
Value:
((begin
(setq sc-mail-headers-start
(point)))
("^From "
(sc-mail-check-from)
nil nil)
("^x-attribution:[ ]+.*$"
(sc-mail-fetch-field t)
nil t)
("^\\S +:.*$"
(sc-mail-fetch-field)
nil t)
("^$"
(list 'abort
'(step . 0)))
("^[ ]+"
(sc-mail-append-field))
(sc-mail-warn-if-non-rfc822-p
(sc-mail-error-in-mail-field))
(end
(setq sc-mail-headers-end
(point))))