]> git.eshelyaron.com Git - emacs.git/commit
mh-junk: replace color-based terms with descriptive words
authorStephen Gildea <stepheng+emacs@gildea.com>
Fri, 30 Jul 2021 00:37:39 +0000 (17:37 -0700)
committerStephen Gildea <stepheng+emacs@gildea.com>
Fri, 30 Jul 2021 00:38:39 +0000 (17:38 -0700)
commit5fb8b20fa35a931660d9d59afc9ca863dd33a123
tree8e180f783ebee9f9b3265589a322c37ffb671f56
parent7e8d1b08e3e23bc783cad10e620c2ebe6536965c
mh-junk: replace color-based terms with descriptive words

* lisp/mh-e/*.el: "whitelist" -> "allowlist" and "blacklist" -> "blocklist".
* doc/misc/mh-e.texi: update manual to match.
* lisp/mh-e/folder.el: Change the binding of 'mh-junk-allowlist' to 'J a'.
  Add a compatibility binding for the old 'J w'.
* lisp/mh-e/mh-scan.el (mh-note-allowlisted): Change char from 'W' to 'A'.
* lisp/mh-e/junk.el: Rename 'mh-blacklist-a-msg' to 'mh-junk-blocklist-a-msg',
  adding the missing "junk-" to the function name.
doc/misc/mh-e.texi
etc/NEWS
lisp/mh-e/mh-e.el
lisp/mh-e/mh-folder.el
lisp/mh-e/mh-funcs.el
lisp/mh-e/mh-junk.el
lisp/mh-e/mh-scan.el
lisp/mh-e/mh-search.el
lisp/mh-e/mh-show.el