Changeset 3505:d6d44140da08 for attach.c

Show
Ignore:
Timestamp:
2003-11-03 02:30:58 (5 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Fix a logic flaw in attachment saving.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r3447 r3505  
    771771      if (_mutt_copy_message (msg->fp, fp, hn, hn->content, 0, chflags) == 0  
    772772          && mx_commit_message (msg, &ctx) == 0) 
    773         mutt_message _("Attachment saved."); 
     773        r = 0; 
    774774      else 
    775775        r = -1;