Unfortunately, the function mew-biff-setup in mew-net.el assumes global-mode-string is always a lisp. But there is an easy fix: check to see if it is string, and if it is, set global-mode-string to be a new list that contains the old string value of global-mode-string.
Unfortunately, the function mew-biff-setup in mew-net.el assumes
global-mode-string
is always a lisp. But there is an easy fix: check to see if it is string, and if it is, setglobal-mode-string
to be a new list that contains the old string value ofglobal-mode-string
.Here's a patch. mew.patch