> First, the problem with the arrow keys was apparently in 10.6.3. > There is another story I may write later, but skipping that, I > reinstalled 10.6 from the cd. Didn't upgrade to 10.6.3. Now the > arrow keys work. But extract_url "no longer works". More > specifically,
The arrow key problem arrived with 10.6.3. You can fix it simply by moving one of the ncurses library files out of /usr/lib and replacing it with the one from 10.6.2. I believe the offending file was called libncurses.5.4.dylib. > When I place the curser on a header line in Mutt and press Ctl-b, i > get a long list of the url's contained in that message, followed by > "Press any key to continue...". When I do, it takes me back to the > Mutt mailbox listing. I also experienced this on moving to Snow. I found that its source is in the fact that urlview is broken on Snow. Ten bucks says your extract_url call in the muttrc also makes use of urlview (this is what happened to me). Google around for a new patch to urlview that makes it work with Snow Leopard. I tried it and now both urlview and extract_url are back to normal. Jack
