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 28069431FC2 for ; Mon, 2 Apr 2012 01:10:23 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[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 G-XkpUjgsMwQ for ; Mon, 2 Apr 2012 01:10:22 -0700 (PDT) Received: from mail-qa0-f53.google.com (mail-qa0-f53.google.com [209.85.216.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 6868D431FC0 for ; Mon, 2 Apr 2012 01:10:22 -0700 (PDT) Received: by qadc11 with SMTP id c11so1091421qad.5 for ; Mon, 02 Apr 2012 01:10:20 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type:x-gm-message-state; bh=ly4MC7f6ONF3hDl8snSA/bkfP5sVPYRIi0pEuiVEdpI=; b=G1TxkBc4oU1Yanr5kuI6DQMQ7cp57z6fTp7reQ8adJIAh4nrMGgzgj9OgeEYY9wloF A/f9eEvSmWiNpsLCY1cKNMAf2dgs+LDpf9AOfC83Yt/yrbxUZISjJk2QwJQbs+kUNdOg Wuu+28S8YAv4H9q91HKM7T1iBnZCFyHNuY1D9w+PLczhuXOoCoXwxes+di7haCjjM0Zi 1NiMIhw3h2/LCdEyOy2Yk+D59h+ZvfKXgXVAzd90bN0H7Bd1byxry9xFG1+flmkKQLU3 U/pgUSaK++QE/2Z8gP92b+5ogpeCqPxq7clKPZy3F2EcbCckrxTVVMusxBYfcV7T/Dd8 bUEA== Received: by 10.229.137.144 with SMTP id w16mr2933153qct.8.1333354220541; Mon, 02 Apr 2012 01:10:20 -0700 (PDT) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id i8sm33494815qah.4.2012.04.02.01.10.18 (version=SSLv3 cipher=OTHER); Mon, 02 Apr 2012 01:10:19 -0700 (PDT) From: Jani Nikula To: Adam Wolfe Gordon , notmuch@notmuchmail.org Subject: Re: [BUG/PATCH v4 0/4] Bug fixes for reply, rebased In-Reply-To: <1333293863-14361-1-git-send-email-awg+notmuch@xvx.ca> References: <1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca> <1333293863-14361-1-git-send-email-awg+notmuch@xvx.ca> User-Agent: Notmuch/0.11.1+222~ga47a98c (http://notmuchmail.org) Emacs/23.1.1 (i686-pc-linux-gnu) Date: Mon, 02 Apr 2012 08:10:16 +0000 Message-ID: <87vcliy2on.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQmXZx7C5L8tyYiHDDWuU7KgMmIXekcm6Zah/IHoATCHOMOCSuueqwiBx4Jv81xaFSGrL0Ov 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, 02 Apr 2012 08:10:23 -0000 On Sun, 1 Apr 2012 09:24:19 -0600, Adam Wolfe Gordon wrote: > This series is the same as the one from yesterday [1], rebased onto the > current master to resolve some conflicts with Austin's chnages. Hi Adam - All tests pass but I still get the "notmuch-mua-reply: Symbol's function definition is void: remove-if" error in the GUI. I don't think I should have to manually (require 'cl) before using notmuch. Related or not, the other cl related build warning is still there too: In notmuch-parts-filter-by-type: notmuch-lib.el:219:4:Warning: Function `remove-if-not' from cl package called at runtime BR, Jani. > > [1] id:"1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca" > > Adam Wolfe Gordon (4): > test: Tests for reply from alternate addresses in emacs > emacs: Fix two bugs in reply > test: Show all headers in emacs reply tests > emacs: Fix the References header in reply > > emacs/notmuch-lib.el | 7 +++- > emacs/notmuch-mua.el | 36 +++++++++++++++++---- > test/emacs | 84 +++++++++++++++++++++++++++++++++++++++++++++----- > 3 files changed, 110 insertions(+), 17 deletions(-) > > -- > 1.7.5.4 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > http://notmuchmail.org/mailman/listinfo/notmuch