<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body style="background-color: rgb(255, 255, 255); color: rgb(0, 0,
    0);" bgcolor="#FFFFFF" text="#000000">
    Bron,<br>
    <br>
    IMHO, it makes sense when you know how it works, or when you develop
    the sentence, but the part "won't be archived immediately" is
    confusing. Sorry I am not native english and this could count, I got
    confused about the text that's because I had to look into code.<br>
    <br>
    Mmm... I have used right now the (infamous) google translator to
    check if I am wrong, and translation to spanish (my native) is:<br>
    "El tamaño en kilobytes del mensaje más grande que no será archivada
    de inmediato"<br>
    Believe me... it is backwards :(<br>
    <br>
    What about something like this instead?<br>
    The size, if greater or equal, in kilobytes of the message that will
    be archived immediately regardless of archive_days setting. Default
    is 1Mb<br>
    <br>
    Regards,<br>
    Carlos Velasco<br>
    <br>
    <div class="moz-cite-prefix">-------- Original Message --------<br>
      Subject: Re: [Cyrus Imap 3.0] Doc wrong archive_maxsize<br>
      From: Bron Gondwana via Cyrus-devel
      <a class="moz-txt-link-rfc2396E" href="mailto:cyrus-devel@lists.andrew.cmu.edu"><cyrus-devel@lists.andrew.cmu.edu></a><br>
      To: <a class="moz-txt-link-abbreviated" href="mailto:cyrus-devel@lists.andrew.cmu.edu">cyrus-devel@lists.andrew.cmu.edu</a><br>
      Date: 13/10/2016 23:50:11<br>
    </div>
    <blockquote style="border-left: 2px solid #009900 !important;
      border-right: 2px solid #009900 !important; padding: 0px 15px 0px
      15px; margin: 8px 2px;"
cite="mid:1476395411.459762.755343033.00C9DA8A@webmail.messagingengine.com"
      type="cite"><!--[if !IE]><DIV style="border-left: 2px solid #009900; border-right: 2px solid #009900;  padding: 0px 15px; margin: 2px 0px;"><![endif]-->
      <title></title>
      <div style="font-family:Arial;">How is that backwards? (apart from
        the >= rather than > maybe)  If it's bigger than that,
        then return 1 (archive now), otherwise don't.<br>
      </div>
      <div><br>
      </div>
      <div><br>
      </div>
      <div>On Fri, 14 Oct 2016, at 04:56, Carlos Velasco via Cyrus-devel
        wrote:<br>
      </div>
      <blockquote style="border-left: 2px solid #009900 !important;
        border-right: 2px solid #009900 !important; padding: 0px 15px
        0px 15px; margin: 8px 2px;" type="cite"><!--[if !IE]><DIV style="border-left: 2px solid #009900; border-right: 2px solid #009900;  padding: 0px 15px; margin: 2px 0px;"><![endif]-->
        <div style="font-family:Arial;">Hi,<br>
        </div>
        <div style="font-family:Arial;"> <br>
        </div>
        <div style="font-family:Arial;"> I was testing latest beta of
          3.0 and see this new setting:<br>
        </div>
        <div style="font-family:Arial;"> <br>
        </div>
        <div style="font-family:Arial;"> ===<br>
        </div>
        <div style="font-family:Arial;"> archive_maxsize: 1024<br>
        </div>
        <div style="font-family:Arial;"> <br>
        </div>
        <div style="font-family:Arial;">     The size in kilobytes of
          the largest message that *won’t* be archived immediately.
          Default is 1Mb<br>
        </div>
        <div style="font-family:Arial;"> ===<br>
        </div>
        <div style="font-family:Arial;"> <br>
        </div>
        <div style="font-family:Arial;"> Looking into code this is
          backwards:<br>
        </div>
        <div style="font-family:Arial;"> <br>
        </div>
        <div style="font-family:Arial;"> imap/mailbox.c<br>
        </div>
        <div style="font-family:Arial;">     /* always archive big
          messages */<br>
        </div>
        <div style="font-family:Arial;">     if (record->size >=
          maxsize)<br>
        </div>
        <div style="font-family:Arial;">         return 1;<br>
        </div>
        <div style="font-family:Arial;"> <br>
        </div>
        <br>
        <!--[if !IE]></DIV><![endif]--></blockquote>
      <!--[if !IE]></DIV><![endif]--></blockquote>
    <br>
  </body>
</html>