kazu-yamamoto / Mew

Messaging in the Emacs World
http://www.mew.org/
Other
190 stars 51 forks source link

global-mode-string can indeed be a string, not a list #183

Closed tkurtbond closed 1 year ago

tkurtbond commented 1 year ago

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.

Here's a patch. mew.patch

kazu-yamamoto commented 1 year ago

This patch seems good. Could you send a pull request so that we can record your credit?