Remove the need to have run-at-time.el.
[gnus] / lisp / mml2015.el
index 2b29b12..cefa1cd 100644 (file)
@@ -87,6 +87,8 @@ Valid packages include `pgg', `gpg' and `mailcrypt'.")
     ("TRUST_FULLY"     . t)
     ("TRUST_ULTIMATE"  . t))
   "Map GnuPG trust output values to a boolean saying if you trust the key."
+  :version "21.4"
+  :group 'mime-security
   :type '(repeat (cons (regexp :tag "GnuPG output regexp")
                       (boolean :tag "Trust key"))))
 
@@ -918,4 +920,5 @@ Valid packages include `pgg', `gpg' and `mailcrypt'.")
 
 (provide 'mml2015)
 
+;;; arch-tag: b04701d5-0b09-44d8-bed8-de901bf435f2
 ;;; mml2015.el ends here