Remove systemdialogs option from configuration
The option controls the welcome window and the export/import result messages. The former is dropped. The latter are now always displayed unless calcurse is invoked with the "quiet" option (-q). Signed-off-by: Lars Henriksen <LarsHenriksen@get2net.dk> Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
committed by
Lukas Fleischer
parent
223f722b1d
commit
5942c0760d
@@ -1976,11 +1976,6 @@ int hash_matches(const char *pattern, const char *hash)
|
||||
return (starts_with(hash, pattern) != invert);
|
||||
}
|
||||
|
||||
int show_dialogs(void)
|
||||
{
|
||||
return (!quiet) && conf.system_dialogs;
|
||||
}
|
||||
|
||||
/*
|
||||
* Overflow check for addition with positive second term.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user