[PATCH 2/9] cli/show: remove unused raw member from show parameters struct

Subject: [PATCH 2/9] cli/show: remove unused raw member from show parameters struct

Date: Fri, 6 Jan 2017 22:14:43 +0200

To: notmuch@notmuchmail.org

Cc:

From: Jani Nikula


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


Thread: