X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-wash.el;h=065af16fb071baeb9cd53e1b43ffec85f2beca86;hb=da5029e2ac8dfd8a839de1f6a4701237d0b34db1;hp=a76b4f5b589ab0d0f1ada7ced2bc024e31a5b91b;hpb=5ddaf59915b477d9eccfafaf7e5ac8094ea8f6ca;p=notmuch 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