commit 0c4cbf1726b2a538df91e650acd115bf4863f54d
Author: Oswald Buddenhagen <[email protected]>
Date:   Sun Nov 3 20:20:08 2013 +0100

    create unseen messages in /new/
    
    seen messages still go to /cur/.
    this is consistent with the actual maildir driver.

 src/run-tests.pl |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/run-tests.pl b/src/run-tests.pl
index 0ecfd8f..d96aed8 100755
--- a/src/run-tests.pl
+++ b/src/run-tests.pl
@@ -441,7 +441,7 @@ sub mkbox($$@)
                        $uid = "";
                }
                my $big = $flg =~ s/\*//;
-               open(FILE, ">", $bn."/cur/0.1_".$num.".local".$uid.":2,".$flg) 
or
+               open(FILE, ">", $bn."/".($flg =~ /S/ ? "cur" : 
"new")."/0.1_".$num.".local".$uid.":2,".$flg) or
                        die "Cannot create message $num in mailbox $bn.\n";
                print FILE "From: foo\nTo: bar\nDate: Thu, 1 Jan 1970 00:00:00 
+0000\nSubject: $num\n\n".(("A"x50)."\n")x($big*30);
                close FILE;

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
isync-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/isync-devel

Reply via email to