Show
Ignore:
Timestamp:
1999-07-21 00:22:49 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

call mutt_update_encoding() after changing an attachment's content
type.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r1069 r1120  
    890890            mutt_free_header (&b->hdr); 
    891891          } 
    892            
     892 
     893          /* this may have been a change from something to text/* */ 
     894          mutt_update_encoding (b); 
     895 
    893896          menu->redraw = REDRAW_CURRENT; 
    894897        }