From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.tuxdriver.com (charlotte.tuxdriver.com [70.61.120.58]) by dpdk.org (Postfix) with ESMTP id 35FE8255 for ; Wed, 28 Jan 2015 22:24:05 +0100 (CET) Received: from hmsreliant.think-freely.org ([2001:470:8:a08:7aac:c0ff:fec2:933b] helo=localhost) by smtp.tuxdriver.com with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.63) (envelope-from ) id 1YGa5g-0008BR-Ip; Wed, 28 Jan 2015 16:24:03 -0500 Date: Wed, 28 Jan 2015 16:23:59 -0500 From: Neil Horman To: Jay Rolette Message-ID: <20150128212359.GA4801@hmsreliant.think-freely.org> References: <20150128164925.GA10321@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) X-Spam-Score: -2.9 (--) X-Spam-Status: No Cc: Dev Subject: Re: [dpdk-dev] Process question: reviewing older patches X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jan 2015 21:24:05 -0000 On Wed, Jan 28, 2015 at 02:57:58PM -0600, Jay Rolette wrote: > Thanks Thomas and Neil. Sadly, no joy. While I generally like gmail for my > mail, there's not a reasonable way to import the mbox file or to control > the message id. > Sure there is, you just need to select an appropriate MUA. You can't use the web interface for this. Enable imap access to your gmail account, and setup an MUA like mutt to point to it. Then the mutt client can open the mbox file, or you can fill out the in-reply-to: header manually. Neil