Hello, > I'd like to have it always default to "Wrapped lines" when displaying > a text message. > is there an easy setting for this? How about putting the following code to your ".mew.el" (setq mew-message-hook (lambda () (mew-message-line) (message ""))) --Kazu