Changeset 4582:97d4150ea39e for attach.c

Show
Ignore:
Timestamp:
2006-02-21 00:10:15 (3 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Fix mutt/2186.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r4439 r4582  
    783783      } 
    784784      if (ctx.magic == M_MBOX || ctx.magic == M_MMDF) 
    785         chflags = CH_FROM; 
     785        chflags = CH_FROM | CH_UPDATE_LEN; 
    786786      chflags |= (ctx.magic == M_MAILDIR ? CH_NOSTATUS : CH_UPDATE); 
    787787      if (_mutt_copy_message (msg->fp, fp, hn, hn->content, 0, chflags) == 0