notmuch/emacs
Mark Walters 51d27e0855 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"))
2016-09-25 07:42:01 -03:00
..
.gitignore emacs: add notmuch-version.el.tmpl and create notmuch-version.el from it 2014-04-10 23:25:36 -03:00
coolj.el Use https instead of http where possible 2016-06-05 08:32:17 -03:00
make-deps.el Use https instead of http where possible 2016-06-05 08:32:17 -03:00
Makefile fix sum moar typos [build scripts, Makefiles] 2011-06-23 15:44:59 -07:00
Makefile.local emacs/Makefile.local: notmuch-lib.elc depend on notmuch-version.elc 2015-11-23 08:14:46 -04:00
notmuch-address.el emacs: address: allow internal completion on an individual basis 2016-09-04 08:07:59 -03:00
notmuch-company.el emacs: address: allow internal completion on an individual basis 2016-09-04 08:07:59 -03:00
notmuch-crypto.el Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch-hello.el emacs: use define-derived-mode for defining modes. 2016-09-10 13:07:54 -03:00
notmuch-jump.el Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch-lib.el emacs: notmuch-check-exit-status bugfix 2016-09-04 08:22:30 -03:00
notmuch-logo.png emacs: Add notmuch-hello.el, a friendly frontend to notmuch 2010-04-23 12:50:18 -07:00
notmuch-maildir-fcc.el emacs: maildir: add the actual insert code 2016-09-04 08:23:14 -03:00
notmuch-message.el Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch-mua.el emacs: reply: remove wrong sig/enc status buttons 2016-09-18 10:57:27 -03:00
notmuch-parser.el Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch-print.el Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch-query.el Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch-show.el emacs: reply: remove wrong sig/enc status buttons 2016-09-18 10:57:27 -03:00
notmuch-tag.el emacs: tag deleted face bugfix 2016-09-25 07:42:01 -03:00
notmuch-tree.el emacs: tree: make jump close message pane 2016-09-24 10:08:24 -03:00
notmuch-version.el.tmpl Use https instead of http where possible 2016-06-05 08:32:17 -03:00
notmuch-wash.el emacs: wash: make word-wrap bound message width 2016-09-12 08:06:00 -03:00
notmuch.el emacs: implement notmuch-search-color-line with dolist. 2016-09-12 08:08:45 -03:00