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

Trivial patch to make attach-message work for IMAP folders.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r913 r1019  
    558558        mutt_expand_path (fname, sizeof (fname)); 
    559559 
     560#ifdef USE_IMAP 
     561        if (!mx_is_imap (fname)) 
     562#endif 
    560563        /* check to make sure the file exists and is readable */ 
    561564        if (access (fname, R_OK) == -1)