Commit d736cb3c d736cb3c5792d2851efbfb136affb8c464296c3c by Sergey Poznyakoff

Adapt for the new readmsg behavior

1 parent f0df384d
1 # -*- tcl -*- 1 # -*- tcl -*-
2 # This file is part of Mailutils testsuite. 2 # This file is part of Mailutils testsuite.
3 # Copyright (C) 2002, Free Software Foundation 3 # Copyright (C) 2002, 2007 Free Software Foundation
4 # 4 #
5 # This program is free software; you can redistribute it and/or modify 5 # This program is free software; you can redistribute it and/or modify
6 # it under the terms of the GNU General Public License as published by 6 # it under the terms of the GNU General Public License as published by
...@@ -265,6 +265,7 @@ mu_exec -message "readmsg 1 2" -arg 1 -arg 2 \ ...@@ -265,6 +265,7 @@ mu_exec -message "readmsg 1 2" -arg 1 -arg 2 \
265 "" 265 ""
266 266
267 mu_exec -message "readmsg -h SOMETHING" -arg -h -arg SOMETHING \ 267 mu_exec -message "readmsg -h SOMETHING" -arg -h -arg SOMETHING \
268 "From bar@dontmailme.org Fri Dec 28 23:28:09 2001"\
268 "Received: (from bar@dontmailme.org) "\ 269 "Received: (from bar@dontmailme.org) "\
269 " by dontmailme.org id fERKR9N16790"\ 270 " by dontmailme.org id fERKR9N16790"\
270 " for foobar@nonexistent.net; Fri, 28 Dec 2001 22:18:08 +0200"\ 271 " for foobar@nonexistent.net; Fri, 28 Dec 2001 22:18:08 +0200"\
......