more charset improvements.
[apps/madmutt.git] / lib-crypt / pgp.c
index 5c0d497..dcc905c 100644 (file)
@@ -1348,7 +1348,7 @@ BODY *pgp_traditional_encryptsign (BODY * a, int flags, char *keylist)
   else
     from_charset = Charset;
 
   else
     from_charset = Charset;
 
-  if (!mutt_is_us_ascii (body_charset)) {
+  if (!charset_is_us_ascii (body_charset)) {
     int c;
     FGETCONV *fc;
 
     int c;
     FGETCONV *fc;