summaryrefslogtreecommitdiff
path: root/web-ui/app/index.html
diff options
context:
space:
mode:
authorGiovane <giovaneliberato@gmail.com>2015-12-29 15:08:54 -0200
committerGiovane <giovaneliberato@gmail.com>2015-12-29 15:13:53 -0200
commit32e625a9389bc7352c911ebc5db289647db3ba66 (patch)
treed24e92685756eaf655e92e4b16a8751c9b8b0e8b /web-ui/app/index.html
parent14f0e57ccbda82206cd8149018b306c6f17032d9 (diff)
Listens to mails available events and count unread #564
- Considering unread all the mails that doesn't have the 'read' status - Remove initial templates because title doesn't support html tags inside
Diffstat (limited to 'web-ui/app/index.html')
-rw-r--r--web-ui/app/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/index.html b/web-ui/app/index.html
index f11b05f8..9ffeee82 100644
--- a/web-ui/app/index.html
+++ b/web-ui/app/index.html
@@ -6,7 +6,7 @@
href="assets/images/Favicon.png">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
-<title><span id="unread-count-title"></span> $account_email - Pixelated Mail</title>
+<title>$account_email - Pixelated Mail</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link href="assets/bower_components/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">