]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
mutt/mails: Don't use '..' around %s.
authorSimon Ruderich <simon@ruderich.org>
Wed, 19 Sep 2012 13:50:18 +0000 (15:50 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 19 Sep 2012 13:50:18 +0000 (15:50 +0200)
Mutt correctly quotes the string when replacing %s.

mutt/mails

index b54b3897cea89d5b0407a9f5cdfb7e1e17f10574..22a111cd8233373450cb2d11bdb36ec8f1c4f56a 100644 (file)
@@ -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: