[PATCH 0/6] Use notmuch insert for fcc
[notmuch-archives.git] / 57 / 4b94518db3797ebe0fd0bc65e3589777828fc5
1 Return-Path: <tomi.ollila@iki.fi>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 181B9431FAF\r
6         for <notmuch@notmuchmail.org>; Sat,  3 Mar 2012 00:18:54 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id L1i+clO0lxml for <notmuch@notmuchmail.org>;\r
16         Sat,  3 Mar 2012 00:18:52 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id 6DF9A431FAE\r
19         for <notmuch@notmuchmail.org>; Sat,  3 Mar 2012 00:18:52 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id B6E7C68055; Sat,  3 Mar 2012 10:18:50 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: Austin Clements <amdragon@MIT.EDU>, notmuch@notmuchmail.org\r
24 Subject: Re: [PATCH 0/5] Rewrite mbox and raw show formats\r
25 In-Reply-To: <1330752025-2542-1-git-send-email-amdragon@mit.edu>\r
26 References: <1330752025-2542-1-git-send-email-amdragon@mit.edu>\r
27 User-Agent: Notmuch/0.11.1+263~g4fa77d0 (http://notmuchmail.org) Emacs/23.3.1\r
28         (x86_64-unknown-linux-gnu)\r
29 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
30         $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
31         !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
32 Date: Sat, 03 Mar 2012 10:18:50 +0200\r
33 Message-ID: <m2399qrtat.fsf@guru.guru-group.fi>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=us-ascii\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Sat, 03 Mar 2012 08:18:54 -0000\r
49 \r
50 On Sat,  3 Mar 2012 00:20:20 -0500, Austin Clements <amdragon@MIT.EDU> wrote:\r
51 > The show (rewrite) must go on.  These are the last two formats in\r
52 > notmuch show proper; the only remaining format is the reply format.\r
53\r
54 > One of the ultimate goals of the show rewrite is to make raw actually\r
55 > work (and probably to split it into two different formats).  This\r
56 > series does not do that; it just ports the existing raw format.  I\r
57 > plan to make the new raw formats once the rewrite is done.\r
58 \r
59 The whole patch series LGTM.\r
60 \r
61 On somewhat related note: should there be NOTMUCH_STATUS_FAILURE (= 1)\r
62 in enum _notmuch_status (indicating unspecified failure). This would make\r
63 lines like\r
64    return show_message (ctx, format, message, 0, params) != NOTMUCH_STATUS_SUCCESS;\r
65 look better (or were/are all of these failures due to memory exhaustion) ?\r
66 \r
67 Tomi\r