]> granicus.if.org Git - mutt/commitdiff
Remove spurious quotes from query_command example. Closes #3365.
authorBrendan Cully <brendan@kublai.com>
Tue, 29 Dec 2009 03:13:41 +0000 (22:13 -0500)
committerBrendan Cully <brendan@kublai.com>
Tue, 29 Dec 2009 03:13:41 +0000 (22:13 -0500)
doc/manual.xml.head

index 045190867b133675c7bcef169e007cbfc74ee7fb..7151e87b9dd18991eacf7eb8c67514006622edd6 100644 (file)
@@ -5564,7 +5564,7 @@ wrapper command to use.  For example:
 </para>
 
 <screen>
-set query_command = "mutt_ldap_query.pl '%s'"
+set query_command = "mutt_ldap_query.pl %s"
 </screen>
 
 <para>