Changeset 1086:02b3c3dde92a for attach.c

Show
Ignore:
Timestamp:
1999-07-01 02:45:12 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Various patches from last week, including:

- new mh/maildir access code.
- subscribe/unsubscribe
- various fixes.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r926 r1086  
    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 
     
    700701      if ((r = _mutt_copy_message (msg->fp, fp, hn, hn->content, 0, chflags)) == 0) 
    701702        mutt_message _("Attachment saved."); 
    702          
     703 
     704      mx_commit_message (msg, &ctx); 
    703705      mx_close_message (&msg); 
    704       mx_close_mailbox(&ctx); 
     706      mx_close_mailbox (&ctx); 
    705707      return r; 
    706708    }