mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-09 06:28:28 +03:00
Improve message view pane (#1072)
This commit is contained in:
parent
eaf60c3c99
commit
f6c78ee1fa
3 changed files with 80 additions and 32 deletions
|
|
@ -302,6 +302,10 @@
|
|||
this.viewIsImportant = ko.observable(false);
|
||||
this.viewIsFlagged = ko.observable(false);
|
||||
|
||||
this.viewFromDkimVisibility = ko.computed(function () {
|
||||
return 'none' !== this.viewFromDkimData()[0];
|
||||
}, this);
|
||||
|
||||
this.viewFromDkimStatusIconClass = ko.computed(function () {
|
||||
|
||||
var sResult = 'icon-none iconcolor-display-none';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue