X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=config%2Fconf.pl;h=03f9c0ea6f0fb651195211e291c6293ebae5fc4e;hb=cba7675ed614bf5bc0939c70bb58e8c7dadbb75a;hp=fbe67853a55a5203457f84c6a08e968b257b8273;hpb=bb50b50818e1eb3b2ff8f8c49883c1a7f19707e5;p=squirrelmail.git diff --git a/config/conf.pl b/config/conf.pl index fbe67853..03f9c0ea 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -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";