* mu-cmd-server: add the 'contacts' command, which gives us the contacts (as
in mu-cfind)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
.TH MU-SERVER 1 "April 2012" "User Manuals"
|
||||
.TH MU-SERVER 1 "June 2012" "User Manuals"
|
||||
|
||||
.SH NAME
|
||||
|
||||
@ -69,7 +69,7 @@ e.g. set the subject, sender and recipient for a reply message.
|
||||
Messages of type 'new' don't use the docid: parameter, the other ones do.
|
||||
|
||||
.nf
|
||||
-> compose <reply|forward|edit|new> [docid:<docid>]
|
||||
-> compose type:<reply|forward|edit|new> [docid:<docid>]
|
||||
<- (:compose <reply|forward|edit|new> :original <s-exp> :include (<list-of-attachments))
|
||||
.fi
|
||||
|
||||
@ -82,6 +82,18 @@ forwarding. This s-exprssion looks like:
|
||||
.fi
|
||||
|
||||
|
||||
.TP
|
||||
.B contacts
|
||||
|
||||
Using the \fBcompose\fR command, we can retrieve an s-expression with all known
|
||||
contacts (name + e-mail address). For the details, see \fBmu-cfind(1)\fR.
|
||||
|
||||
.nf
|
||||
-> contacts [only-personal:true|false] [newer-than:<time_t>]
|
||||
<- (:contacts ((:name abc :mail foo@exampl.com ...) ...)
|
||||
.fi
|
||||
|
||||
|
||||
.TP
|
||||
.B extract
|
||||
|
||||
|
||||
Reference in New Issue
Block a user