<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 1/16/2013 2:16 PM, Kent James wrote:<br>
    </div>
    <blockquote cite="mid:50F726D4.4070204@caspia.com" type="cite">
      <meta http-equiv="content-type" content="text/html;
        charset=ISO-8859-1">
      I was looking today at trying to fix the relatively simple bug
      793865 "<span id="summary_alias_container"><span
          id="short_desc_nonedit_display">nsIMsgParseMailMsgState.envelopePos

          must be 64bits to support large mbox folders"</span></span>,
      figuring that was one needed step on a relatively small path to
      support >4GB mbox files in local folders. But as I looked into
      it, we have never resolved the issue of a 32 bit nsMsgKey, which
      also equals the message offset in local folders. It is a far from
      trivial issue to make progress on that.<br>
    </blockquote>
    There's a msg hdr property called something like "message-offset"
    that's used instead of the msgKey as the offset into the local
    folder, by the berkeley mailbox store. The msgKey is used for
    backwards compatibility if there is no message-offset. Are you
    saying the message-offset is never used, or sometimes not used?<br>
    <br>
    - David<br>
  </body>
</html>