Changeset 1931:5459f7732383 for commands.c
- Timestamp:
- 2000-06-20 08:08:14 (8 years ago)
- Branch:
- HEAD
- Files:
-
- 1 modified
-
commands.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
commands.c
r1915 r1931 828 828 829 829 snprintf (tmp, sizeof (tmp), "%s/%s", TYPE (b), NONULL (b->subtype)); 830 type_changed = mutt_strc mp (tmp, obuf);831 charset_changed = mutt_strc mp (charset, mutt_get_parameter ("charset", b->parameter));830 type_changed = mutt_strcasecmp (tmp, obuf); 831 charset_changed = mutt_strcasecmp (charset, mutt_get_parameter ("charset", b->parameter)); 832 832 833 833 if (type_changed)
