]> git.notmuchmail.org Git - notmuch/commit
rename do_show_raw to do_show_single, and create params.raw for raw message output
authorJameson Graef Rollins <jrollins@finestructure.net>
Mon, 23 May 2011 03:04:02 +0000 (20:04 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 23 May 2011 21:55:27 +0000 (14:55 -0700)
commit5a9d5f2f149b4c3122e2796e782c13a32571696b
tree008b3b8b00cb1d8f28a406b10141eb5f1329a361
parent6c2417cabc1b35ea4fc9db6493d85354b1039d6d
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
notmuch-show.c