1
0
mirror of https://github.com/djcb/mu.git synced 2024-06-21 06:56:48 +02:00

* mu4e-view: use 'verified', not 'ok' when the signature is verified

This commit is contained in:
djcb 2012-09-01 20:05:55 +03:00
parent c8065a0e1b
commit 9ff50258cd

View File

@ -337,7 +337,7 @@ at POINT, or if nil, at (point)."
(mapconcat
(lambda (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 ", ")))
(btn (when val
(with-temp-buffer