[Xfce4-commits] <postler:master> Don't recommend port 26 for SMTP

Christian Dywan noreply at xfce.org
Thu Mar 3 00:14:04 CET 2011


Updating branch refs/heads/master
         to e2ee7179a89d5b58b91a0ec78f6a7da9dae14f84 (commit)
       from 842120623a8a6679af9e0bd2282845de88c6c941 (commit)

commit e2ee7179a89d5b58b91a0ec78f6a7da9dae14f84
Author: Christian Dywan <christian at twotoasts.de>
Date:   Wed Mar 2 23:47:00 2011 +0100

    Don't recommend port 26 for SMTP

 postler/postler-service.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/postler/postler-service.vala b/postler/postler-service.vala
index 1df0f4f..dc3e77d 100644
--- a/postler/postler-service.vala
+++ b/postler/postler-service.vala
@@ -358,12 +358,12 @@ namespace Postler {
                             else if ("Connection timed out" in line) {
                                 helper.finnish (
                                     _("It is taking too long for the server to respond.") + "\n"
-                                  + _("Try changing the port to 25, 26, 587 or 465."));
+                                  + _("Try changing the port to 25, 587 or 465."));
                             }
                             else if ("Connection refused" in line) {
                                 helper.finnish (
                                     _("The server rejected the connection.") + "\n"
-                                  + _("Try changing the port to 25, 26, 587 or 465."));
+                                  + _("Try changing the port to 25, 587 or 465."));
                             }
                             else if (is_error)
                                 helper.finnish (line);



More information about the Xfce4-commits mailing list