From 97eabd73d23ef034b29efd202fed2fb50b74f8b1 Mon Sep 17 00:00:00 2001 From: "Kirill A. Korinsky" Date: Sun, 14 Jan 2024 14:18:23 +0100 Subject: [PATCH] tweak(wanderlust): do not truncate long subjects or mail lines --- modules/email/wanderlust/config.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/email/wanderlust/config.el b/modules/email/wanderlust/config.el index f9a718355..b393760c7 100644 --- a/modules/email/wanderlust/config.el +++ b/modules/email/wanderlust/config.el @@ -24,8 +24,8 @@ ;; use half of that size as threshold to switch to hashing (setq elmo-msgdb-path-encode-threshold 128) - (setq wl-message-truncate-lines t - wl-summary-width 120 + (setq wl-message-truncate-lines nil + wl-summary-width nil wl-message-ignored-field-list '(".*Received:" ".*Path:"