(fix) commented out bogus option for now

pull/217/head
Ludovic Marcotte 2016-06-23 14:35:48 -04:00
parent 74efb6a0b1
commit cf3a9b89b6
1 changed files with 2 additions and 2 deletions

View File

@ -47,8 +47,8 @@
if (forwardEnabled)
vm.methodLabels.redirect = l("Forward the message to");
if (vacationEnabled)
vm.methodLabels.vacation = l("Send a vacation message");
//if (vacationEnabled)
// vm.methodLabels.vacation = l("Send a vacation message");
if (sieveCapabilities.indexOf("reject") > -1)
vm.methodLabels.reject = l("Send a reject message");