File: mh-scan.el.html

This file contains constants and a few functions for interpreting scan lines.

Defined variables (41)

mh-cmd-noteColumn for notations.
mh-note-allowlistedMessages that have been allowlisted are marked by this character.
mh-note-blocklistedMessages that have been blocklisted are marked by this character.
mh-note-copiedMessages that have been copied are marked by this character.
mh-note-curThe current message (in MH, not in MH-E) is marked by this character.
mh-note-deletedMessages that have been deleted are marked by this character.
mh-note-distMessages that have been redistributed are marked by this character.
mh-note-forwMessages that have been forwarded are marked by this character.
mh-note-printedMessages that have been printed are marked by this character.
mh-note-refiledMessages that have been refiled are marked by this character.
mh-note-replMessages that have been replied to are marked by this character.
mh-note-seqMessages in a user-defined sequence are marked by this character.
mh-scan-allowlisted-msg-regexpThis regular expression matches allowlisted (non-spam) messages.
mh-scan-blocklisted-msg-regexpThis regular expression matches blocklisted (spam) messages.
mh-scan-body-regexpThis regular expression matches the message body fragment.
mh-scan-cmd-note-widthNumber of columns consumed by the cmd-note field in ‘mh-scan-format’.
mh-scan-cur-msg-number-regexpThis regular expression matches the current message.
mh-scan-date-flag-widthNumber of columns consumed to flag (in)valid dates in ‘mh-scan-format’.
mh-scan-date-regexpThis regular expression matches a valid date.
mh-scan-date-widthNumber of columns consumed by the date field in ‘mh-scan-format’.
mh-scan-deleted-msg-regexpThis regular expression matches deleted messages.
mh-scan-destination-widthNumber of columns consumed by the destination field in ‘mh-scan-format’.
mh-scan-field-destination-offsetThe offset from the ‘mh-cmd-note’ for the destination column.
mh-scan-field-from-end-offsetThe offset from the ‘mh-cmd-note’ to find the end of "From:" address.
mh-scan-field-from-start-offsetThe offset from the ‘mh-cmd-note’ to find the start of "From:" address.
mh-scan-field-subject-start-offsetThe offset from the ‘mh-cmd-note’ to find the start of the subject.
mh-scan-format-mhScan format string for MH.
mh-scan-format-nmhScan format string for nmh.
mh-scan-from-mbox-sep-widthNumber of columns consumed by whitespace after from-mbox in ‘mh-scan-format’.
mh-scan-from-mbox-widthNumber of columns consumed with the "From:" line in ‘mh-scan-format’.
mh-scan-good-msg-regexpThis regular expression matches "good" messages.
mh-scan-msg-format-regexpThis regular expression finds the message number width in a scan format.
mh-scan-msg-format-stringThis is a format string for width of the message number in a scan format.
mh-scan-msg-number-regexpThis regular expression extracts the message number.
mh-scan-msg-overflow-regexpThis regular expression matches overflowed message numbers.
mh-scan-msg-search-regexpThis regular expression matches a particular message.
mh-scan-rcpt-regexpThis regular expression specifies the recipient in messages you sent.
mh-scan-refiled-msg-regexpThis regular expression matches refiled messages.
mh-scan-sent-to-me-sender-regexpThis regular expression matches messages sent to us.
mh-scan-subject-regexpThis regular expression matches the subject.
mh-scan-valid-regexpThis regular expression describes a valid scan line.

Defined functions (7)

mh-msg-num-width(FOLDER)
mh-msg-num-width-to-column(WIDTH)
mh-scan-format()
mh-scan-msg-number-regexp()
mh-scan-msg-search-regexp()
mh-set-cmd-note(COLUMN)
mh-update-scan-format(FMT WIDTH)

Defined faces (0)