]> granicus.if.org Git - neomutt/commitdiff
Try to fix #302.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 23:14:19 +0000 (23:14 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 10 Oct 2001 23:14:19 +0000 (23:14 +0000)
imap/message.c

index 26acae96b479e9ae4ca81bcdc13274f253ec663d..181f51f29d90a1163b640ea083729e80ab8e6be1 100644 (file)
@@ -240,7 +240,8 @@ int imap_fetch_message (MESSAGE *msg, CONTEXT *ctx, int msgno)
     }
   }
 
-  mutt_message _("Fetching message...");
+  if (!isendwin())
+    mutt_message _("Fetching message...");
 
   cache->uid = HEADER_DATA(h)->uid;
   mutt_mktemp (path);