Function: epg--status-NOTATION_NAME
epg--status-NOTATION_NAME is a byte-compiled function defined in
epg.el.gz.
Signature
(epg--status-NOTATION_NAME CONTEXT STRING)
Source Code
;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg--status-NOTATION_NAME (context string)
(let ((signature (car (epg-context-result-for context 'verify))))
(if signature
(push (epg-make-sig-notation string nil t nil)
(epg-signature-notations signature)))))