X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-crypto.el;h=004463c316ea143bb6a2082ffb97a068ebc245db;hb=8a75fcfa7b90151a7c1b1cf58366a8fc1fd8b70c;hp=73ebf51df0b825d38e88506ecb34c19b5edfa50b;hpb=3b63856568a8b0153801386fcc2030b228a5f99d;p=notmuch 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