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 DD1D0429E54 for ; Mon, 2 Apr 2012 01:40:44 -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 fv3q2ofg+jK5 for ; Mon, 2 Apr 2012 01:40:44 -0700 (PDT) Received: from mail-qc0-f181.google.com (mail-qc0-f181.google.com [209.85.216.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 43731431FC2 for ; Mon, 2 Apr 2012 01:40:44 -0700 (PDT) Received: by qcsk26 with SMTP id k26so1905806qcs.26 for ; Mon, 02 Apr 2012 01:40:43 -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=tG0g6Z5EspmpnSvrQWkeMKMrfEJIaU3fkTAit6OgoiY=; b=dZJwV6GL5P43X1tdQ8h/g+0PUFfkvEBEUlX8OMfBjaYr3XVok9BvsU/+lEaeu+haVZ eaDkLnElNytNiopdd0F3HNtodg9YLZhGNvT5l0kfr6aDfx/mtTGUrwYIZGpkZRPsOo7S kuwEMybini+Cv/AUad0275T1twRkZ8djmWwzMzqp5eGPDzzSaBeXR4qvZFUXTSvH5pQ4 CfRFq7R4CRRvTBnJHO+r7+W33CrDSWERNxX70DOrnC46J0/xfewOreHCTypNiY52txtS BzPr55St31di68BaTVF17fl47no7kdYiYcYbXfciCgnioUmO7jZIjjh0SH7hSFtAfqct +iTA== Received: by 10.229.136.10 with SMTP id p10mr2913208qct.46.1333356043653; Mon, 02 Apr 2012 01:40:43 -0700 (PDT) Received: from localhost (nikula.org. [92.243.24.172]) by mx.google.com with ESMTPS id cv8sm33575270qab.12.2012.04.02.01.40.42 (version=SSLv3 cipher=OTHER); Mon, 02 Apr 2012 01:40:42 -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: <87vcliy2on.fsf@nikula.org> References: <1333240404-13076-1-git-send-email-awg+notmuch@xvx.ca> <1333293863-14361-1-git-send-email-awg+notmuch@xvx.ca> <87vcliy2on.fsf@nikula.org> 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:40:39 +0000 Message-ID: <87sjgmy1a0.fsf@nikula.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Gm-Message-State: ALoCoQlVtk9iypsYhSfHxoaS0p028A6L25mD7FkkFF+n1bElvb1X80fUKrG40U1a9MGAUkv11AJD 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:40:45 -0000 On Mon, 02 Apr 2012 08:10:16 +0000, Jani Nikula wrote: > 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. Strike that. PEBKAC. Sorry for the noise. Jani. > > 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