* 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
1 changed files with 1 additions and 1 deletions

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