From: Michael Weisman <mjweisman at example.com> Subject: [mew-int 01234] Mew 3.1 on Mac OS X > When trying to goto another folder, for example, +backup, the error > message shown is "Could not find 'mewls'." The easiest way is add the path of mewls to 'exec-path' in .emacs. e.g. (setq exec-path (cons "/path/to/mewls" exec-path)) --Kazu