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
6747365a
...
6747365a81dfe4ad727ba195baaca8c59c4ce136
authored
2002-10-29 12:45:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Start sieve with "-M none".
1 parent
ad98cad1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sieve/testsuite/lib/sieve.exp
sieve/testsuite/lib/sieve.exp
View file @
6747365
...
...
@@ -29,7 +29,7 @@ proc sieve_test {args} {
global sieve_source_dir
set default
""
set sw
[
list
]
set sw
[
list
"-M none"
]
set reuse_spool 0
for
{
set
i 0
}
{
$i
<
[
llength
$args
]}
{
incr
i
}
{
set a
[
lindex
$args
$i
]
...
...
Please
register
or
sign in
to post a comment