Browse Source

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

Tyler Akins 24 năm trước cách đây
mục cha
commit
be2db9dbd6
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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") {