* mu4e-view: use 'verified', not 'ok' when the signature is verified
This commit is contained in:
@ -337,7 +337,7 @@ at POINT, or if nil, at (point)."
|
|||||||
(mapconcat
|
(mapconcat
|
||||||
(lambda (v)
|
(lambda (v)
|
||||||
(propertize (symbol-name v)
|
(propertize (symbol-name v)
|
||||||
'face (if (eq v 'good) 'mu4e-ok-face 'mu4e-warning-face)))
|
'face (if (eq v 'verified) 'mu4e-ok-face 'mu4e-warning-face)))
|
||||||
verdicts ", ")))
|
verdicts ", ")))
|
||||||
(btn (when val
|
(btn (when val
|
||||||
(with-temp-buffer
|
(with-temp-buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user