X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/blobdiff_plain/e366bb222722d6a635b736e875b760d82b46d1f5..0cf457b73b4b666314d1a09ac3e31bd0fa2346a6:/emacs/notmuch-crypto.el diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el index 73ebf51d..004463c3 100644 --- a/emacs/notmuch-crypto.el +++ b/emacs/notmuch-crypto.el @@ -1,4 +1,4 @@ -;; notmuch-crypto.el --- functions for handling display of cryptographic metadata. +;;; notmuch-crypto.el --- functions for handling display of cryptographic metadata. ;; ;; Copyright © Jameson Rollins ;; @@ -19,6 +19,8 @@ ;; ;; Authors: Jameson Rollins +;;; Code: + (require 'notmuch-lib) (defcustom notmuch-crypto-process-mime nil @@ -174,3 +176,5 @@ mode." ;; (provide 'notmuch-crypto) + +;;; notmuch-crypto.el ends here