diff --git a/src/views/email.html b/src/views/email.html
index a20da3561..d06b8b705 100644
--- a/src/views/email.html
+++ b/src/views/email.html
@@ -307,18 +307,20 @@
+
+
Mailboxes
-
+
+
+
+
@@ -329,7 +331,7 @@
-
+
|
{{ mailbox.name }}
|
@@ -350,12 +352,12 @@
+
+
Mailing Lists
-
+
+
@@ -376,7 +378,7 @@
-
+
|
{{ list.name }}
|
@@ -394,6 +396,8 @@
+
+
Catch-all
diff --git a/src/views/email.js b/src/views/email.js
index 6ac52ae28..b3ce520af 100644
--- a/src/views/email.js
+++ b/src/views/email.js
@@ -67,6 +67,7 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
$scope.mailinglists = {
busy: false,
mailinglists: [],
+ search: '',
add: {
busy: false,
@@ -261,6 +262,7 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
$scope.mailboxes = {
mailboxes: [],
+ search: '',
add: {
error: null,