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 66DEE431FAF for ; Sat, 20 Oct 2012 08:58:18 -0700 (PDT) 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 RMnfM1pXoS+W for ; Sat, 20 Oct 2012 08:58:18 -0700 (PDT) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 03F93431FAE for ; Sat, 20 Oct 2012 08:58:17 -0700 (PDT) Received: by mail-vc0-f181.google.com with SMTP id n11so1625329vch.26 for ; Sat, 20 Oct 2012 08:58:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:references:user-agent:date:message-id :mime-version:content-type; bh=f/Aqn112/A12hyZ/0ikJ/tQwE7VNP8sI3wamtX62IvQ=; b=hcc1l0HL87ldD8BCOsSwPKc4BVbYUxWKQ/NnKgzOd2FOxwOhVJQi8B12Jmlv4Op4el wC98xWDa5tb9iNnlwKyiBKPb5glD3q+sqRDb3PkQxqKAu5Id9Vzac1wtB8qpsUa3Jyxq /1rn6plWWfdjZge2lzK6wLUc0nERKnApXP7g4mj+mUojEZ/80bnXaY3wd6Q1XLQGGiek BYqO6UvjrAH7bLv+SHYTmR53/qpA9QqD0CWCRZmickY7TOl6/4FQXqZCm8kjRIAB6Dkz ioRccmZCq0f4rUOTpeBasTZFVFL5zrRd76jSuZq9sn/oj9+xD99mIQFHKMQQIZlWfw3h Xxdw== Received: by 10.220.115.138 with SMTP id i10mr6344608vcq.37.1350748697384; Sat, 20 Oct 2012 08:58:17 -0700 (PDT) Received: from smtp.gmail.com (p70-80.acedsl.com. [66.114.70.80]) by mx.google.com with ESMTPS id w10sm4369297vef.5.2012.10.20.08.58.16 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 20 Oct 2012 08:58:16 -0700 (PDT) From: Ethan Glasser-Camp To: Michal Nazarewicz , notmuch@notmuchmail.org Subject: Re: [PATCHv3] notmuch-show: include Bcc header in json output In-Reply-To: <7b1848a5828820912e3f7b960528b0dbc6a8b361.1347258748.git.mina86@mina86.com> References: <7b1848a5828820912e3f7b960528b0dbc6a8b361.1347258748.git.mina86@mina86.com> User-Agent: Notmuch/0.14+45~g6ea9330 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Sat, 20 Oct 2012 11:58:15 -0400 Message-ID: <87vce55e5k.fsf@betacantrips.com> 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, 20 Oct 2012 15:58:18 -0000 Michal Nazarewicz writes: > From: Michal Nazarewicz > > With this change, emacs users can use notmuch-message-headers > variable to configure notmuch-show display Bcc header. > --- This patch looks pretty straightforward and has seen a certain amount of review so I'm taking off needs-review. Ethan