Skip to content

Commit

Permalink
* man: update mu-server doc
Browse files Browse the repository at this point in the history
  • Loading branch information
djcb committed Sep 23, 2012
1 parent 725059f commit 18ccc3c
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions man/mu-server.1
Original file line number Original file line Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH MU-SERVER 1 "July 2012" "User Manuals" .TH MU-SERVER 1 "September 2012" "User Manuals"


.SH NAME .SH NAME


Expand Down Expand Up @@ -124,7 +124,7 @@ is sent.
If the action is 'temp', the arguments 'what' is required. The attachment will If the action is 'temp', the arguments 'what' is required. The attachment will
saved to a temporary file, and the following message is sent: saved to a temporary file, and the following message is sent:
.nf .nf
<- (:temp :what <what> :param <param) <- (:temp :what <what> :param <param :docid 12345)
.fi .fi
The front-end can then take action on the temp file, based on what :what and 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 :param contain. \fBmu4e\fR uses this mechanism e.g. for piping an attachment
Expand Down Expand Up @@ -244,8 +244,8 @@ update the database accordingly.
.TP .TP
.B view .B view


Using the \fBview\fR command, we can all information (including the body) of a Using the \fBview\fR command, we can retrieve all information (including the
particular e-mail message. body) of a 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.
Expand All @@ -261,6 +261,13 @@ retrieve public keys online automatically.
<- (:view <s-exp>) <- (:view <s-exp>)
.fi .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 .SH AUTHOR
Dirk-Jan C. Binnema <djcb@djcbsoftware.nl> Dirk-Jan C. Binnema <djcb@djcbsoftware.nl>
Expand Down

0 comments on commit 18ccc3c

Please sign in to comment.