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

@@ -45,7 +45,7 @@ pub enum Config {
MvboxWatch,
#[strum(props(default = "1"))]
MvboxMove,
#[strum(props(default = "0"))]
#[strum(props(default = "0"))] // also change ShowEmails.default() on changes
ShowEmails,
SaveMimeHeaders,
ConfiguredAddr,