guile: small doc fix
This commit is contained in:
@ -514,7 +514,7 @@ messages matching 'book':
|
|||||||
(lambda (contact)
|
(lambda (contact)
|
||||||
(format #t "~a => ~a\n"
|
(format #t "~a => ~a\n"
|
||||||
(or (mu:email contact) "") (or (mu:name contact) "no-name")))
|
(or (mu:email contact) "") (or (mu:name contact) "no-name")))
|
||||||
(mu:contacts msg mu:field:to)))
|
(mu:contacts msg mu:contact:to)))
|
||||||
"book")
|
"book")
|
||||||
@end lisp
|
@end lisp
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user