Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933135Ab2FVUOg (ORCPT ); Fri, 22 Jun 2012 16:14:36 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:44946 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932456Ab2FVUOf (ORCPT ); Fri, 22 Jun 2012 16:14:35 -0400 Date: Fri, 22 Jun 2012 13:14:29 -0700 From: Tejun Heo To: Yinghai Lu Cc: Gavin Shan , Sasha Levin , Andrew Morton , David Miller , hpa@linux.intel.com, linux-mm , "linux-kernel@vger.kernel.org" Subject: Re: Early boot panic on machine with lots of memory Message-ID: <20120622201429.GM4642@google.com> References: <20120619041154.GA28651@shangw> <20120619212059.GJ32733@google.com> <20120619212618.GK32733@google.com> <20120621201728.GB4642@google.com> <20120622185113.GK4642@google.com> <20120622192919.GL4642@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1889 Lines: 52 Hello, Yinghai. On Fri, Jun 22, 2012 at 01:01:32PM -0700, Yinghai Lu wrote: > using yhlu.kernel@gmail.com to get mail from the list and respond as > yinghai@kernel.org. > > gmail web client does not allow us to insert plain text. > > if using standline thunderbird, that seems can not handle thousand mail. I moved away from TB too (to gmail + mutt) but IIRC turning off indexing made it mostly bearable for me. > noticed now even Linus is attaching patch, so I assume that is ok > because there is no othe good rway. Yeah, it's okay but just not optimal. I was wondering what changed. My setup is pretty similar and in case you're intersted, here are some tricks I've been using. Thunderbird * In the Composition & Addressing tab of account setting, clear "Compose messages in HTML format". * Open Config Editor under Preferences -> Advanced -> General. * set mailnews.wraplength to 9999 * set mailnews.send_plaintext_flowed to false * Install External Editor add-on and configure it to your favorite editor. http://globs.org/articles.php?pg=2&lng=en Ctrl-E launches the external editor. The only caveat is that there seems to be a race condition and if the machine is under heavy load the extension occassinally loses the edited text, so it usually is a good idea to save a copy in a separate file before exiting the external editor. It never happens on my desktop but happens on my laptop once in a blue moon. Alternatively, you can use mutt for patch sending / processing. With caches turned on (set header_cache, set message_cachedir), it's actually pretty useable w/ gmail. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/