From: Simon Ruderich Date: Wed, 19 Sep 2012 13:50:18 +0000 (+0200) Subject: mutt/mails: Don't use '..' around %s. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=5dab70f0861b8a5ce2558dbb0f1264a33cbfce1f;p=config%2Fdotfiles.git mutt/mails: Don't use '..' around %s. Mutt correctly quotes the string when replacing %s. --- diff --git a/mutt/mails b/mutt/mails index b54b389..22a111c 100644 --- a/mutt/mails +++ b/mutt/mails @@ -25,8 +25,9 @@ set record=+send/outbox set postponed=+postponed -# use the little brother database to get information about emails: -set query_command="lbdbq '%s'" +# use the little brother database to get information about emails (no quotes +# around %s!): +set query_command="lbdbq %s" # automatically append emails to other mailboxes: