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 697EC431FBC; Fri, 27 Nov 2009 19:46:49 -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 gzTkI12kcVdk; Fri, 27 Nov 2009 19:46:48 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id B8E74431FAE; Fri, 27 Nov 2009 19:46:48 -0800 (PST) From: Carl Worth To: Eric Anholt , notmuch@notmuchmail.org In-Reply-To: <1259187260-24383-1-git-send-email-eric@anholt.net> References: <1259187260-24383-1-git-send-email-eric@anholt.net> Date: Fri, 27 Nov 2009 19:46:34 -0800 Message-ID: <87tywfjopx.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Eric Anholt Subject: Re: [notmuch] [PATCH] notmuch.el: Require message mode to avoid undefined function in replies. 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: Sat, 28 Nov 2009 03:46:49 -0000 On Wed, 25 Nov 2009 14:14:20 -0800, Eric Anholt wrote: > Otherwise, those without keithp's .emacs would end up with reply mode > not being entered. Suggested by keithp. Thanks, Eric. The fact that replies were only sometimes in message-mode was really annoying me. Should be nice to have this fixed. This is pushed. -Carl