fix(wanderlust): avoid File name too long...
This commit is contained in:
parent
dbbd1f2b01
commit
e09838e01a
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
wl-init-file (expand-file-name "wl.el" 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
|
||||
wl-summary-width 120
|
||||
wl-message-ignored-field-list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue