Changed from immediate to direct mail flavor

This commit is contained in:
Michiel Broek 2004-07-16 14:56:38 +00:00
parent c9b127a5d8
commit b06753aee7
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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;