guile: use mu-message-fields
This commit is contained in:
@ -82,7 +82,7 @@ exec guile -e main -s $0 $@
|
||||
(let ((msg (car (mu:message-list "atoms"))))
|
||||
(str-equal-or-exit (mu:subject msg) "atoms")
|
||||
(str-equal-or-exit (mu:to msg) "Democritus <demo@example.com>")
|
||||
(str-equal-or-exit (mu:from msg) "\"Richard P. Feynman\" <rpf@example.com>")
|
||||
(str-equal-or-exit (mu:from msg) "Richard P. Feynman <rpf@example.com>")
|
||||
;;(str-equal-or-exit (mu:header msg "Content-transfer-encoding") "7BIT")
|
||||
|
||||
(if (not (equal? (mu:priority msg) mu:prio:high))
|
||||
|
||||
Reference in New Issue
Block a user