From: Michal Sojka Date: Fri, 31 Oct 2014 21:53:55 +0000 (+0100) Subject: cli: search: Refactor passing of command line options X-Git-Tag: address-command-v2~19 X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/dc398119482b58be5f46cf636127794a002b36e6?hp=dc398119482b58be5f46cf636127794a002b36e6 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. ---