X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Frmf.c;h=2909196abe5d41e9a46ec3e2ad35e9ce73c057bf;hp=fccbb0960c16b061402b1d09da3e052e5d0135a7;hb=a259594cc41e41bfbb90562d3977b8194d1446f5;hpb=982194e9f1c9e4718b4857b300fc3ab8b16c8f6b diff --git a/uip/rmf.c b/uip/rmf.c index fccbb09..2909196 100644 --- a/uip/rmf.c +++ b/uip/rmf.c @@ -152,6 +152,12 @@ rmf (char *folder) adios (NULL, "unable to read folder +%s", folder); others = 0; + /* + * Run the external delete hook program. + */ + + (void)ext_hook("del-hook", maildir, (char *)0); + j = strlen(BACKUP_PREFIX); while ((dp = readdir (dd))) { switch (dp->d_name[0]) {