Adding option to default config.
[squirrelmail.git] / config / conf.pl
index fbe67853a55a5203457f84c6a08e968b257b8273..03f9c0ea6f0fb651195211e291c6293ebae5fc4e 100755 (executable)
@@ -402,6 +402,7 @@ while ( ( $command ne "q" ) && ( $command ne "Q" ) ) {
           if ( lc($useSendmail) eq 'true' ) {
             print $WHT . "Sendmail" . $NRM . "\n--------\n";
             print "4.   Sendmail Path         : $WHT$sendmail_path$NRM\n";
+            print "5.   Suppress SM header    : $WHT$skip_SM_header$NRM\n";
             print "\n";
           } else {
             print $WHT . "SMTP Settings" . $NRM . "\n-------------\n";