* mu-server.1: update

This commit is contained in:
djcb
2012-07-20 11:05:39 +03:00
parent 1c2a87a841
commit 4e5b60d459

View File

@ -165,6 +165,11 @@ and finally, we receive:
.fi .fi
.TP
.B guile
The \fBguile\fR command is reserved for future use.
.TP .TP
.B index .B index
@ -245,8 +250,14 @@ particular e-mail message.
If the optional parameter \fBextract-images\fR is \fBtrue\fR, extract images 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. to temp files, and include links to them in the returned s-exp.
If the optional parameter \fBuse-agent\fR is \fBtrue\fR, try to use
\fBgpg-agent\fR when verifying PGP/GPG message parts.
If the optional parameter \fBauto-retrieve-key\fR is \fBtrue\fR, attempt to
retrieve public keys online automatically.
.nf .nf
-> view docid:<docid>|msgid:<msgid> [extract-images:true] -> view docid:<docid>|msgid:<msgid> [extract-images:true] [use-agent:false] [auto-retrieve-key:false]
<- (:view <s-exp>) <- (:view <s-exp>)
.fi .fi