mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
fix(wanderlust): avoid File name too long...
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user