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 0DB9B4196F3 for ; Thu, 22 Apr 2010 04:02:07 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -1.9 X-Spam-Level: X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9] autolearn=ham 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 uIu+4Em6qWEF for ; Thu, 22 Apr 2010 04:02:06 -0700 (PDT) Received: from homiemail-a20.g.dreamhost.com (caiajhbdccah.dreamhost.com [208.97.132.207]) by olra.theworths.org (Postfix) with ESMTP id 527EA431FC1 for ; Thu, 22 Apr 2010 04:02:06 -0700 (PDT) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) (Authenticated sender: sebastian@sspaeth.de) by homiemail-a20.g.dreamhost.com (Postfix) with ESMTPA id A159B7EC069 for ; Thu, 22 Apr 2010 04:02:04 -0700 (PDT) Received: by sspaeth.de (sSMTP sendmail emulation); Thu, 22 Apr 2010 13:02:02 +0200 From: "Sebastian Spaeth" To: notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: Re-arrange message sending code In-Reply-To: <1271927012-10062-1-git-send-email-dme@dme.org> References: <1271927012-10062-1-git-send-email-dme@dme.org> Date: Thu, 22 Apr 2010 13:02:02 +0200 Message-ID: <87tyr3oimt.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: Thu, 22 Apr 2010 11:02:07 -0000 On 2010-04-22, David Edmondson wrote: > Define a new `mail-user-agent' (`notmuch-user-agent') and use it by > default. Re-arrange various routines that send mail to use this > (compose, reply, forward). Insert a `User-Agent:' header by default. I've been using this or a slightly earlier version of patch Signed-off: Sebastian Spaeth