From 5a9d5f2f149b4c3122e2796e782c13a32571696b Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sun, 22 May 2011 20:04:02 -0700 Subject: rename do_show_raw to do_show_single, and create params.raw for raw message output We rename here in order to make do_show_single into a generic function for handling output of just a single message, or which format=raw is a special case. The raw case is handled by setting a new parameter, params.raw, which is used to tell do_show_single to output a single message as a raw file. This is mostly in preparation for much improved part handling to follow imminently. --- notmuch-client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index 5e8e3e53..47a4e570 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -77,6 +77,7 @@ typedef struct notmuch_show_format { typedef struct notmuch_show_params { int entire_thread; + int raw; } notmuch_show_params_t; /* There's no point in continuing when we've detected that we've done -- cgit v1.2.3