19 years ago, they briefly performed different things, but the
mutt_pretty_mailbox() has been commented out since then.
switch (p->type & DT_MASK)
{
case DT_STR:
- if (!p->init && *((char **) p->data))
- p->init = (unsigned long) safe_strdup (* ((char **) p->data));
- break;
case DT_PATH:
if (!p->init && *((char **) p->data))
- {
- char *cp = safe_strdup (*((char **) p->data));
- /* mutt_pretty_mailbox (cp); */
- p->init = (unsigned long) cp;
- }
+ p->init = (unsigned long) safe_strdup (* ((char **) p->data));
break;
case DT_ADDR:
if (!p->init && *((ADDRESS **) p->data))