mu4e: honor truncate-string-ellipsis

Use truncate-string-to-width and thus honor truncate-string-ellipsis; so
to get 'fancy' ellipsis, one can set:
   (setq truncate-string-ellipsis "…")
This commit is contained in:
Dirk-Jan C. Binnema
2020-05-25 15:43:06 +03:00
parent 7e530f265f
commit 57d38aa707
3 changed files with 14 additions and 13 deletions

View File

@ -1,6 +1,14 @@
#+STARTUP:showall
* NEWS (user visible changes)
* 1.5.x (unreleased, development version)
*** mu4e
- Honor ~truncate-string-ellipsis~ so you can now use 'fancy' ellipses for
truncated strings with ~(setq truncate-string-ellipsis "…")~
* 1.4 (released, as of April 18 2020)
*** mu