tweak(wanderlust): do not truncate long subjects or mail lines
This commit is contained in:
parent
e09838e01a
commit
ebcb383c99
1 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,8 @@
|
||||||
;; use half of that size as threshold to switch to hashing
|
;; use half of that size as threshold to switch to hashing
|
||||||
(setq elmo-msgdb-path-encode-threshold 128)
|
(setq elmo-msgdb-path-encode-threshold 128)
|
||||||
|
|
||||||
(setq wl-message-truncate-lines t
|
(setq wl-message-truncate-lines nil
|
||||||
wl-summary-width 120
|
wl-summary-width nil
|
||||||
wl-message-ignored-field-list
|
wl-message-ignored-field-list
|
||||||
'(".*Received:"
|
'(".*Received:"
|
||||||
".*Path:"
|
".*Path:"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue