X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-crypt%2Fpgp.c;h=dcc905c711f6379ea803d30e7968f5aebd250041;hp=5c0d49797f0207109ccfeb67e1b604ab53ba0dd2;hb=d6e1782b1e788bd1c4767443712bf1713cc013ef;hpb=b241f87351127948f83842d537c1a76536bf61c1 diff --git a/lib-crypt/pgp.c b/lib-crypt/pgp.c index 5c0d497..dcc905c 100644 --- a/lib-crypt/pgp.c +++ b/lib-crypt/pgp.c @@ -1348,7 +1348,7 @@ BODY *pgp_traditional_encryptsign (BODY * a, int flags, char *keylist) else from_charset = Charset; - if (!mutt_is_us_ascii (body_charset)) { + if (!charset_is_us_ascii (body_charset)) { int c; FGETCONV *fc;