mirror of
https://github.com/lucascbeyeler/zmbackup.git
synced 2026-04-25 07:05:55 +03:00
[GH-ISSUE #138] Manage multiple signatures (objects zimbraSignatureName) #107
Labels
No labels
Bug Report
Enhancement
Enhancement
Feature Idea
Feature Idea
Not Implemented
Question
Question
Task
Wontfix
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/zmbackup#107
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @coudot on GitHub (Jan 16, 2020).
Original GitHub issue: https://github.com/lucascbeyeler/zmbackup/issues/138
ISSUE TYPE
ENVIRONMENT VERSION
SUMMARY
When using the backup tool, the signatures are not saved and restored. This works only for the main signature because it is stored inside the account entry, but when creating multiple signatures, they are stored as sub entries of the account entry, and ignored during backup.
STEPS TO REPRODUCE
Do a backup of an account and restore it.
ACTUAL RESULTS
Account signatures are lost.
@coudot commented on GitHub (Jan 16, 2020):
See #139
@coudot commented on GitHub (Feb 20, 2020):
PR #139 was merged, thanks!