X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=config%2Fconfig.c;h=946ea6b2a88689969c8f288358c027e1a1ff2095;hb=33b33a0ac8a3f8f05c9bb0195c100306c00cce35;hp=158dd7a3e208baa614e9fcea01cf10d00e2951b1;hpb=cd1299b02c2fbe61f408a8387402494364688337;p=mmh diff --git a/config/config.c b/config/config.c index 158dd7a..946ea6b 100644 --- a/config/config.c +++ b/config/config.c @@ -168,6 +168,12 @@ char *postproc = NMHBINDIR"/spost"; char *rcvstoreproc = NMHBINDIR"/rcvstore"; /* +** This is program is called by slocal to handle +** the action `file', `mbox' or `>'. +*/ +char *rcvpackproc = NMHBINDIR"/rcvpack"; + +/* ** This program is called to remove a message by rmm or refile -nolink. ** It's usually empty, which means to rename the file to a backup name. */