Commit 9abd30d9 9abd30d9ae9dc84bb88d865912d75fae1768d8e7 by Sergey Poznyakoff

Update

1 parent f7bc2e61
1 2006-07-27 Sergey Poznyakoff <gray@gnu.org.ua>
2
3 * mail/page.c (top_of_page,cursor,page_map,page_size)
4 (page_avail,page_map): Hide as static
5 (fill_page_map): Reset cursor if it points past the last
6 message.
7 * mail/testsuite/mail/write.exp: Add new testcase
8
1 2006-07-22 Sergey Poznyakoff <gray@gnu.org.ua> 9 2006-07-22 Sergey Poznyakoff <gray@gnu.org.ua>
2 10
3 * configure.ac: Raise version number to 1.0.1 11 * configure.ac: Raise version number to 1.0.1
......
...@@ -26,6 +26,21 @@ mail_test -noprompt "quit" \ ...@@ -26,6 +26,21 @@ mail_test -noprompt "quit" \
26 26
27 # Start again using the same mailbox 27 # Start again using the same mailbox
28 mail_start -reuse-spool "--file=%mbox1" 28 mail_start -reuse-spool "--file=%mbox1"
29 # Go to the last message and do delete 4 times
30 mail_command "4"
31 mail_command "delete"
32 mail_command "delete"
33 mail_command "delete"
34 mail_command "delete"
35 # This delete should fail. Version 1.0 failed as reported by
36 # Dan Jacobson
37 # References:
38 # <E1G5mnI-0004Zp-2X@jidanni1>
39 # http://lists.gnu.org/archive/html/bug-mailutils/2006-07/msg00023.html
40 mail_test "delete" "No applicable messages"
41
42 # Start again using the same mailbox
43 mail_start -reuse-spool "--file=%mbox1"
29 mail_test "h" \ 44 mail_test "h" \
30 ">U 1 Bar Fri Dec 28 23:28 16/579 Re: Jabberwocky"\ 45 ">U 1 Bar Fri Dec 28 23:28 16/579 Re: Jabberwocky"\
31 " U 2 Sergey Poznyakoff Sat Jul 13 00:43 44/1645 Simple MIME"\ 46 " U 2 Sergey Poznyakoff Sat Jul 13 00:43 44/1645 Simple MIME"\
......