]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: Refactor option passing in the search command
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 20 Sep 2014 22:08:22 +0000 (00:08 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 21 Sep 2014 18:26:04 +0000 (20:26 +0200)
commitbb17a99fb36b142d3bc82ea6a95973d7cf6d61b9
tree872740b2c2afc70c0abd75d9bda2cd6bff72326f
parentc34d6bad0f9da300eac2181e2073aee130432932
cli: Refactor option passing in the search command

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 patches.
notmuch-search.c