]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: search: Convert ctx. to ctx->
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 5 Nov 2014 00:25:52 +0000 (01:25 +0100)
committerDavid Bremner <david@tethera.net>
Wed, 5 Nov 2014 22:11:20 +0000 (23:11 +0100)
commit5e16b94a238a44627356dd0e43cf8c50b7f0ce21
tree3eea25cd1dc84056bb445081a91542aed0c98e0c
parent33f9109fd3b72e9648505b3d259a97553c5bf4b2
cli: search: Convert ctx. to ctx->

In the next commit, notmuch_search_command will be refactored to
several smaller functions. In order to simplify the next commit to
verbatim move of several lines to new functions with search_context_t*
argument, we convert all references to this structure to pointer
dereferences. To do so we rename the context variable and use the
original name ctx as the pointer to the renamed structure.
notmuch-search.c