]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: search: Move more variables into search_context_t
authorMichal Sojka <sojkam1@fel.cvut.cz>
Sat, 1 Nov 2014 20:16:57 +0000 (21:16 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 4 Nov 2014 21:19:49 +0000 (22:19 +0100)
commitce42bfcd6623a6ba9d31173d98b2a72d7fdeacc2
treec9f6291e274b3ea337fe233e59cbb9e65c7cf3e2
parent74c745ab1e6767b8b913a29905d32f411be081d7
cli: search: Move more variables into search_context_t

In order to share some command line options between search and address
subcommands we need to add corresponding variables to the context
structure. While we are at it, we also add notmuch_database_t to unify
parameters of all do_search_* functions and to simplify subsequent
commits.

Otherwise, there are no functional changes.
notmuch-search.c