From deef1fac29fabe7191228ca0cdc12a741e3eaad7 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sat, 3 Mar 2012 10:18:50 +0200 Subject: [PATCH] Re: [PATCH 0/5] Rewrite mbox and raw show formats --- 57/4b94518db3797ebe0fd0bc65e3589777828fc5 | 67 +++++++++++++++++++++++ 1 file changed, 67 insertions(+) create mode 100644 57/4b94518db3797ebe0fd0bc65e3589777828fc5 diff --git a/57/4b94518db3797ebe0fd0bc65e3589777828fc5 b/57/4b94518db3797ebe0fd0bc65e3589777828fc5 new file mode 100644 index 000000000..b21d5741e --- /dev/null +++ b/57/4b94518db3797ebe0fd0bc65e3589777828fc5 @@ -0,0 +1,67 @@ +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 181B9431FAF + for ; Sat, 3 Mar 2012 00:18:54 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 0 +X-Spam-Level: +X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] + 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 L1i+clO0lxml for ; + Sat, 3 Mar 2012 00:18:52 -0800 (PST) +Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) + by olra.theworths.org (Postfix) with ESMTP id 6DF9A431FAE + for ; Sat, 3 Mar 2012 00:18:52 -0800 (PST) +Received: by guru.guru-group.fi (Postfix, from userid 501) + id B6E7C68055; Sat, 3 Mar 2012 10:18:50 +0200 (EET) +From: Tomi Ollila +To: Austin Clements , notmuch@notmuchmail.org +Subject: Re: [PATCH 0/5] Rewrite mbox and raw show formats +In-Reply-To: <1330752025-2542-1-git-send-email-amdragon@mit.edu> +References: <1330752025-2542-1-git-send-email-amdragon@mit.edu> +User-Agent: Notmuch/0.11.1+263~g4fa77d0 (http://notmuchmail.org) Emacs/23.3.1 + (x86_64-unknown-linux-gnu) +X-Face: HhBM'cA~ +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +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: Sat, 03 Mar 2012 08:18:54 -0000 + +On Sat, 3 Mar 2012 00:20:20 -0500, Austin Clements wrote: +> The show (rewrite) must go on. These are the last two formats in +> notmuch show proper; the only remaining format is the reply format. +> +> One of the ultimate goals of the show rewrite is to make raw actually +> work (and probably to split it into two different formats). This +> series does not do that; it just ports the existing raw format. I +> plan to make the new raw formats once the rewrite is done. + +The whole patch series LGTM. + +On somewhat related note: should there be NOTMUCH_STATUS_FAILURE (= 1) +in enum _notmuch_status (indicating unspecified failure). This would make +lines like + return show_message (ctx, format, message, 0, params) != NOTMUCH_STATUS_SUCCESS; +look better (or were/are all of these failures due to memory exhaustion) ? + +Tomi -- 2.26.2