X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=emacs%2Fnotmuch-wash.el;h=065af16fb071baeb9cd53e1b43ffec85f2beca86;hp=a76b4f5b589ab0d0f1ada7ced2bc024e31a5b91b;hb=0cf457b73b4b666314d1a09ac3e31bd0fa2346a6;hpb=e366bb222722d6a635b736e875b760d82b46d1f5 diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el index a76b4f5b..065af16f 100644 --- a/emacs/notmuch-wash.el +++ b/emacs/notmuch-wash.el @@ -1,4 +1,4 @@ -;; notmuch-wash.el --- cleaning up message bodies +;;; notmuch-wash.el --- cleaning up message bodies ;; ;; Copyright © Carl Worth ;; Copyright © David Edmondson @@ -21,6 +21,8 @@ ;; Authors: Carl Worth ;; David Edmondson +;;; Code: + (require 'coolj) (declare-function notmuch-show-insert-bodypart "notmuch-show" (msg part depth &optional hide)) @@ -423,3 +425,5 @@ for error." ;; (provide 'notmuch-wash) + +;;; notmuch-wash.el ends here