From bf1eb27962bf0d7f749f9b939b4ee4aafa9b6b83 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 15 Jul 2000 06:51:47 +0000 Subject: [PATCH] Add a message that we are looking up a host. --- imap/socket.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/imap/socket.c b/imap/socket.c index 0fad0a64..f418e020 100644 --- a/imap/socket.c +++ b/imap/socket.c @@ -245,6 +245,8 @@ int raw_socket_open (CONNECTION *conn) /* This might be a config variable */ int first_try_without_preconnect = TRUE; + mutt_message (_("Looking up %s..."), conn->mx.host); + memset (&sin, 0, sizeof (sin)); sin.sin_port = htons (conn->mx.port); sin.sin_family = AF_INET; -- 2.40.0