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 2C9CE4196F0 for ; Mon, 26 Apr 2010 03:48:31 -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 SHMSI1g8TG-N for ; Mon, 26 Apr 2010 03:48:30 -0700 (PDT) Received: from mail-wy0-f181.google.com (mail-wy0-f181.google.com [74.125.82.181]) by olra.theworths.org (Postfix) with ESMTP id 71CEC431FC1 for ; Mon, 26 Apr 2010 03:48:30 -0700 (PDT) Received: by wyj26 with SMTP id 26so599026wyj.26 for ; Mon, 26 Apr 2010 03:48:29 -0700 (PDT) Received: by 10.216.172.71 with SMTP id s49mr5064505wel.195.1272278909201; Mon, 26 Apr 2010 03:48:29 -0700 (PDT) Received: from ut.hh.sledj.net (host83-217-165-81.dsl.vispa.com [83.217.165.81]) by mx.google.com with ESMTPS id x1sm715243wbx.7.2010.04.26.03.48.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Apr 2010 03:48:28 -0700 (PDT) Received: by ut.hh.sledj.net (Postfix, from userid 1000) id 6BF36594135; Mon, 26 Apr 2010 11:48:38 +0100 (BST) From: David Edmondson To: notmuch@notmuchmail.org Subject: [PATCH] emacs: Automatically load "notmuch-address" Date: Mon, 26 Apr 2010 11:48:33 +0100 Message-Id: <1272278913-2371-1-git-send-email-dme@dme.org> X-Mailer: git-send-email 1.7.0 In-Reply-To: <87633hoesd.fsf@yoom.home.cworth.org> References: <87633hoesd.fsf@yoom.home.cworth.org> 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: Mon, 26 Apr 2010 10:48:31 -0000 "notmuch-address.el" tries to be careful to insinuate itself into message mode only if it will do something useful, so it's safe to load it all of the time. --- emacs/notmuch-mua.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index acb7dbf..305275e 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -23,6 +23,7 @@ (require 'message) (require 'notmuch-lib) +(require 'notmuch-address) ;; -- 1.7.0