Version 1.5.0 -- CVS
--------------------
- - Added support in conf.pl for MS cls command
+ - Added support in conf.pl for MS cls command.
+ - conf.pl changes for relative paths outside the SM tree (#715119).
+ - conf.pl changes for delete_folder restrictions with Courier-IMAP and
+ UW-IMAP (#715550).
# Automatically delete folders
sub command215 {
- print "Should folders selected for deletion bypass the Trash folder?\n\n";
-
if ( $imap_server_type == "courier" ) {
print "Courier(or Courier-IMAP) IMAP servers do not support ";
print "subfolders of Trash. \n";
print "Deleting folders will bypass the trash folder and ";
print "be immediately deleted.\n\n";
+ print "If this is not the correct value for your server,\n";
+ print "please use option D on the Main Menu to configure your server correctly.\n\n";
print "Press any key to continue...\n";
$new_delete = <STDIN>;
$delete_folder = "true";
print "mail to also contain folders.\n";
print "Deleting folders will bypass the trash folder and";
print "be immediately deleted\n\n";
+ print "If this is not the correct value for your server,\n";
+ print "please use option D on the Main Menu to configure your server correctly.\n\n";
print "Press any key to continue...\n";
$new_delete = <STDIN>;
$delete_folder = "true";
} else {
+ print "Should folders selected for deletion bypass the Trash folder?\n\n";
if ( lc($delete_folder) eq "true" ) {
$default_value = "y";
} else {