[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]  


Hooks

Here is a summary of hooks used in Mew.

`mew-env-hook'
Evaluated at initialize time before setting environment.
`mew-init-hook'
Evaluated when Mew starts.
`mew-summary-mode-hook'
Evaluated at the entrance of Summary mode.
`mew-virtual-mode-hook'
Evaluated at the entrance of Virtual mode.
`mew-message-mode-hook'
Evaluated at the entrance of Message mode.
`mew-message-hook'
Evaluated every time when messages are displayed in Message mode.
`mew-addrbook-mode-hook'
Evaluated at the entrance of Addrbook mode.
`mew-draft-mode-hook'
Evaluated at the entrance of Draft mode.
`mew-draft-mode-newdraft-hook'
Evaluated in Draft mode only when new draft is prepared.
`mew-draft-mode-reedit-hook'
Evaluated in Draft mode only when an existing draft is used as draft.
`mew-cite-hook'
Evaluated every time when you cite a message. It is usually used for supercite.
`mew-bofore-cite-hook'
Evaluated before citation.
`mew-make-message-hook'
Evaluated before making a message in Draft mode (i.e. in the begging phase of `C-cC-m'). An example: (add-hook 'mew-make-message-hook 'ispell-message)
`mew-send-hook'
Evaluated before sending a message in Draft mode. This hook is meaningless now and is remained for backward-compatibility.
`mew-real-send-hook'
Evaluated before really sending a message in Draft mode.
`mew-quit-hook'
Evaluated at exit of Mew.
`mew-suspend-hook'
Evaluated when suspended.
`mew-summary-inc-sentinel-hook'
Evaluated when "inc" is finished.
`mew-summary-scan-sentinel-hook'
Evaluated when "scan" is finished.
`mew-summary-exec-hook'
Evaluated when `x' in Summary mode is finished.
`mew-syntax-format-hook'
Evaluated when when the function `mew-syntax-format', which creates the multipart format, is called.


[Contents]   [Back]   [Prev]   [Up]   [Next]   [Forward]