Remove null byte added probably by error

This commit is contained in:
Thierry Volpiatto 2020-12-26 08:49:19 +01:00
parent 3ff8fd165f
commit 4830e7de14
No known key found for this signature in database
GPG Key ID: 08FDB07A7433A7F2
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ add text-properties to VAL."
(val (if (= (length vals) 1)
(car vals)
(truncate-string-to-width (car vals)
(- (length (car vals)) 1) 0 nil t))))
(- (length (car vals)) 1) 0 nil t))))
(overlay-put o 'mu4e~view-header-field-folded t)
(overlay-put o 'display val))))))))