[neomutt-users] True/false, boolean, and quad-option question

Chris Bennett cpb_neomutt at bennettconstruction.us
Sun May 16 12:12:49 CEST 2021


Hi.

I wanted to know about these (just using this one for the question):

set tilde
unset tilde

These produce same true/false as:

set tilde="yes"
set tilde="no"

with or without quotes?
Does =1 or =0 work?
Does case matter? As-in set tilde="yEs" or set tilde="Yes"

Basically the same questions for quad-options.
It uses yes, no, ask-yes, ask-no

I'm asking about this in order to put CHECK CONSTRAINTS into the
PostgreSQL database for these different options the right way.

I briefly looked at the code on github, but it seemed simpler to just
ask here.

Thanks,
Chris Bennett




More information about the neomutt-users mailing list