From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: commit c368e5fc2a190923b786f2de3e79430ea3566a25 regresses MMC Date: Thu, 21 Nov 2013 11:44:23 -0700 Message-ID: <528E5487.8000003@wwwdotorg.org> References: <20131120175814.GC27423@saruman.home> <20131120203400.GL2674@sirena.org.uk> <20131120205143.GA9182@saruman.home> <20131121024840.GA22970@saruman.home> <20131121104911.GM2674@sirena.org.uk> <528E3817.1010105@wwwdotorg.org> <20131121183632.GE8120@sirena.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from avon.wwwdotorg.org ([70.85.31.133]:46223 "EHLO avon.wwwdotorg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755049Ab3KUSo0 (ORCPT ); Thu, 21 Nov 2013 13:44:26 -0500 In-Reply-To: <20131121183632.GE8120@sirena.org.uk> Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: Mark Brown Cc: Felipe Balbi , ldewangan@nvidia.com, lgirdwood@gmail.com, Linux Kernel Mailing List , Linux OMAP Mailing List On 11/21/2013 11:36 AM, Mark Brown wrote: > On Thu, Nov 21, 2013 at 09:43:03AM -0700, Stephen Warren wrote: > >> FYI, the way I deal with this is that my preferred email account >> subscribes to the mailing list, and I have a filter such that >> anything that's to/cc either *that* email address *or* any of my >> other email addresses gets handled the same, and dumped in my >> (list) inbox rather than in a mailing list folder. > > I used to do that but I found it tended to create annoying > duplicates more often than it was helpful. It's also a bit of an > issue for me that there are other people with the same name who > work upstream so I do also find people from time to time picking > the wrong Mark Brown to e-mail. Ah yes. I also have a delivery-time filter that remembers the last n Message-Id headers I've received, and it dumps any duplicates into a separate folder that I ignore. It seems to work pretty well. It looks like n==10000 for me right now. I could post the scripts on github if people think they're useful. Hopefully there aren't security bugs:-)