diff options
| author | Mark Walters <markwalters1009@gmail.com> | 2016-09-18 11:57:32 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-09-25 07:42:01 -0300 |
| commit | 51d27e08555ac3187bd9d5649a0074ba6a9aabce (patch) | |
| tree | c824883929e746c24c8fe065c482b562df5204d3 /bindings/python | |
| parent | b57426a43549ac5434c0f793e184f1b0b955f7e0 (diff) | |
emacs: tag deleted face bugfix
Commit d25d33ff cleaned up some of the tag face code. However, for the
face notmuch-tag-deleted it used the test
((class color) (supports :strike-through))
to decide whether to use red strikethrough or inverse-video (emacs in
a terminal typically doesn't support red strikethrough, but in X it does).
However, it seems that test often returns true even though red
strikethrough is not supported. This breaks the tag update code -- the
wrong thing is displayed to the user.
Thus we make the test explicitly more specific, changing the test to
((class color) (supports :strike-through "red"))
Diffstat (limited to 'bindings/python')
0 files changed, 0 insertions, 0 deletions
