X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.muttrc;h=4e697175a4c85fa6a2d17548f86c18f2819d4895;hb=de9637c9d2e672a04d08e63d9e76eab82c04d908;hp=5f333b7560cb763062e5b89133202de4401ede73;hpb=30de2c40af325a83d4ae040a9f83f0b023455c56;p=mail.git diff --git a/.muttrc b/.muttrc index 5f333b7..4e69717 100644 --- a/.muttrc +++ b/.muttrc @@ -125,8 +125,8 @@ alternates "\^(\ ((don(\\+.*)?@(.*\\.)?(donarmstrong|anylevel|oneinfinity)\\.(com|org|net))\ |(don(\\+.*)?@(.*\\.)?(rzlab|pellam)\\.ucr\\.edu)\ |(don(\\+.*)?@(.*\\.)?debian\\.org)\ -|donarm(\\+.*)?@(.*\\.)?illinois\\.edu) -))$" # alternate usernames +|donarm(\\+.*)?@(.*\\.)?illinois\\.edu)\ +)$" # alternate usernames set gecos_mask="^[^,]*" # Parse the GECOS field from passwd file. @@ -488,12 +488,10 @@ macro generic ,an my_hdr "From: Don Armstrong " ## 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 `cd ~/Mail/lists && echo *` -lists `cd ~/Mail/bugs && echo *` +lists `find ~/Mail/lists Mail/bugs -mindepth 1 -maxdepth 1 -type d -printf '%f\n'` unsubscribe * -subscribe `cd ~/Mail/lists && echo *` -subscribe `cd ~/Mail/bugs && echo *` +subscribe `find ~/Mail/lists Mail/bugs -mindepth 1 -maxdepth 1 -type d -printf '%f\n'` ## "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 @@ -504,8 +502,8 @@ mailboxes +bdo_role mailboxes +buildd_don mailboxes +0_ldo_role mailboxes +oftc -mailboxes `for file in ~/Mail/lists/*; do echo -n "+lists/$(basename $file) "; done` -mailboxes `for file in ~/Mail/bugs/*; do echo -n "+bugs/$(basename $file) "; done` +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'` # integration with org mode macro index \eR "|~/bin/remember_mail\n"