if show_emails=ALL, show belonging contact-requests directly in the chatlist

This commit is contained in:
B. Petersen
2019-10-24 01:13:39 +02:00
committed by holger krekel
parent 79a08f96c5
commit dced1932b3
3 changed files with 8 additions and 6 deletions

View File

@@ -54,7 +54,7 @@ pub enum ShowEmails {
impl Default for ShowEmails {
fn default() -> Self {
ShowEmails::Off
ShowEmails::Off // also change Config.ShowEmails props(default) on changes
}
}