* support getting all image attachments as temp files (change in mu-msg-sexp

api)
This commit is contained in:
djcb
2012-05-16 20:45:31 +03:00
parent 3bbff2e9ad
commit 47e7720464
6 changed files with 110 additions and 40 deletions

View File

@ -215,8 +215,11 @@ update the database accordingly.
Using the \fBview\fR command, we can all information (including the body) of a
particular e-mail message.
If the optional parameter \fBextract-images\fR is \fBtrue\fR, extract images
to temp files, and include links to them in the returned s-exp.
.nf
-> view docid:<docid>|msgid:<msgid>
-> view docid:<docid>|msgid:<msgid> [extract-images:true]
<- (:view <s-exp>)
.fi