瀏覽代碼

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

Tyler Akins 24 年之前
父節點
當前提交
be2db9dbd6
共有 1 個文件被更改,包括 1 次插入0 次删除
  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 "    uw         = University of Washington's IMAP server\n";
    print "    exchange   = Microsoft Exchange IMAP server\n";
    print "    exchange   = Microsoft Exchange IMAP server\n";
    print "    courier    = Courier 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";
    print "[$WHT$imap_server_type$NRM]: $WHT";
    $new_imap_server_type = <STDIN>;
    $new_imap_server_type = <STDIN>;
    if ($new_imap_server_type eq "\n") {
    if ($new_imap_server_type eq "\n") {