Changeset 5422:e2780a423d96 for commands.c
- Timestamp:
- 2008-06-25 22:43:32 (5 months ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r5321 r5422 148 148 res = mutt_copy_message (fpout, Context, cur, cmflags, 149 149 (option (OPTWEED) ? (CH_WEED | CH_REORDER) : 0) | CH_DECODE | CH_FROM); 150 if ((safe_fclose (&fpout) != 0 && errno != EPIPE) || res == -1)150 if ((safe_fclose (&fpout) != 0 && errno != EPIPE) || res < 0) 151 151 { 152 152 mutt_error (_("Could not copy message"));
