From: Austin Clements Date: Sat, 24 Jan 2015 21:16:59 +0000 (-0500) Subject: emacs: Return unibyte strings for binary part data X-Git-Tag: 0.20~72 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=9d19f325f5a0879e2f646e83e59595d5cb345de3;hp=9d19f325f5a0879e2f646e83e59595d5cb345de3;p=notmuch emacs: Return unibyte strings for binary part data Unibyte strings are meant for representing binary data. In practice, using unibyte versus multibyte strings affects *almost* nothing. It does happen to matter if we use the binary data in an image descriptor (which is, helpfully, not documented anywhere and getting it wrong results in opaque errors like "Not a PNG image: "). ---