]> git.notmuchmail.org Git - notmuch/commit
create notmuch_show_params_t structure for holding parameters passed to show functions.
authorJameson Graef Rollins <jrollins@finestructure.net>
Fri, 20 May 2011 22:01:52 +0000 (15:01 -0700)
committerCarl Worth <cworth@cworth.org>
Mon, 23 May 2011 21:55:27 +0000 (14:55 -0700)
commitd2177d0b22a95989dee4f46a1b2cca68484a2ce3
tree42efcd815dd38000b285b4b0e01f6be9cfd3df28
parent04927208fa10cfa33d2ca93dfcb5ac95f25f55a1
create notmuch_show_params_t structure for holding parameters passed to show functions.

This simplifies the passing of arguments to the show functions.  This
will be very useful as we accumulate more parameters that will need to
be passed.  Currently only the entire_thread parameter is passed this
way.
notmuch-client.h
notmuch-show.c