From 4100534e5483b7215ff7248b03c2877bba1e3a10 Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Mon, 15 Oct 2007 11:06:42 +0000 Subject: [PATCH] Removed not used setting --- lib/mbselib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mbselib.h b/lib/mbselib.h index cecbeeac..7b2b3ad3 100644 --- a/lib/mbselib.h +++ b/lib/mbselib.h @@ -1135,7 +1135,7 @@ struct sysconfig { unsigned ct_KeepDate : 1; /* Keep Filedate */ unsigned ct_KeepMgr : 1; /* Keep Mgr netmails */ unsigned xct_ResFuture : 1; /* Reset Future filedates */ - unsigned ct_LocalRep : 1; /* Respond to local requests*/ + unsigned xct_LocalRep : 1; /* Respond to local requests*/ unsigned xct_ReplExt : 1; /* Replace Extension */ unsigned ct_PlusAll : 1; /* Filemgr: allow +%* */ unsigned ct_Notify : 1; /* Filemgr: Notify on/off */