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 D94174196F0 for ; Tue, 27 Apr 2010 06:08:25 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -4.2 X-Spam-Level: X-Spam-Status: No, score=-4.2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3] 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 ekEjqwkHBr4Y for ; Tue, 27 Apr 2010 06:08:25 -0700 (PDT) Received: from ipex2.johnshopkins.edu (ipex2.johnshopkins.edu [162.129.8.151]) by olra.theworths.org (Postfix) with ESMTP id 43D95431FC1 for ; Tue, 27 Apr 2010 06:08:25 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.52,280,1270440000"; d="scan'208";a="325097315" Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky) ([69.255.36.229]) by ipex2.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 27 Apr 2010 09:08:24 -0400 Received: from jkr by lucky with local (Exim 4.69) (envelope-from ) id 1O6kWV-0001Wt-Bi; Tue, 27 Apr 2010 09:08:23 -0400 From: Jesse Rosenthal To: Notmuch developer list Subject: [PATCH 2/2] emacs: require notmuch-message.el from notmuch.el In-Reply-To: <87d3xlkpsc.fsf@jhu.edu> References: <87d3xlkpsc.fsf@jhu.edu> User-Agent: Notmuch/0.3 (http://notmuchmail.org) Emacs/23.1.1 (i486-pc-linux-gnu) Date: Tue, 27 Apr 2010 09:08:23 -0400 Message-ID: <87aaspkpq0.fsf@jhu.edu> 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: Tue, 27 Apr 2010 13:08:26 -0000 Add a (require 'notmuch-message) to notmuch.el. This is for functions that specifically target message mode (and, in the future, notmuch-message mode). --- emacs/notmuch.el | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/emacs/notmuch.el b/emacs/notmuch.el index 488458a..57e1140 100644 --- a/emacs/notmuch.el +++ b/emacs/notmuch.el @@ -56,6 +56,7 @@ (require 'notmuch-mua) (require 'notmuch-hello) (require 'notmuch-maildir-fcc) +(require 'notmuch-message) (defcustom notmuch-search-result-format `(("date" . "%s ") -- 1.6.3.3