Commit 1ee03f04 1ee03f04cace7d1523a9ca710b50d31ea65c9639 by Sergey Poznyakoff

Test frm -l on long to: headers.

1 parent f4a1c411
...@@ -50,4 +50,8 @@ mu_exec -retcode 1 -arg -q -message "frm -q" ...@@ -50,4 +50,8 @@ mu_exec -retcode 1 -arg -q -message "frm -q"
50 50
51 mu_exec -arg -q -arg %nonexistent -retcode 2 -message "frm -q %nonexistent" 51 mu_exec -arg -q -arg %nonexistent -retcode 2 -message "frm -q %nonexistent"
52 52
53 set env(MAIL) $MU_SPOOL_DIR/bigto.mbox
54 mu_exec -retcode 1 -message "frm -l on long headers" -arg -l \
55 "(\"Ayoung-Chee, N) Patrick Chan\tNew email address, etc."
56
53 #end of test.exp 57 #end of test.exp
...\ No newline at end of file ...\ No newline at end of file
......