-
Notifications
You must be signed in to change notification settings - Fork 263
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
Add the posibility to move mailboxes #3897
Conversation
ba19870
to
b5db39d
Compare
To bring this to life
Then it will properly show for all mailboxes :) |
18c14b6
to
9267bc7
Compare
a26d00d
to
01e23af
Compare
@ChristophWurst should i also rename the movemodal.vue into movemessagemodal.vue and include here or as a separate PR? |
@@ -77,6 +77,14 @@ export default { | |||
type: String, | |||
default: t('mail', 'Choose'), | |||
}, | |||
pickedMailbox: { | |||
type: Object, | |||
required: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
needs a default (as function) https://vuejs.org/v2/guide/components-props.html#Prop-Validation
Needs rebase |
Signed-off-by: GretaD <gretadoci@gmail.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
01e23af
to
b49b94c
Compare
Minor detail I noticed while testing #4045 |
Signed-off-by: GretaD gretadoci@gmail.com