Skip to content
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

Email Forwards: Bump the number of email forwards allowed for business users. #1205

Closed
wants to merge 2 commits into from

Conversation

matthusby
Copy link
Contributor

No description provided.

@matthusby matthusby added [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. [Feature] Purchase Management Related to managing purchases such as subscriptions, plans, history, auto-renew, cancellation, etc. labels Dec 2, 2015
@matthusby matthusby self-assigned this Dec 2, 2015
@bikedorkjon
Copy link

Looks good works as expected 👍

@bikedorkjon bikedorkjon added [Status] Ready to Merge and removed [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. labels Dec 4, 2015
@@ -4,6 +4,14 @@
import React from 'react';

const EmailForwardingLimit = React.createClass( {
maxForwards() {
if ( this.props.maxForwards === 500 ) {
return 'unlimited';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't we translate it?

@mtias
Copy link
Member

mtias commented Feb 12, 2016

@matthusby what is the status of this one?

@matthusby
Copy link
Contributor Author

I just made one small update. My calypso is totally borked right now and I don't have time to find out whats going on right now. Could someone take this over? @scruffian @drewblaisdell Should just need testing.

@jeremeylduvall
Copy link
Contributor

Just noting that I opened #3156 to serve the same purpose (didn't know this existed). Definitely only need one or the other.

@matthusby
Copy link
Contributor Author

Thanks @jeremeylduvall I will close this one.

@matthusby matthusby closed this Feb 15, 2016
@matthusby matthusby deleted the fix/email-forward-limits branch February 15, 2016 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Purchase Management Related to managing purchases such as subscriptions, plans, history, auto-renew, cancellation, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants