* cosmetic
This commit is contained in:
@ -122,7 +122,6 @@ main (int argc, char *argv[])
|
|||||||
g_test_add_func ("/guile/message", test_mu_guile_messages);
|
g_test_add_func ("/guile/message", test_mu_guile_messages);
|
||||||
g_test_add_func ("/guile/stats", test_mu_guile_stats);
|
g_test_add_func ("/guile/stats", test_mu_guile_stats);
|
||||||
|
|
||||||
|
|
||||||
g_log_set_handler (NULL,
|
g_log_set_handler (NULL,
|
||||||
G_LOG_LEVEL_MASK | G_LOG_LEVEL_WARNING|
|
G_LOG_LEVEL_MASK | G_LOG_LEVEL_WARNING|
|
||||||
G_LOG_FLAG_FATAL| G_LOG_FLAG_RECURSION,
|
G_LOG_FLAG_FATAL| G_LOG_FLAG_RECURSION,
|
||||||
|
|||||||
@ -72,8 +72,8 @@ exec guile -e main -s $0 $@
|
|||||||
|
|
||||||
(let ((msg (car (mu:message-list "hello"))))
|
(let ((msg (car (mu:message-list "hello"))))
|
||||||
(str-equal-or-exit (mu:subject msg) "Fwd: rfc822")
|
(str-equal-or-exit (mu:subject msg) "Fwd: rfc822")
|
||||||
(str-equal-or-exit (mu:to msg) "martin")
|
(str-equal-or-exit (mu:to msg) "martin")
|
||||||
(str-equal-or-exit (mu:from msg) "foobar <foo@example.com>")
|
(str-equal-or-exit (mu:from msg) "foobar <foo@example.com>")
|
||||||
(str-equal-or-exit (mu:header msg "X-Mailer") "Ximian Evolution 1.4.5")
|
(str-equal-or-exit (mu:header msg "X-Mailer") "Ximian Evolution 1.4.5")
|
||||||
|
|
||||||
(if (not (equal? (mu:priority msg) mu:prio:normal))
|
(if (not (equal? (mu:priority msg) mu:prio:normal))
|
||||||
|
|||||||
Reference in New Issue
Block a user