diff --git a/src/tpl/action-bar.html b/src/tpl/action-bar.html index 9091a2e..e81bbab 100644 --- a/src/tpl/action-bar.html +++ b/src/tpl/action-bar.html @@ -29,7 +29,8 @@
  • diff --git a/src/tpl/mail-list.html b/src/tpl/mail-list.html index 64016e1..ce45b58 100644 --- a/src/tpl/mail-list.html +++ b/src/tpl/mail-list.html @@ -5,7 +5,8 @@ -

    {{state.nav.currentFolder.wellknown ? state.nav.currentFolder.type : state.nav.currentFolder.name}}

    +

    {{state.nav.currentFolder.type === 'Flagged' ? 'Starred' : state.nav.currentFolder.type}}

    +

    {{state.nav.currentFolder.name}}