]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch.el
notmuch.el: Require message mode to avoid undefined function in replies.
[notmuch] / notmuch.el
index e9786c0b28885c86e2a62b24f06296bc19ac380e..d6350ebe78a1240b94c7793b9aa39da4e29ae7a6 100644 (file)
@@ -49,6 +49,7 @@
 
 (require 'cl)
 (require 'mm-view)
+(require 'message)
 
 (defvar notmuch-show-mode-map
   (let ((map (make-sparse-keymap)))