Changeset 2371:62965bc72607 for commands.c
- Timestamp:
- 2001-04-26 06:36:33 (8 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r2367 r2371 814 814 815 815 snprintf (tmp, sizeof (tmp), "%s/%s", TYPE (b), NONULL (b->subtype)); 816 type_changed = mutt_strcasecmp (tmp, obuf);817 charset_changed = mutt_strcasecmp (charset, mutt_get_parameter ("charset", b->parameter));816 type_changed = ascii_strcasecmp (tmp, obuf); 817 charset_changed = ascii_strcasecmp (charset, mutt_get_parameter ("charset", b->parameter)); 818 818 819 819 /* if in send mode, check for conversion - current setting is default. */
