I'm using the following to list and subscribe to my mailing lists: unlists * lists `for file in ~/Mail/lists/*; do echo -n "=lists/$(basename \ $file) "; done`
unsubscribe * subscribe `for file in ~/Mail/lists/*; do echo -n "=lists/$(basename \ $file) "; done` (The lines aren't wrapped in muttrc. The mboxes for all my mailing lists are in ~/Mail/lists.) When I try to follow up to a mailing list using L, I get "mailing lists not found." What's wrong with the lists and subscribe lines? Thanks, JL -- Jorge Luis González <[EMAIL PROTECTED]>