<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body style="background-color: rgb(255, 255, 255); color: rgb(0, 0,
    0);" bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    I was testing latest beta of 3.0 and see this new setting:<br>
    <br>
    ===<br>
    archive_maxsize: 1024<br>
    <br>
        The size in kilobytes of the largest message that *won’t* be
    archived immediately. Default is 1Mb<br>
    ===<br>
    <br>
    Looking into code this is backwards:<br>
    <br>
    imap/mailbox.c<br>
        /* always archive big messages */<br>
        if (record->size >= maxsize)<br>
            return 1;<br>
    <br>
    Regards,<br>
    Carlos Velasco<br>
    <br>
  </body>
</html>