]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: Refactor option passing in the search command
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 12 Oct 2014 21:41:30 +0000 (23:41 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Sun, 26 Oct 2014 15:40:09 +0000 (16:40 +0100)
commit1dbf7539cd92f0382e0b2d76307cf8585986e404
tree562025bac9b1633614ed5373341c0bf7234e58c5
parent7487e2e2214b27407e542df164a4d23520bbd8d8
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