Function: epg--status-POLICY_URL

epg--status-POLICY_URL is a byte-compiled function defined in epg.el.gz.

Signature

(epg--status-POLICY_URL CONTEXT STRING)

Source Code

;; Defined in /usr/src/emacs/lisp/epg.el.gz
(defun epg--status-POLICY_URL (context string)
  (let ((signature (car (epg-context-result-for context 'verify))))
    (if signature
        (push (epg-make-sig-notation nil string t nil)
              (epg-signature-notations signature)))))