Commit a1529705 a1529705da30d617aeeeeb110ee10a87958bf420 by Sergey Poznyakoff

Fixed to match the new frm output.

1 parent 0575858a
...@@ -31,18 +31,18 @@ mu_exec -retcode 1 -message "frm" "Foo Bar\tJabberwocky"\ ...@@ -31,18 +31,18 @@ mu_exec -retcode 1 -message "frm" "Foo Bar\tJabberwocky"\
31 "Sergey Poznyakoff\tEmpty MIME Parts" 31 "Sergey Poznyakoff\tEmpty MIME Parts"
32 32
33 mu_exec -retcode 1 -message "frm -n" -arg -n \ 33 mu_exec -retcode 1 -message "frm -n" -arg -n \
34 " 1: Foo Bar\tJabberwocky"\ 34 " 1:\tFoo Bar\tJabberwocky"\
35 " 2: Bar\tRe: Jabberwocky"\ 35 " 2:\tBar\tRe: Jabberwocky"\
36 " 3: Sergey Poznyakoff\tSimple MIME"\ 36 " 3:\tSergey Poznyakoff\tSimple MIME"\
37 " 4: Sergey Poznyakoff\tNested MIME"\ 37 " 4:\tSergey Poznyakoff\tNested MIME"\
38 " 5: Sergey Poznyakoff\tEmpty MIME Parts" 38 " 5:\tSergey Poznyakoff\tEmpty MIME Parts"
39 39
40 mu_exec -retcode 1 -message "frm -l" -arg -l \ 40 mu_exec -retcode 1 -message "frm -l" -arg -l \
41 "(Bar) Foo Bar\tJabberwocky"\ 41 "(Bar)\tFoo Bar\tJabberwocky"\
42 "(Foo Bar) Bar\tRe: Jabberwocky"\ 42 "(Foo Bar)\tBar\tRe: Jabberwocky"\
43 "(Foo Bar) Sergey Poznyakoff\tSimple MIME"\ 43 "(Foo Bar)\tSergey Poznyakoff\tSimple MIME"\
44 "(Foo Bar) Sergey Poznyakoff\tNested MIME"\ 44 "(Foo Bar)\tSergey Poznyakoff\tNested MIME"\
45 "(Foo Bar) Sergey Poznyakoff\tEmpty MIME Parts" 45 "(Foo Bar)\tSergey Poznyakoff\tEmpty MIME Parts"
46 46
47 mu_exec -retcode 1 -message "frm -qS" -arg -qS \ 47 mu_exec -retcode 1 -message "frm -qS" -arg -qS \
48 "Folder contains 5 new messages." 48 "Folder contains 5 new messages."
...@@ -59,6 +59,6 @@ mu_exec -arg -q -arg %nonexistent -retcode 2 -message "frm -q %nonexistent" \ ...@@ -59,6 +59,6 @@ mu_exec -arg -q -arg %nonexistent -retcode 2 -message "frm -q %nonexistent" \
59 set env(MAIL) $MU_SPOOL_DIR/bigto.mbox 59 set env(MAIL) $MU_SPOOL_DIR/bigto.mbox
60 set env(FOLDER) $env(MAIL) 60 set env(FOLDER) $env(MAIL)
61 mu_exec -retcode 1 -message "frm -l on long headers" -arg -l \ 61 mu_exec -retcode 1 -message "frm -l on long headers" -arg -l \
62 "(\"Ayoung-Chee, N) Patrick Chan\tNew email address, etc." 62 "(Ayoung-Chee, Nigel Paul -- Nigel Paul Ayoung-Chee)\tPatrick Chan\tNew email address, etc."
63 63
64 #end of test.exp 64 #end of test.exp
......