Return-Path: Delivered-To: apmail-httpd-mbox-dev-archive@www.apache.org Received: (qmail 76955 invoked from network); 18 Apr 2005 04:18:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 18 Apr 2005 04:18:04 -0000 Received: (qmail 79566 invoked by uid 500); 18 Apr 2005 04:18:04 -0000 Delivered-To: apmail-httpd-mbox-dev-archive@httpd.apache.org Received: (qmail 79535 invoked by uid 500); 18 Apr 2005 04:18:03 -0000 Mailing-List: contact mbox-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Delivered-To: mailing list mbox-dev@httpd.apache.org Received: (qmail 79516 invoked by uid 99); 18 Apr 2005 04:18:03 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from scotch.ics.uci.edu (HELO scotch.ics.uci.edu) (128.195.24.168) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 17 Apr 2005 21:18:02 -0700 Received: from scotch.ics.uci.edu (localhost [127.0.0.1]) by scotch.ics.uci.edu (8.12.11/8.12.11) with ESMTP id j3I4Hw0N008162 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=NO); Sun, 17 Apr 2005 21:17:58 -0700 (PDT) Received: (from jerenk@localhost) by scotch.ics.uci.edu (8.12.6/8.12.6/Submit) id j3I4HwUp008161; Sun, 17 Apr 2005 21:17:58 -0700 (PDT) X-Authentication-Warning: scotch.ics.uci.edu: jerenk set sender to justin@erenkrantz.com using -f Date: Sun, 17 Apr 2005 21:17:57 -0700 From: Justin Erenkrantz To: Paul Querna Cc: mbox-dev@httpd.apache.org Subject: Re: svn commit: r160602 [1/3] - in httpd/mod_mbox/trunk: ./ config/ m4/ module-2.0/ Message-ID: <20050418041757.GB29417@scotch.ics.uci.edu> Mail-Followup-To: Justin Erenkrantz , Paul Querna , mbox-dev@httpd.apache.org References: <20050408203054.7502.qmail@minotaur.apache.org> <20050416072311.GS29417@scotch.ics.uci.edu> <4260C9FB.2090200@force-elite.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4260C9FB.2090200@force-elite.com> User-Agent: Mutt/1.5.8i X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED autolearn=no version=3.1.0-r156655 X-Spam-Checker-Version: SpamAssassin 3.1.0-r156655 (2005-03-09) on scotch.ics.uci.edu X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sat, Apr 16, 2005 at 01:16:59AM -0700, Paul Querna wrote: > >Should we be better off just adding in body_start, msg_start, and body_end > >sizeof? > > To clarify, do you mean remove caching of the other fields, eg from, > subject, etc? I meant making it explicit as to what fields are used rather than assuming that all fields were the same size. I see you figured this out in your later commits. Thanks! -- justin