X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Frmf.c;h=2909196abe5d41e9a46ec3e2ad35e9ce73c057bf;hb=945aa62b814966a1266a5524bd089a74e0999cd1;hp=fccbb0960c16b061402b1d09da3e052e5d0135a7;hpb=6c42153ad9362cc676ea66563bf400d7511b3b68;p=mmh 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]) {