z.exp
6.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
# -*- tcl -*-
# This file is part of Mailutils testsuite.
# Copyright (C) 2002, Free Software Foundation
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
mail_start "--file=%teaparty.mbox"
mail_command "set readonly"
mail_test "headers" \
">N 1 March Hare Mon Jul 29 22:00 10/301 Invitation"\
" N 2 Alice Mon Jul 29 22:00 10/311 Re: Invitation"\
" N 3 March Hare Mon Jul 29 22:00 10/306 Re: Invitation"\
" N 4 Alice Mon Jul 29 22:00 10/335 Re: Invitation"\
" N 5 March Hare Mon Jul 29 22:00 10/352 Re: Invitation"\
" N 6 Alice Mon Jul 29 22:00 11/367 Re: Invitation"\
" N 7 March Hare Mon Jul 29 22:00 10/315 Personal remark"\
" N 8 Alice Mon Jul 29 22:00 10/358 Re: Personal remark"\
" N 9 March Hare Mon Jul 29 22:00 10/344 Riddle (was Re: Personal"
mail_test "z." \
">N 1 March Hare Mon Jul 29 22:00 10/301 Invitation"\
" N 2 Alice Mon Jul 29 22:00 10/311 Re: Invitation"\
" N 3 March Hare Mon Jul 29 22:00 10/306 Re: Invitation"\
" N 4 Alice Mon Jul 29 22:00 10/335 Re: Invitation"\
" N 5 March Hare Mon Jul 29 22:00 10/352 Re: Invitation"\
" N 6 Alice Mon Jul 29 22:00 11/367 Re: Invitation"\
" N 7 March Hare Mon Jul 29 22:00 10/315 Personal remark"\
" N 8 Alice Mon Jul 29 22:00 10/358 Re: Personal remark"\
" N 9 March Hare Mon Jul 29 22:00 10/344 Riddle (was Re: Personal"
mail_test "z" \
">N 11 March Hare Mon Jul 29 22:00 10/348 Re: Riddle"\
" N 12 Alice Mon Jul 29 22:00 10/297 Re: Riddle"\
" N 13 March Hare Mon Jul 29 22:00 10/338 Be specific (was Re: Ridd"\
" N 14 Alice Mon Jul 29 22:00 11/368 Re: Be specific"\
" N 15 Hatter Mon Jul 29 22:00 12/409 Re: Be specific"\
" N 16 March Hare Mon Jul 29 22:00 11/386 Re: Be specific"\
" N 17 Dormouse Mon Jul 29 22:00 12/442 Re: Be specific"\
" N 18 Hatter Mon Jul 29 22:00 10/330 Re: Be specific"\
" N 19 Hatter Mon Jul 29 22:00 10/310 Watch"\
" N 20 Alice Mon Jul 29 22:00 10/297 Re: Watch"
mail_test "z-" \
">N 1 March Hare Mon Jul 29 22:00 10/301 Invitation"\
" N 2 Alice Mon Jul 29 22:00 10/311 Re: Invitation"\
" N 3 March Hare Mon Jul 29 22:00 10/306 Re: Invitation"\
" N 4 Alice Mon Jul 29 22:00 10/335 Re: Invitation"\
" N 5 March Hare Mon Jul 29 22:00 10/352 Re: Invitation"\
" N 6 Alice Mon Jul 29 22:00 11/367 Re: Invitation"\
" N 7 March Hare Mon Jul 29 22:00 10/315 Personal remark"\
" N 8 Alice Mon Jul 29 22:00 10/358 Re: Personal remark"\
" N 9 March Hare Mon Jul 29 22:00 10/344 Riddle (was Re: Personal"
mail_test "z +3" \
">N 31 Dormouse Mon Jul 29 22:00 11/364 Re: Remark"\
" N 32 Hatter Mon Jul 29 22:00 10/319 Re: Riddle"\
" N 33 Alice Mon Jul 29 22:00 10/323 Re: Riddle"\
" N 34 Hatter Mon Jul 29 22:00 10/315 Re: Riddle"\
" N 35 March Hare Mon Jul 29 22:00 10/292 Re: Riddle"\
" N 36 Alice Mon Jul 29 22:00 11/406 Re: Riddle"\
" N 37 Hatter Mon Jul 29 22:00 11/372 Discussing Time"\
" N 38 Alice Mon Jul 29 22:00 10/322 Re: Discussing Time"\
" N 39 Hatter Mon Jul 29 22:00 10/357 Re: Discussing Time"\
" N 40 Alice Mon Jul 29 22:00 10/359 Re: Discussing Time"\
mail_test "z -2" \
">N 11 March Hare Mon Jul 29 22:00 10/348 Re: Riddle"\
" N 12 Alice Mon Jul 29 22:00 10/297 Re: Riddle"\
" N 13 March Hare Mon Jul 29 22:00 10/338 Be specific (was Re: Ridd"\
" N 14 Alice Mon Jul 29 22:00 11/368 Re: Be specific"\
" N 15 Hatter Mon Jul 29 22:00 12/409 Re: Be specific"\
" N 16 March Hare Mon Jul 29 22:00 11/386 Re: Be specific"\
" N 17 Dormouse Mon Jul 29 22:00 12/442 Re: Be specific"\
" N 18 Hatter Mon Jul 29 22:00 10/330 Re: Be specific"\
" N 19 Hatter Mon Jul 29 22:00 10/310 Watch"\
" N 20 Alice Mon Jul 29 22:00 10/297 Re: Watch"
mail_test "z +8" \
">N 91 Dormouse Mon Jul 29 22:01 10/300 Re: Story"\
" N 92 Dormouse Mon Jul 29 22:01 13/487 Re: Story"\
" N 93 Alice Mon Jul 29 22:01 10/331 Re: Story"\
" N 94 Hatter Mon Jul 29 22:01 10/311 Rude remark"\
" N 95 Alice Mon Jul 29 22:01 11/379 Thoughts"
mail_test "z" "On last screenful of messages"
mail_test "headers" \
" N 87 Alice Mon Jul 29 22:01 10/317 Re: Story"\
" N 88 Dormouse Mon Jul 29 22:01 10/322 Re: Story"\
" N 89 Dormouse Mon Jul 29 22:01 11/390 Re: Story"\
" N 90 Alice Mon Jul 29 22:01 10/306 Re: Story"\
">N 91 Dormouse Mon Jul 29 22:01 10/300 Re: Story"\
" N 92 Dormouse Mon Jul 29 22:01 13/487 Re: Story"\
" N 93 Alice Mon Jul 29 22:01 10/331 Re: Story"\
" N 94 Hatter Mon Jul 29 22:01 10/311 Rude remark"\
" N 95 Alice Mon Jul 29 22:01 11/379 Thoughts"
mail_test "z -9" \
">N 1 March Hare Mon Jul 29 22:00 10/301 Invitation"\
" N 2 Alice Mon Jul 29 22:00 10/311 Re: Invitation"\
" N 3 March Hare Mon Jul 29 22:00 10/306 Re: Invitation"\
" N 4 Alice Mon Jul 29 22:00 10/335 Re: Invitation"\
" N 5 March Hare Mon Jul 29 22:00 10/352 Re: Invitation"\
" N 6 Alice Mon Jul 29 22:00 11/367 Re: Invitation"\
" N 7 March Hare Mon Jul 29 22:00 10/315 Personal remark"\
" N 8 Alice Mon Jul 29 22:00 10/358 Re: Personal remark"\
" N 9 March Hare Mon Jul 29 22:00 10/344 Riddle (was Re: Personal"
mail_test "z-" "On first screenful of messages"
# End of z.exp