Changeset 905:b1a199b654dc for attach.c

Show
Ignore:
Timestamp:
1999-07-06 15:43:01 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:

New mh and maildir folder writing code. Back-port from unstable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r892 r905  
    11/* 
    22 * Copyright (C) 1996-8 Michael R. Elkins <me@cs.hmc.edu> 
     3 * Copyright (C) 1999 Thomas Roessler <roessler@guug.de> 
    34 *  
    45 *     This program is free software; you can redistribute it and/or modify 
     
    695696      if ((r = _mutt_copy_message (msg->fp, fp, hn, hn->content, 0, chflags)) == 0) 
    696697        mutt_message _("Attachment saved."); 
    697          
     698 
     699      mx_commit_message (msg, &ctx); 
    698700      mx_close_message (&msg); 
    699       mx_close_mailbox(&ctx); 
     701      mx_close_mailbox (&ctx); 
    700702      return r; 
    701703    }