From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 9AECD6DE0A77 for ; Fri, 6 Jan 2017 12:14:57 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" X-Spam-Flag: NO X-Spam-Score: -0.194 X-Spam-Level: X-Spam-Status: No, score=-0.194 tagged_above=-999 required=5 tests=[AWL=-0.174, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gfHeQyCX1ib9 for ; Fri, 6 Jan 2017 12:14:57 -0800 (PST) Received: from mail-lf0-f66.google.com (mail-lf0-f66.google.com [209.85.215.66]) by arlo.cworth.org (Postfix) with ESMTPS id BA6716DE0999 for ; Fri, 6 Jan 2017 12:14:56 -0800 (PST) Received: by mail-lf0-f66.google.com with SMTP id q89so749801lfi.1 for ; Fri, 06 Jan 2017 12:14:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nikula-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :in-reply-to:references; bh=9bRrJ/5OuFaMCANFVOmY1YCGD1G01hBexagZwfJhqbY=; b=rA7/DtboTJN78ucnq2XBYZ1Obs2M3HGmuhG9rRgnDZbmJ7B1q0fvtEcPn0IIcYC8/f 0w6oajkWUqZIMVYazEfcpGM3Tw0dOANCNUmSA6oxK21qQWsWltIeqGfcGb//rXB8AKxj LZi1lWK1/+D7duDIulVjV9bGJ8iVe1u7kzKrAR1kBp1MrAtuQBs4tjWRiV+MtaEJc/p5 ZM8vqdDg33Edan8VRAON0vNdcq1+Es21QTAwfjDGa7kDFSev4bYhtWqeVmRtoieZsGhA CN++rrpZ+lme04GTdM7G3zlljDYBrKeh791jfZsvdMFDmnzHyqF4LSrAZ76V9tySSsZL RVZg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:in-reply-to:references; bh=9bRrJ/5OuFaMCANFVOmY1YCGD1G01hBexagZwfJhqbY=; b=HUdIJpAC2zKEH2qwxAYGbleCzbm1tYncDUS0dgyoZtVuoNAd9Mn1zYr2qQomIX2c0x PRYRU3Ju2hkOkQKVvobrwDDW+gHuuzgIV7BsXZUjlC+nvLxW1KEgTsh9VGU6wZxEZoMl zk4L/Hy7Bo4zX50/FfGise9Z5owm4JPc+r4hDY1QtM6vGEeEcWWwA7e/gLnvBuM30feh U4hlGytTebSKaEem5UrAfSi4rh8TDcijseFOjpSVmsRkPy6rze0l76CWiZpYXyUF+uE/ WlUwpLzkj51fkjOVjHeI9RkwJgn3Cjb8LdGT8HoAeUSbfxYphQPqHSgjmf3mIWJ9LUBf tKzg== X-Gm-Message-State: AIkVDXK9BTA9k3G1Ctruv4hWA471fUUNpATgrNTl6itmhTjpyMHZfC8SXnLwthco4k9kgQ== X-Received: by 10.46.7.10 with SMTP id 10mr29344415ljh.60.1483733695073; Fri, 06 Jan 2017 12:14:55 -0800 (PST) Received: from localhost (mobile-access-bceec7-199.dhcp.inet.fi. [188.238.199.199]) by smtp.gmail.com with ESMTPSA id v26sm620392ljd.9.2017.01.06.12.14.54 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Fri, 06 Jan 2017 12:14:54 -0800 (PST) From: Jani Nikula To: notmuch@notmuchmail.org Subject: [PATCH 2/9] cli/show: remove unused raw member from show parameters struct Date: Fri, 6 Jan 2017 22:14:43 +0200 Message-Id: <10f7f6170fdce250a045277f6c1a6d51b00203bd.1483733461.git.jani@nikula.org> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: In-Reply-To: References: X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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: Fri, 06 Jan 2017 20:14:57 -0000 The raw member has been unused since b1130bc71c02 ("show: Convert raw format to the new self-recursive style, properly support interior parts"). Good riddance. No functional changes. --- notmuch-client.h | 1 - notmuch-show.c | 1 - 2 files changed, 2 deletions(-) diff --git a/notmuch-client.h b/notmuch-client.h index d026e6004239..4179d8eac1fc 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -83,7 +83,6 @@ typedef struct notmuch_show_params { notmuch_bool_t entire_thread; notmuch_bool_t omit_excluded; notmuch_bool_t output_body; - notmuch_bool_t raw; int part; notmuch_crypto_t crypto; notmuch_bool_t include_html; diff --git a/notmuch-show.c b/notmuch-show.c index 2f0d142a26e2..273b5d3ba3ac 100644 --- a/notmuch-show.c +++ b/notmuch-show.c @@ -1085,7 +1085,6 @@ notmuch_show_command (notmuch_config_t *config, int argc, char *argv[]) format = &format_raw; /* raw format only supports single message display */ single_message = TRUE; - params.raw = TRUE; break; } -- 2.11.0