#include <h/mh.h>
#include <h/mime.h>
+#include "h/done.h"
#include <h/utils.h>
#include "sbr/m_maildir.h"
case FILTSW:
if (!(cp = *argp++) || *cp == '-')
adios (NULL, "missing argument to %s", argp[-2]);
- filter = getcpy (etcpath (cp));
+ filter = mh_xstrdup(etcpath(cp));
mime = 0;
continue;
case FORMSW:
continue;
case FRMTSW:
- filter = getcpy (etcpath (mhlreply));
+ filter = mh_xstrdup(etcpath(mhlreply));
mime = 0;
continue;
case NFRMTSW: