search for: flag_sent

Displaying 1 result from an estimated 1 matches for "flag_sent".

2004 Jan 17
1
--delete-sent-files (AKA --move-files)
...levant after the transfer of the flist is complete? */ +/* What flags above are relevant after the transfer of the flist? */ #define LIVE_FLAGS FLAG_DELETE +/* These flist flags can be set after the flist is transferred. */ + +/*#define FLAG_DELETE (1<<0) -- from the above list */ +#define FLAG_SENT (1<<1) + /* update this if you make incompatible changes */ #define PROTOCOL_VERSION 28 @@ -120,6 +126,7 @@ enum msgcode { MSG_ERROR=FERROR, MSG_INFO=FINFO, MSG_LOG=FLOG, /* remote logging */ MSG_REDO=4, /* reprocess indicated flist index */ MSG_DONE=5, /* current phase is done */ +...