Changed from immediate to direct mail flavor
This commit is contained in:
parent
c9b127a5d8
commit
b06753aee7
@ -31,6 +31,7 @@ v0.61.2 11-Jul-2004
|
|||||||
session .flo files with all files marked as transmitted are
|
session .flo files with all files marked as transmitted are
|
||||||
removed. With nodes that were marked crash, this will prevent
|
removed. With nodes that were marked crash, this will prevent
|
||||||
continuous calling.
|
continuous calling.
|
||||||
|
Changed to use direct instead of immediate mail.
|
||||||
|
|
||||||
mbout:
|
mbout:
|
||||||
Changed to use direct instead of immediate mail.
|
Changed to use direct instead of immediate mail.
|
||||||
|
@ -30,8 +30,8 @@ typedef struct _file_list {
|
|||||||
} file_list;
|
} file_list;
|
||||||
|
|
||||||
#define HOLD_MAIL "h"
|
#define HOLD_MAIL "h"
|
||||||
#define NONHOLD_MAIL "ico"
|
#define NONHOLD_MAIL "dco"
|
||||||
#define ALL_MAIL "icoh"
|
#define ALL_MAIL "dcoh"
|
||||||
|
|
||||||
extern int session_flags;
|
extern int session_flags;
|
||||||
extern int remote_flags;
|
extern int remote_flags;
|
||||||
|
Reference in New Issue
Block a user