From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D3635431FAF for ; Sun, 25 Nov 2012 18:42:17 -0800 (PST) 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 DjbZmzUDr8Zy for ; Sun, 25 Nov 2012 18:42:17 -0800 (PST) Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com [209.85.160.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 64A57431FAE for ; Sun, 25 Nov 2012 18:42:17 -0800 (PST) Received: by mail-pb0-f53.google.com with SMTP id jt11so8386391pbb.26 for ; Sun, 25 Nov 2012 18:42:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:from:to:cc:subject:in-reply-to:references :mime-version:content-type:content-disposition :content-transfer-encoding; bh=IUMGZp5Ebas7JfCg9SRyxRUcvAs7720HNa3kipPdlKQ=; b=Mj+PmutWg5sqEMNGLazKFJ0J07fk6pWCVS7s0DfHcTSinkwjDQJxvoMJvscInKfAh6 XlKQRnXc5+tmskiOSOcFIVPQzVPn7n1SXcsPCBhoCp3/nwoHYHCL3fkz8IY5wcCSxu03 OWP7NBB4bWE67+RgadZY4doE9YbGrYF55bwuMLxbKMKE48B0wuudm9MmdoaOxqDn/1O0 VtFMia+NTMHMPmUnScXplLkQQTwd+plOyKzxyjuQrAPR9iwznpZthg3dI5LMOXtIhT4j 5d8nyQcqJcPxAYBY/EJkBAbVV2Rt6rmAMQIZKSswWI2xnkpxvBQ+oAVSj8t4YOmknDxj tQIw== Received: by 10.68.219.67 with SMTP id pm3mr33220328pbc.150.1353897735489; Sun, 25 Nov 2012 18:42:15 -0800 (PST) Received: from localhost (215.42.233.220.static.exetel.com.au. [220.233.42.215]) by mx.google.com with ESMTPS id m4sm2470841pax.16.2012.11.25.18.42.12 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 25 Nov 2012 18:42:14 -0800 (PST) Date: Mon, 26 Nov 2012 13:42:07 +1100 Message-ID: <20121126134207.GA2560@lucy.WAG320N> From: Peter Wang To: David Bremner Subject: Re: [PATCH v2 00/20] insert command In-Reply-To: <87vcctv68n.fsf@zancas.localnet> References: <1353806206-29133-1-git-send-email-novalazy@gmail.com> <87vcctv68n.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit Cc: notmuch@notmuchmail.org 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, 26 Nov 2012 02:42:18 -0000 On Sun, 25 Nov 2012 15:21:12 -0400, David Bremner wrote: > Peter Wang writes: > > > - shared tag operation parser with notmuch-tag. > > Sharing tag operations with notmuch-tag is definitely a good idea, but > it will also conflict with the changes of the series at > > id:1353792017-31459-1-git-send-email-david@tethera.net > > Although I might be biased, my current plan is to merge that series > first, since it fixes a long standing bug in the dump/restore commands. > If anything about series seems particularly problematic for > notmuch-insert, let me know. That would be fine. Peter