]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: search: Refactor passing of command line options
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 20 Sep 2014 22:08:22 +0000 (00:08 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Thu, 30 Oct 2014 23:45:51 +0000 (00:45 +0100)
commitb91396cf3858217e6b181fda99f2e95d20dd0471
treee35230d1f9378b2a20700286652bae051866b651
parent7d32b01d781fedc2fa363ff38ae3aa7fe73540f1
cli: search: Refactor passing of command line options

Many functions that implement the search command need to access command
line options. Instead of passing each option in a separate variable, put
them in a structure and pass only this structure.

This will become handy in the following commits.
notmuch-search.c