Merge pull request #534 from che2/fix-msgs-count
guile: Fix build error in msgs-count.scm
This commit is contained in:
@ -26,8 +26,9 @@ exec guile -e main -s $0 $@
|
|||||||
|
|
||||||
(use-modules (mu) (mu script) (mu stats))
|
(use-modules (mu) (mu script) (mu stats))
|
||||||
|
|
||||||
(define (count expr)
|
(define (count expr output)
|
||||||
"Print the total number of messages matching QUERY."
|
"Print the total number of messages matching the query EXPR.
|
||||||
|
OUTPUT is ignored."
|
||||||
(display (mu:count expr))
|
(display (mu:count expr))
|
||||||
(newline))
|
(newline))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user