# This file is part of GNU Mailutils -*- Autotest -*- # Copyright (C) 2018-2021 Free Software Foundation, Inc. # License GPLv3+: GNU GPL version 3 or later # This is free software: you are free to change and redistribute it. # There is NO WARRANTY, to the extent permitted by law. AT_SETUP([message-get-envelope-date]) AT_KEYWORDS([message]) MU_GUILE_CHECK([ (display (mu-message-get-envelope-date (test-message)))], 0, [#(40 30 14 8 5 118 5 158 -1 0 UTC)]) AT_CLEANUP