1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-29 07:51:04 +02:00

mu4e-proc: update docstring for 'extract'

This commit is contained in:
Dirk-Jan C. Binnema 2020-12-29 10:41:32 +02:00
parent c311dc4d36
commit c1a5a690e4

View File

@ -354,10 +354,10 @@ value)."
&optional path what param) &optional path what param)
"Perform ACTION on part with DOCID INDEX DECRYPT PATH WHAT PARAM. "Perform ACTION on part with DOCID INDEX DECRYPT PATH WHAT PARAM.
Use a message with DOCID and perform ACTION on it (as symbol, Use a message with DOCID and perform ACTION on it (as symbol,
either `save', `open', `temp') which mean: * save: save the part either `save', `open', `temp') which mean:
to PATH (a path) (non-optional for save)$ * open: open the part * save: save the part to PATH (a path) (non-optional for save)
with the default application registered for doing so * temp: save * open: open the part with the default application registered for doing so
to a temporary file, then respond with * temp: save to a temporary file, then respond with
(:temp <path> :what <what> :param <param>)." (:temp <path> :what <what> :param <param>)."
(mu4e~call-mu `(extract (mu4e~call-mu `(extract
:action ,action :action ,action