-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4533 from cyrusimap/cyr_expire_noexpire
cyr_expire: add noexpire_until annotation
- Loading branch information
Showing
7 changed files
with
427 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Description: | ||
|
||
Supports non-day durations in the archive/delete/expire annotations. | ||
Removes support for fractional durations in cyr_expire arguments. | ||
Adds the 'noexpire_until' annotation to disable cyr_expire per user. | ||
|
||
Config changes: | ||
|
||
None | ||
|
||
Upgrade instructions: | ||
|
||
Installations that passed fractional durations such as "1.5d" to any of the | ||
-E, -X, -D, or -A arguments must adapt these to only use integer durations | ||
such as "1d12h". | ||
|
||
GitHub issue: | ||
|
||
If theres a github issue number for this, put it here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.