From 5dab70f0861b8a5ce2558dbb0f1264a33cbfce1f Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Wed, 19 Sep 2012 15:50:18 +0200 Subject: [PATCH] mutt/mails: Don't use '..' around %s. Mutt correctly quotes the string when replacing %s. --- mutt/mails | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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: -- 2.44.2