Show
Ignore:
Timestamp:
1999-09-03 09:48:25 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:

[stable] cosmetic fix from Brendan Cully.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • browser.c

    r703 r1051  
    514514      return; 
    515515  } 
     516#ifdef USE_IMAP 
     517  else if (mx_is_imap (LastDir)) 
     518  { 
     519    mutt_error _("IMAP folder browsing is not currently supported"); 
     520    return; 
     521  } 
     522#endif 
    516523  else if (examine_directory (NULL, &state, LastDir, prefix) == -1) 
    517524    return;