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

Fix bug in how the email 'client' is edited. #84

Merged
merged 1 commit into from
Jan 15, 2018

Commits on Jan 15, 2018

  1. Fix bug in how the email 'client' is edited.

    We must match the entire row to make sure to search/replace the correct
    place when other values collide with the specified default.
    
    In this instance, if EMAIL_AUTH is false, both username and password
    gets specified to 'null', which was previously included in seds range
    for searching-and-replacing 'null' occurances to EMAIL_CLIENT.
    bjozet committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    5f83381 View commit details
    Browse the repository at this point in the history