Changeset 905:b1a199b654dc for attach.c
- Timestamp:
- 1999-07-06 15:43:01 (9 years ago)
- Branch:
- mutt-1-0-stable
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
attach.c
r892 r905 1 1 /* 2 2 * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu> 3 * Copyright (C) 1999 Thomas Roessler <roessler@guug.de> 3 4 * 4 5 * This program is free software; you can redistribute it and/or modify … … 695 696 if ((r = _mutt_copy_message (msg->fp, fp, hn, hn->content, 0, chflags)) == 0) 696 697 mutt_message _("Attachment saved."); 697 698 699 mx_commit_message (msg, &ctx); 698 700 mx_close_message (&msg); 699 mx_close_mailbox (&ctx);701 mx_close_mailbox (&ctx); 700 702 return r; 701 703 }
