mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-04 19:15:27 +00:00
(fix) commented out bogus option for now
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user