about summary refs log tree commit diff
path: root/mutt
diff options
context:
space:
mode:
Diffstat (limited to 'mutt')
-rw-r--r--mutt/.muttrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/.muttrc b/mutt/.muttrc
index 08a80af..ccc3afd 100644
--- a/mutt/.muttrc
+++ b/mutt/.muttrc
@@ -12,7 +12,7 @@ set timeout=30
 set record="+.Sent"
 set postponed="+.Drafts"
 
-mailboxes `echo -n "+ "; find ~/Maildir -maxdepth 1 -type d -name ".*" -printf "+%f' " `
+mailboxes `echo -n "+ "; find ~/Maildir -maxdepth 1 -type d -name ".*" -printf "+%f' "`
 
 macro index c "<change-folder>?<toggle-mailboxes>" "open a different folder"
 macro pager c "<change-folder>?<toggle-mailboxes>" "open a different folder"