* guile: don't use obsolete 'message' module anymore in examples/org2mu4e
This commit is contained in:
@ -22,7 +22,7 @@ exec guile -e main -s $0 $@
|
|||||||
|
|
||||||
|
|
||||||
(use-modules (ice-9 getopt-long) (ice-9 format))
|
(use-modules (ice-9 getopt-long) (ice-9 format))
|
||||||
(use-modules (mu) (mu message))
|
(use-modules (mu))
|
||||||
|
|
||||||
(define (display-org-header query)
|
(define (display-org-header query)
|
||||||
"Print the header for the org-file for QUERY."
|
"Print the header for the org-file for QUERY."
|
||||||
|
|||||||
Reference in New Issue
Block a user