-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
restore-mbox doesn't seem to honor --label-prefix #216
Comments
Hi. Same problem here. |
Unfortunately, I can't contribute to open source projects without jumping through some company hoops, but I will tell you that it's a 2-line change to |
I had this problem as well, everything restored perfectly, but I could never manage to get the --label-restored argument to work. |
this should be fixed in latest GYB versions, if not please re-open. |
label-prefix for mbox restore doesn't work. I looked through the source code, the label-prefix code is only in the restore action, it's not executed within the restore-mbox action |
Full steps to reproduce the issue:
gyb --action restore-mbox --email [email protected] --label-prefix gybrestore
Expected outcome (what are you trying to do?):
I am trying to do an mbox restore into an account, but would like all the messages to be under a label.
Actual outcome (what errors or bad behavior do you see instead?):
I see all the messages restore, but --label-prefix is not applied.
The text was updated successfully, but these errors were encountered: