Hi, there!
When setting
set query_command="~/bin/mutt-email '%s'"
and searching for two words, e.g. "foo bar", it my $query_command got
two args "foo" and "bar", not the single one "foo bar".
When I see "command '%s'" I think that the single quotes will use only
one argument (including the spa
Hi!
When setting
set query_command="~/bin/mutt-email '%s'"
and searching for two words, e.g. "foo bar", it my $query_command got
two args "foo" and "bar", not the single one "foo bar".
When I see "command '%s'" I think that the single quotes will use only
one argument (including the space). O