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 E1386431FBC for ; Wed, 18 Nov 2009 09:34:57 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 646zd5mDcETm for ; Wed, 18 Nov 2009 09:34:57 -0800 (PST) Received: from keithp.com (home.keithp.com [63.227.221.253]) by olra.theworths.org (Postfix) with ESMTP id 31ADC431FAE for ; Wed, 18 Nov 2009 09:34:57 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by keithp.com (Postfix) with ESMTP id 4FB81B94048 for ; Wed, 18 Nov 2009 09:34:56 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at keithp.com Received: from keithp.com ([127.0.0.1]) by localhost (keithp.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id m7qKpHm0mT0O; Wed, 18 Nov 2009 09:34:53 -0800 (PST) Received: by keithp.com (Postfix, from userid 1033) id 35D30B9402F; Wed, 18 Nov 2009 09:34:53 -0800 (PST) Received: from koto.keithp.com (localhost [127.0.0.1]) by keithp.com (Postfix) with ESMTP id 31C5DB88003; Wed, 18 Nov 2009 09:34:53 -0800 (PST) Received: by koto.keithp.com (Postfix, from userid 1488) id C587B1581A5; Wed, 18 Nov 2009 09:34:52 -0800 (PST) From: Keith Packard To: notmuch@notmuchmail.org Date: Wed, 18 Nov 2009 09:34:51 -0800 Message-Id: <1258565691-17252-1-git-send-email-keithp@keithp.com> X-Mailer: git-send-email 1.6.5.2 Subject: [notmuch] [PATCH] We use the message mail system for new mail, let emacs know. X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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: Wed, 18 Nov 2009 17:34:58 -0000 This makes things like the goto-address system bring up the right message composition window. Signed-off-by: Keith Packard --- notmuch.el | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/notmuch.el b/notmuch.el index c95cb43..4498200 100644 --- a/notmuch.el +++ b/notmuch.el @@ -1008,4 +1008,6 @@ current search results AND that are tagged with the given tag." (interactive) (notmuch-search "tag:inbox" t)) +(setq mail-user-agent 'message-user-agent) + (provide 'notmuch) -- 1.6.5.2