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: 0.19_rc1~22 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=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. ---