fix(wanderlust): avoid File name too long...

This commit is contained in:
Kirill A. Korinsky 2024-01-14 14:13:17 +01:00 committed by Yann Esposito (Yogsototh)
parent 1302f01389
commit b9e6b282cf
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -20,6 +20,10 @@
wl-init-file (expand-file-name "wl.el" doom-user-dir) wl-init-file (expand-file-name "wl.el" doom-user-dir)
wl-folders-file (expand-file-name "folders.wl" doom-user-dir)) wl-folders-file (expand-file-name "folders.wl" doom-user-dir))
;; macOS allows file names up to 255 characters,
;; use half of that size as threshold to switch to hashing
(setq elmo-msgdb-path-encode-threshold 128)
(setq wl-message-truncate-lines t (setq wl-message-truncate-lines t
wl-summary-width 120 wl-summary-width 120
wl-message-ignored-field-list wl-message-ignored-field-list