diff --git a/mu4e/mu4e-view.el b/mu4e/mu4e-view.el index 192b530f..a1ba564a 100644 --- a/mu4e/mu4e-view.el +++ b/mu4e/mu4e-view.el @@ -654,9 +654,7 @@ at POINT, or if nil, at (point)." ;; autopair mode gives error when pressing RET ;; turn it off (when (boundp 'autopair-dont-activate) - (setq autopair-dont-activate t)) - - (setq truncate-lines t)) + (setq autopair-dont-activate t))) ;; we mark messages are as read when we leave the message; i.e., when skipping ;; to the next/previous one, or leaving the view buffer altogether.