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
commit 46bd705131
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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))))))))