<<< Date Index >>>     <<< Thread Index >>>

Re: Question re parse_set(), Charset & mutt_set_charset()



* Fri Jan 20 2006 Phil Pennock <mutt-dev@xxxxxxxxxxxxxxxxx>
>           *((char **) MuttVars[idx].data) = safe_strdup (tmp->data);
>           if (mutt_strcmp (MuttVars[idx].option, "charset") == 0)
>             mutt_set_charset (Charset);
>         }
> 
> Why is it telling mutt_set_charset() to set the charset stuff to the
> Charset global instead of MuttVars[idx].data ?

They should be the same.

init.h:
  { "charset",          DT_STR,  R_NONE, UL &Charset, UL 0 },


-- 
tamo