Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5C82F4196F3 for ; Tue, 13 Apr 2010 15:53:47 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.4 X-Spam-Level: X-Spam-Status: No, score=-0.4 tagged_above=-999 required=5 tests=[BAYES_05=-0.5, DKIM_SIGNED=0.1] autolearn=no Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id frAwjuOztvFU for ; Tue, 13 Apr 2010 15:53:46 -0700 (PDT) Received: from xhlj.maillard.im (xhlj.maillard.im [82.244.211.40]) by olra.theworths.org (Postfix) with ESMTP id 9B9C2431FC1 for ; Tue, 13 Apr 2010 15:53:46 -0700 (PDT) Received: from xhlj.maillard.im (xhlj [127.0.0.1]) by xhlj.maillard.im (Postfix) with ESMTP id 4EE521E07B; Wed, 14 Apr 2010 00:53:45 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to:cc :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=postfix; bh=tHZAqRUgSNzZgrlSBc8AeZOCcrk=; b=aIH gwKLqJQAnzghx81M2pe7RRVuHuT2FxdDS7P5LZtpBiAq+jGnLSnGZOfk4wmZgJjA isMaXDY6pB+JlWDPy1WIsdHq8VM4pJrzeIZhR+Xg2FLo68XQtuuQ5vAruNEBHz9Z SXt9zFoZmpdpbNk+xqNrxk+PAK2EeTl8pvrG/bEI= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.im (Postfix) with ESMTPSA; Wed, 14 Apr 2010 00:53:45 +0200 (CEST) From: Xavier Maillard To: Carl Worth , Sebastian Spaeth Subject: Re: [PATCH] RFC: User-Agent header In-Reply-To: <87bpdnl02k.fsf@yoom.home.cworth.org> References: <87iq821hba.fsf@SSpaeth.de> <87hbnhprk0.fsf@SSpaeth.de> <87y6gtnkch.fsf@SSpaeth.de> <87bpdnl02k.fsf@yoom.home.cworth.org> Date: Wed, 14 Apr 2010 00:55:19 +0200 Message-ID: User-Agent: notmuch version 0.1 (Emacs 23.1.1/i486-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Notmuch list X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Apr 2010 22:53:47 -0000 On Tue, 13 Apr 2010 10:44:03 -0700, Carl Worth wrote: > On Mon, 12 Apr 2010 10:30:54 +0200, "Sebastian Spaeth" wrote: > > > > OK, final post from me on this issue. > > No, wait! I want more from you. :-) > > Would you care to put together a solution that does this from within > notmuch*.el ? I really want things usable by default without people > having to hack up their .emacs files. +1 > Of course, we could also easily add a variable to make this not happen, > (but that can be added in a follow-on patch by anyone). +1 Xavier