]> git.donarmstrong.com Git - mail.git/commitdiff
they should be separated by spaces, not newlines
authorDon Armstrong <don@donarmstrong.com>
Mon, 1 Jun 2015 16:09:02 +0000 (09:09 -0700)
committerDon Armstrong <don@donarmstrong.com>
Mon, 1 Jun 2015 16:09:02 +0000 (09:09 -0700)
.muttrc

diff --git a/.muttrc b/.muttrc
index 4e697175a4c85fa6a2d17548f86c18f2819d4895..4f2d0fab276694b7656e8173c9681b03f6946b62 100644 (file)
--- a/.muttrc
+++ b/.muttrc
@@ -484,14 +484,14 @@ macro generic   ,ad   my_hdr "From: Don Armstrong <don@debian.org>"
 macro generic   ,an   my_hdr "From: Don Armstrong <don@donarmstrong.com>"
 
 ## "lists" adds a list of mailing lists addresses
-## so mutt knows about these for showing them in the folder indes
+## so mutt knows about these for showing them in the folder indexes
 ## and to allow replying to them with the command "list-reply".
 ## The first part of the address (up to the @) should be used here.
 unlists *      # remove old entries first
-lists `find ~/Mail/lists Mail/bugs -mindepth 1 -maxdepth 1 -type d -printf '%f\n'`
+lists `find ~/Mail/lists ~/Mail/bugs -mindepth 1 -maxdepth 1 -type d -printf '%f '`
 
 unsubscribe *
-subscribe `find ~/Mail/lists Mail/bugs -mindepth 1 -maxdepth 1 -type d -printf '%f\n'`
+subscribe `find ~/Mail/lists ~/Mail/bugs -mindepth 1 -maxdepth 1 -type d -printf '%f '`
 
 ## "mailboxes" defines the list of folders to be checked for new mail
 ## Mutt both can show the number of mailboxes with new mail in the index and
@@ -502,8 +502,8 @@ mailboxes +bdo_role
 mailboxes +buildd_don
 mailboxes +0_ldo_role
 mailboxes +oftc
-mailboxes `find ~/Mail/lists -mindepth 1 -maxdepth 1 -type d -printf '+lists/%f\n'`
-mailboxes `find ~/Mail/bugs -mindepth 1 -maxdepth 1 -type d -printf '+bugs/%f\n'`
+mailboxes `find ~/Mail/lists -mindepth 1 -maxdepth 1 -type d -printf '+lists/%f '`
+mailboxes `find ~/Mail/bugs -mindepth 1 -maxdepth 1 -type d -printf '+bugs/%f '`
 
 # integration with org mode
 macro index \eR "|~/bin/remember_mail\n"