]> granicus.if.org Git - neomutt/commitdiff
Add a message that we are looking up a host.
authorThomas Roessler <roessler@does-not-exist.org>
Sat, 15 Jul 2000 06:51:47 +0000 (06:51 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Sat, 15 Jul 2000 06:51:47 +0000 (06:51 +0000)
imap/socket.c

index 0fad0a6467d63b4bf939db3e905e4a70fc50a175..f418e0202f535075bf12a5ef46b1106767486439 100644 (file)
@@ -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;