Changeset 892:ade22b3e1d36 for attach.c

Show
Ignore:
Timestamp:
1999-06-08 02:42:13 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
mutt-1-0-stable
Message:

Don't do charset conversions when they aren't necessary.

Back-port from unstable.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • attach.c

    r823 r892  
    773773  s.flags = displaying ? M_DISPLAY : 0; 
    774774 
     775  s.flags |= M_CHARCONV; 
     776   
    775777  if (flags == M_SAVE_APPEND) 
    776778    s.fpout = fopen (path, "a");