diff --git a/ChangeLog b/ChangeLog index b59e9202..3882eb12 100644 --- a/ChangeLog +++ b/ChangeLog @@ -31,6 +31,7 @@ v0.61.2 11-Jul-2004 session .flo files with all files marked as transmitted are removed. With nodes that were marked crash, this will prevent continuous calling. + Changed to use direct instead of immediate mail. mbout: Changed to use direct instead of immediate mail. diff --git a/mbcico/session.h b/mbcico/session.h index 20d30df7..ea59f018 100644 --- a/mbcico/session.h +++ b/mbcico/session.h @@ -30,8 +30,8 @@ typedef struct _file_list { } file_list; #define HOLD_MAIL "h" -#define NONHOLD_MAIL "ico" -#define ALL_MAIL "icoh" +#define NONHOLD_MAIL "dco" +#define ALL_MAIL "dcoh" extern int session_flags; extern int remote_flags;