* mu4e-view: don't set truncate-lines

This commit is contained in:
djcb 2012-10-16 21:43:02 +03:00
parent 2d016a83ec
commit 35fc85a15e
1 changed files with 1 additions and 3 deletions

View File

@ -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.