Show
Ignore:
Timestamp:
2000-05-24 12:18:32 (8 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:

Make charset-hook work with an external iconv implementation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • compose.c

    r1794 r1861  
    403403    return 0; 
    404404 
    405   if ((cd = iconv_open (buff, "us-ascii")) == (iconv_t)-1) 
     405  if ((cd = mutt_iconv_open (buff, "us-ascii")) == (iconv_t)-1) 
    406406  { 
    407407    mutt_error (_("Character set %s is unknown."), buff);