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 F231F429E25 for ; Mon, 1 Aug 2011 10:19:29 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.799 X-Spam-Level: X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 EFDioXVIHdHt for ; Mon, 1 Aug 2011 10:19:29 -0700 (PDT) Received: from mail-pz0-f41.google.com (mail-pz0-f41.google.com [209.85.210.41]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 800CD431FB6 for ; Mon, 1 Aug 2011 10:19:29 -0700 (PDT) Received: by pzk4 with SMTP id 4so11955255pzk.28 for ; Mon, 01 Aug 2011 10:12:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:user-agent:date:message-id:mime-version :content-type; bh=GL/KOaoBmz2WkvhVXY9X1c4JP+zXRsUKRjfikFei+eI=; b=UKklo2KAOViohdAvlbXWinX4yOJ4Olp3il/JyRuArOu3LrzKthkdph5WXC7uptbO+t X/rv00H4qf2QNjUqGGI+vEnX9bJudrmfnyXWYFTqJGotDdVMcuVVdLpXkKj1WTHhQQ/P d8gPjhFhXqSzoaaVCNGWGxW1OZC1XYKw/3kjU= Received: by 10.68.58.225 with SMTP id u1mr7032195pbq.403.1312218759994; Mon, 01 Aug 2011 10:12:39 -0700 (PDT) Received: from localhost ([208.187.197.85]) by mx.google.com with ESMTPS id e6sm5730631pbm.71.2011.08.01.10.12.37 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 01 Aug 2011 10:12:38 -0700 (PDT) From: richardmurri@gmail.com To: notmuch@notmuchmail.org Subject: Fix for emacs 24 User-Agent: Notmuch/0.6.1-73-g20aa9b1 (http://notmuchmail.org) Emacs/24.0.50.1 (i686-pc-linux-gnu) Message-ID: <877h6x6oor.fsf@veracitynetworks.com> MIME-Version: 1.0 Content-Type: text/plain X-Mailman-Approved-At: Wed, 24 Aug 2011 16:29:30 -0700 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: , Date: Mon, 01 Aug 2011 17:19:30 -0000 X-Original-Date: Mon, 01 Aug 2011 11:12:36 -0600 X-List-Received-Date: Mon, 01 Aug 2011 17:19:30 -0000 >From c034e4567dc08f81708f6ab8ac974c9b8b83a508 Mon Sep 17 00:00:00 2001 Date: Mon, 1 Aug 2011 10:48:31 -0600 Subject: [PATCH] Update for emacs 24. Emacs added another parameter to the send mail functions. This caused emacs to error out. --- emacs/notmuch-mua.el | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 274c5da..808e184 100644 --- a/emacs/notmuch-mua.el +++ b/emacs/notmuch-mua.el @@ -125,7 +125,8 @@ list." (message-goto-to)) (defun notmuch-mua-mail (&optional to subject other-headers continue - switch-function yank-action send-actions) + switch-function yank-action send-actions + return-action) "Invoke the notmuch mail composition window." (interactive) -- 1.7.6