]> git.notmuchmail.org Git - notmuch/commit
emacs: drop use of message-default-charset
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Mon, 22 Apr 2019 20:51:16 +0000 (16:51 -0400)
committerDavid Bremner <david@tethera.net>
Tue, 7 May 2019 09:35:44 +0000 (06:35 -0300)
commitf079e7b9c34280fd2aaf531c99e0a3ca43c46b6b
tree1a9259b46b68c553ec00ac61253c76825d584c87
parentf3cba19f882471a396a6b6175a709ccd1f6f34a0
emacs: drop use of message-default-charset

Apparently, message-default-charset is deprecated, which causes the
following warning messages during the build:

  In notmuch-maildir-setup-message-for-saving:
  emacs/notmuch-maildir-fcc.el:172:31:Warning: â€˜message-default-charset’ is an
      obsolete variable (as of 26.1); The default charset comes from the
      language environment

In discussion with emacs upstream over on
https://debbugs.gnu.org/35370, it appears that we can just drop this
entirely and things should still work with emacs 25.
emacs/notmuch-maildir-fcc.el