Browse Source

* Added 'other' to the list, since it is a viable option

Tyler Akins 24 years ago
parent
commit
be2db9dbd6
1 changed files with 1 additions and 0 deletions
  1. 1 0
      config/conf.pl

+ 1 - 0
config/conf.pl

@@ -726,6 +726,7 @@ sub command19 {
    print "    uw         = University of Washington's IMAP server\n";
    print "    exchange   = Microsoft Exchange IMAP server\n";
    print "    courier    = Courier IMAP server\n";
+   print "    other      = Not one of the above servers\n";
    print "[$WHT$imap_server_type$NRM]: $WHT";
    $new_imap_server_type = <STDIN>;
    if ($new_imap_server_type eq "\n") {