My Helm buffers all have truncated lines (which is what I want), but the *helm mu* buffer does not and I have to call helm-toggle-truncate-line each time.
Adding to my init file the line below did not help:
(add-hook 'helm-mode-hook (lambda () (setq truncate-lines t)))