Show
Ignore:
Timestamp:
1999-08-15 12:59:09 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Make attach-message work with IMAP folders.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r1122 r1206  
    650650 
    651651          mutt_expand_path (fname, sizeof (fname)); 
     652#ifdef USE_IMAP 
     653          if (!mx_is_imap (fname)) 
     654#endif 
    652655          /* check to make sure the file exists and is readable */ 
    653656          if (access (fname, R_OK) == -1)