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 C1D4E431FC3 for ; Mon, 1 Mar 2010 07:59:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.598 X-Spam-Level: X-Spam-Status: No, score=-0.598 tagged_above=-999 required=5 tests=[AWL=-0.599, BAYES_50=0.001] autolearn=ham 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 yiCYZA384DPq for ; Mon, 1 Mar 2010 07:59:40 -0800 (PST) Received: from homiemail-a15.g.dreamhost.com (caiajhbdcaid.dreamhost.com [208.97.132.83]) by olra.theworths.org (Postfix) with ESMTP id 09CAE431FBD for ; Mon, 1 Mar 2010 07:59:40 -0800 (PST) Received: from sspaeth.de (mtec-hg-docking-1-dhcp-204.ethz.ch [129.132.133.204]) by homiemail-a15.g.dreamhost.com (Postfix) with ESMTPA id E210776C065 for ; Mon, 1 Mar 2010 07:59:30 -0800 (PST) Received: by sspaeth.de (sSMTP sendmail emulation); Mon, 01 Mar 2010 16:59:28 +0100 From: "Sebastian Spaeth" To: Notmuch development list In-Reply-To: <87r5o49kow.fsf@SSpaeth.de> References: <1262272660-16786-1-git-send-email-david@tethera.net> <877hq3wu1c.fsf@yoom.home.cworth.org> <87r5o49kow.fsf@SSpaeth.de> Date: Mon, 01 Mar 2010 16:59:28 +0100 Message-ID: <87tyt0owwv.fsf@SSpaeth.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [notmuch] more json woes 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, 01 Mar 2010 15:59:40 -0000 More json woes... This mail makes json parser commit suicide: "body": [{"id": 1, "content-type": "text/html"}, {"id": 2, "content-type": "text/plain", "content": (null)} and yes, it has empty mime parts. Sebastian