query_command handling of '%s' vs. %s

2001-08-30 Thread Volker Moell
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

query_command handling of '%s' vs. %s

2001-08-30 Thread Volker Moell
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