Merge pull request #1874 from thierryvolpiatto/Remove_null_byte

Remove null byte added probably by error
This commit is contained in:
Dirk-Jan C. Binnema
2020-12-26 13:54:01 +02:00
committed by GitHub

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))))))))