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

Admin setting PHP and SMTP casing #784

Merged
merged 1 commit into from
Aug 9, 2016
Merged

Conversation

rullzer
Copy link
Member

@rullzer rullzer commented Aug 9, 2016

@rullzer rullzer added the 3. to review Waiting for reviews label Aug 9, 2016
@rullzer rullzer added this to the Nextcloud 11.0 milestone Aug 9, 2016
@mention-bot
Copy link

@rullzer, thanks for your PR! By analyzing the annotation information on this pull request, we identified @nickvergessen, @LukasReschke and @jancborchardt to be potential reviewers

@MorrisJobke MorrisJobke mentioned this pull request Aug 9, 2016
67 tasks
@MorrisJobke
Copy link
Member

Tested and works 👍

@LukasReschke
Copy link
Member

LGTM

@LukasReschke LukasReschke merged commit 3d54f11 into master Aug 9, 2016
@LukasReschke LukasReschke deleted the admin_php_smtp_casing branch August 9, 2016 21:45
@LukasReschke
Copy link
Member

Backport at #804

}
if ($_['mail_smtpmode'] == 'qmail') {
$mail_smtpmode[] = 'qmail';
$mail_smtpmode[] = ['qmail', 'qmail'];
Copy link
Member

Choose a reason for hiding this comment

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

What’s this here … aren’t the two values the same? ;)

Copy link
Member

Choose a reason for hiding this comment

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

Yes, but one is the internal value and the other the shown value ;)

Copy link
Member Author

Choose a reason for hiding this comment

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

@jancborchardt indeed one is internal and one is what we show. So internally we still use 'php' and 'smtp'. Since I did not want to change all the logic add repair steps and the likes ;)

Copy link
Member

Choose a reason for hiding this comment

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

Ah, thanks for the info :)

GitHubUser4234 pushed a commit to GitHubUser4234/server that referenced this pull request Aug 30, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants