mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Small fixes
This commit is contained in:
parent
278e98561d
commit
786873041f
8 changed files with 561 additions and 507 deletions
|
|
@ -375,7 +375,7 @@ function MessageViewMailBoxUserView()
|
|||
this.viewSize(oMessage.friendlySize());
|
||||
this.viewLineAsCss(oMessage.lineAsCss());
|
||||
this.viewViewLink(oMessage.viewLink());
|
||||
this.viewUnsubscribeLink(oMessage.unsubsribeLinks[0]);
|
||||
this.viewUnsubscribeLink(oMessage.getFirstUnsubsribeLink());
|
||||
this.viewDownloadLink(oMessage.downloadLink());
|
||||
this.viewIsImportant(oMessage.isImportant());
|
||||
this.viewIsFlagged(oMessage.flagged());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue