Skip to content

README.txt recommends "goobook query %s"

Keith Maxwell requested to merge (removed):python3 into python3

man 5 muttrc explains that mutt adds quotes around the %s and that the user should not. This commit changes README.rst to follow this advice. An extract from man 5 muttrc with mutt 1.10.1 is below:

query_command Type: path Default: “”

  This specifies the command Mutt will use to make external
  address queries.  The string may contain a “%s”, which will be
  substituted with the query string the user types.  Mutt will add
  quotes around the string substituted for “%s” automatically
  according to shell quoting rules, so you should avoid adding
  your own. %<

Merge request reports