We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
is_chatmail=1
recent core has a new config-value dc_get_config(ctx, "is_chatmail") that returns 1 in case the profile is a chatmail profile.
dc_get_config(ctx, "is_chatmail")
1
in case of chatmail profiles, we want to hide the following options from "Settings / Advanced":
counterpart of deltachat/deltachat-android#3050 and deltachat/deltachat-ios#2166 (see also for screenshots there)
The text was updated successfully, but these errors were encountered:
hide irrelevant advanced settings for chatmail users
690f540
fix #3819
fb699ee
hide irrelevant advanced settings for chatmail users (#3823)
1dafb97
* hide irrelevant advanced settings for chatmail users fix #3819 * add pr number to changelog * fix
Simon-Laux
Successfully merging a pull request may close this issue.
recent core has a new config-value
dc_get_config(ctx, "is_chatmail")
that returns1
in case the profile is a chatmail profile.in case of chatmail profiles, we want to hide the following options from "Settings / Advanced":
counterpart of deltachat/deltachat-android#3050 and deltachat/deltachat-ios#2166 (see also for screenshots there)
The text was updated successfully, but these errors were encountered: