* mu-cmd-server: add the 'contacts' command, which gives us the contacts (as

in mu-cfind)
This commit is contained in:
djcb
2012-06-18 18:02:59 +03:00
parent 3159d97105
commit 635e049ff7
3 changed files with 122 additions and 4 deletions

View File

@ -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