]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: search: Convert ctx. to ctx->
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 1 Nov 2014 20:32:01 +0000 (21:32 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 4 Nov 2014 21:45:23 +0000 (22:45 +0100)
commit80afd6d86f5dfbe0ea88857f6e70d99bdf8ac330
tree3eea25cd1dc84056bb445081a91542aed0c98e0c
parentce42bfcd6623a6ba9d31173d98b2a72d7fdeacc2
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