X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/918e99b0cfe5655bae0f4fea77838b3f857712e7..f3f0c0a0c4b61b6d81d5186043b318fb342c8172:/dot/gnus.el diff --git a/dot/gnus.el b/dot/gnus.el index d3ca4f6..f7b6560 100644 --- a/dot/gnus.el +++ b/dot/gnus.el @@ -41,7 +41,8 @@ gnus-sum-thread-tree-false-root ">" gnus-sum-thread-tree-single-indent "=" gnus-sum-thread-tree-indent " ") -(if (eq (coding-system-get (terminal-coding-system) 'mime-charset) 'utf-8) +(if (memq (coding-system-get (terminal-coding-system) 'mime-charset) + '(nil utf-8)) (setq gnus-sum-thread-tree-leaf-with-other "├─>" gnus-sum-thread-tree-vertical "│ " gnus-sum-thread-tree-single-leaf "╰─>")