mu4e: Add mu4e-mark-execute-pre-hook

Add a hook that runs just before executing a mark.

Signed-off-by: Magnus Therning <magnus@therning.org>
This commit is contained in:
Magnus Therning
2016-01-30 13:10:23 +01:00
committed by djcb
parent 974d728bd4
commit fe1104a94f
2 changed files with 12 additions and 1 deletions

View File

@ -2114,6 +2114,10 @@ the marks (@key{x}).
After you have marked some messages, you can execute them with @key{x}
(@kbd{M-x mu4e-mark-execute-all}).
A hook, @code{mu4e-mark-execute-pre-hook}, is available which is run
right before execution of each mark. The hook is called with two
arguments, the mark and the message itself.
@node Leaving the headers buffer
@section Leaving the headers buffer