pick matching rework
[mmh] / test / tests / pick / test-encoded-body
1 #!/bin/sh
2 ######################################################
3 #
4 # Test pick -search with encoded body
5 #
6 ######################################################
7
8 . "$MH_TEST_COMMON"
9
10 test_skip "not implemented yet"
11 exit
12
13 require_locale en_US.utf-8 en_US.utf8
14 LC_ALL=en_US.UTF-8
15 export LC_ALL
16
17 cat > $msgfile <<EOF
18 To: recipient@example.com
19 From: sender@example.com
20 Subject: test encoded body
21 MIME-Version: 1.0
22 Content-Type: text/plain; charset="UTF-8"
23 Content-Transfer-Encoding: quoted-printable
24
25 Sehr geehrte Damen und Herren
26
27 Feuer! Feuer! Feuer! Dies ist keine =C3=BCbung.
28
29 123 Carenden Road
30
31 Ich freue mich auf ihre Antwort
32
33 Mit freundlichen Gr=C3=BC=C3=9Fen
34 Maurice Moss
35 EOF
36 lm=$(pick l)
37
38 runandcheck 'pick -search übung' <<!
39 $lm
40 !