mail-citation-hook

mail-citation-hook is a variable defined in `sendmail.el'.
Its value is
nil

  • This variable may be risky if used as a file-local variable.

Documentation:
Hook for modifying a citation just inserted in the mail buffer.
Each hook function can find the citation between (point) and (mark t),
and should leave point and mark around the citation text as modified.
The hook functions can find the header of the cited message
in the variable `mail-citation-header', whether or not this is included
in the cited portion of the message.

If this hook is entirely empty (nil), a default action is taken
instead of no action.

You can customize this variable.