mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 00:45:09 +00:00
@@ -4,6 +4,7 @@
|
||||
Bug fixes
|
||||
- fixed blank calendar view when selecting "Descending Order" in the sort menu
|
||||
- show active user's default email address instead of system email address (#3473)
|
||||
- fixed display of HTML tags when viewing a message raw source (#3490)
|
||||
|
||||
3.0.0 (2016-01-27)
|
||||
------------------
|
||||
|
||||
@@ -246,7 +246,7 @@
|
||||
</md-button>
|
||||
</md-card-actions>
|
||||
<md-card-content>
|
||||
<pre>{{viewer.rawSource}}</pre>
|
||||
<pre ng-bind-html="viewer.rawSource"><!-- raw source --></pre>
|
||||
</md-card-content>
|
||||
</md-card>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user