Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
9abd30d9
...
9abd30d9ae9dc84bb88d865912d75fae1768d8e7
authored
2006-07-27 07:31:20 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Update
1 parent
f7bc2e61
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
0 deletions
ChangeLog
mail/testsuite/mail/write.exp
ChangeLog
View file @
9abd30d
2006-07-27 Sergey Poznyakoff <gray@gnu.org.ua>
* mail/page.c (top_of_page,cursor,page_map,page_size)
(page_avail,page_map): Hide as static
(fill_page_map): Reset cursor if it points past the last
message.
* mail/testsuite/mail/write.exp: Add new testcase
2006-07-22 Sergey Poznyakoff <gray@gnu.org.ua>
* configure.ac: Raise version number to 1.0.1
...
...
mail/testsuite/mail/write.exp
View file @
9abd30d
...
...
@@ -26,6 +26,21 @@ mail_test -noprompt "quit" \
# Start again using the same mailbox
mail_start -reuse-spool
"--file=%mbox1"
# Go to the last message and do delete 4 times
mail_command
"4"
mail_command
"delete"
mail_command
"delete"
mail_command
"delete"
mail_command
"delete"
# This delete should fail. Version 1.0 failed as reported by
# Dan Jacobson
# References:
# <E1G5mnI-0004Zp-2X@jidanni1>
# http://lists.gnu.org/archive/html/bug-mailutils/2006-07/msg00023.html
mail_test
"delete"
"No applicable messages"
# Start again using the same mailbox
mail_start -reuse-spool
"--file=%mbox1"
mail_test
"h"
\
">U 1 Bar Fri Dec 28 23:28 16/579 Re: Jabberwocky"
\
" U 2 Sergey Poznyakoff Sat Jul 13 00:43 44/1645 Simple MIME"
\
...
...
Please
register
or
sign in
to post a comment