Changeset 1086:02b3c3dde92a for attach.c
Legend:
- Unmodified
- Added
- Removed
-
attach.c
r926 r1086 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 … … 700 701 if ((r = _mutt_copy_message (msg->fp, fp, hn, hn->content, 0, chflags)) == 0) 701 702 mutt_message _("Attachment saved."); 702 703 704 mx_commit_message (msg, &ctx); 703 705 mx_close_message (&msg); 704 mx_close_mailbox (&ctx);706 mx_close_mailbox (&ctx); 705 707 return r; 706 708 }
