* man: update mu-server doc

This commit is contained in:
djcb 2012-09-23 11:42:35 +03:00
parent 725059f03b
commit 18ccc3c6f8
1 changed files with 11 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.TH MU-SERVER 1 "July 2012" "User Manuals"
.TH MU-SERVER 1 "September 2012" "User Manuals"
.SH NAME
@ -124,7 +124,7 @@ is sent.
If the action is 'temp', the arguments 'what' is required. The attachment will
saved to a temporary file, and the following message is sent:
.nf
<- (:temp :what <what> :param <param)
<- (:temp :what <what> :param <param :docid 12345)
.fi
The front-end can then take action on the temp file, based on what :what and
:param contain. \fBmu4e\fR uses this mechanism e.g. for piping an attachment
@ -244,8 +244,8 @@ update the database accordingly.
.TP
.B view
Using the \fBview\fR command, we can all information (including the body) of a
particular e-mail message.
Using the \fBview\fR command, we can retrieve 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.
@ -261,6 +261,13 @@ retrieve public keys online automatically.
<- (:view <s-exp>)
.fi
or, alternatively:
.nf
-> view path:<path-to-msg> [extract-images:true] [use-agent:false] [auto-retrieve-key:false]
<- (:view <s-exp>)
.fi
.SH AUTHOR
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>