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 60A9D255 for ; Thu, 29 Jan 2015 15:14:24 +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 1YGprM-0008Fa-64; Thu, 29 Jan 2015 09:14:22 -0500 Date: Thu, 29 Jan 2015 09:14:14 -0500 From: Neil Horman To: Jay Rolette Message-ID: <20150129141414.GB1999@hmsreliant.think-freely.org> References: <20150128164925.GA10321@localhost.localdomain> <20150128212359.GA4801@hmsreliant.think-freely.org> 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: Thu, 29 Jan 2015 14:14:24 -0000 On Thu, Jan 29, 2015 at 07:38:30AM -0600, Jay Rolette wrote: > On Wed, Jan 28, 2015 at 3:23 PM, Neil Horman wrote: > > > 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. > > > > True. I meant there's not a way to do this in the mail interface I use. > Honestly, while I was happy to do the review since I've been digging into > KNI anyway, I'm not going to spend time setting up an MUA just for this. > > Jay well, ok. But if you ever want to be able to respond to an email you've deleted, you need an MUA that can import mbox files from an archive, or at least allow editing of header fields. FWIW, its not hard to do, heres a redacted version of my gmail .muttrc file: set folder=imaps://@imap.gmail.com set spoolfile=imaps://@imap.gmail.com/INBOX set ssl_starttls=yes set editor=vi set sort=threads set smtp_url=smtps://@smtp.gmail.com set from="Neil Horman "