# File lib/tmail/mailbox.rb, line 233
    def UNIXMbox.static_new( fname, dir, readonly = false )
      newobj(fname, dir, readonly, true)
    end