=- Jorge Luis Gonzalez wrote on Sat 1.Mar'08 at 14:21:43 -0500 -= > 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`
You don't need both, re-rtfm. > 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? Inspect the output of your constructs in a shell before you let mutt eat it. Does it match ML-identification in To: ? See also http://WIKI.mutt.org/?DebugConfig -- © Rado S. -- You must provide YOUR effort for your goal! EVERY effort counts: at least to show your attitude. You're responsible for ALL you do: you get what you give.
