mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-07 01:15:09 +00:00
Specify a custom vacation subject
User can now specify a custom vacation subject. For Sieve servers
implementing the variables extension, one can write ${subject} to insert
the original subject in the auto reply.
SOGoDefaultVacationSubject is a new domain defaults parameter used when
the user doesn't specify a custom subject.
Fixes #685, #1447
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
vm.timeZonesList = window.timeZonesList;
|
||||
vm.timeZonesListFilter = timeZonesListFilter;
|
||||
vm.timeZonesSearchText = '';
|
||||
vm.sieveVariablesCapability = ($window.sieveCapabilities.indexOf('variables') >= 0);
|
||||
|
||||
// Fetch a flatten version of the mailboxes list of the main account (0)
|
||||
// This list will be forwarded to the Sieve filter controller
|
||||
|
||||
@@ -16,14 +16,18 @@ md-input-container {
|
||||
// Temporary fix for https://github.com/angular/material/issues/6214
|
||||
min-height: 0 !important;
|
||||
}
|
||||
.sg-hint {
|
||||
@extend .md-char-counter;
|
||||
@include rtl(text-align, left, right);
|
||||
}
|
||||
}
|
||||
|
||||
md-input-container .bgroup {
|
||||
display: block;
|
||||
}
|
||||
.bgroup b {
|
||||
left-margin: -1.25em;
|
||||
}
|
||||
//md-input-container .bgroup {
|
||||
// display: block;
|
||||
//}
|
||||
//.bgroup b {
|
||||
// left-margin: -1.25em;
|
||||
//}
|
||||
|
||||
md-autocomplete .sg-input-no-message [md-floating-label] {
|
||||
md-input-container {
|
||||
|
||||
Reference in New Issue
Block a user