From 0a89ba79ef473965fdb24e997bddb1ef731b1688 Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Fri, 8 Oct 1999 00:37:17 +0000 Subject: [PATCH] oops, remove XP_UNIX specific stuff which was busting things git-svn-id: svn://10.0.0.236/trunk@50181 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/include/msgcom.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/mozilla/include/msgcom.h b/mozilla/include/msgcom.h index e176f50bc0d..6f0a726d6bf 100644 --- a/mozilla/include/msgcom.h +++ b/mozilla/include/msgcom.h @@ -1474,15 +1474,6 @@ extern int MSG_ResultsRecipients(MSG_Pane* composepane, extern void MSG_SetPostDeliveryActionInfo (MSG_Pane* pane, void *actionInfo); extern uint32 MSG_GetActionInfoFlags (void *actionInfo); -#ifdef XP_UNIX -/* This is how the XFE implements non-POP message delivery. The given donefunc - will be called when the incorporate actually finishes, which may be before - or after this function returns. The boolean passed to the donefunc will be - TRUE if the incorporate succeeds, and FALSE if it fails for any reason. */ -extern void MSG_IncorporateFromFile(MSG_Pane* pane, XP_File infid, - void (*donefunc)(void*, XP_Bool), - void* doneclosure); -#endif /* XP_UNIX */ /* =========================================================================== PREFERENCES @@ -2182,11 +2173,6 @@ extern void MSG_SetBiffStateAndUpdateFE(MSG_BIFF_STATE newState); /* Set the preference of how often to run biff. If zero is passed in, then never check. */ extern void MSG_SetBiffInterval(int32 seconds); -#ifdef XP_UNIX -/* Set the file to stat, instead of using pop3. This is for the Unix movemail - nonsense. If the filename is NULL (the default), then use pop3. */ -extern void MSG_SetBiffStatFile(const char* filename); -#endif /* Causes a biff check to occur immediately. This gets caused automatically by MSG_SetBiffInterval or whenever libmsg gets new mail. */ extern void FE_UpdateBiff(MSG_BIFF_STATE state);