Hi,
Антон Нехороших wrote:
Hi all !
I think, that on up to in db.c:
snprintf(query, DEF_QUERYSIZE, "UPDATE messages SET ");
to change on
snprintf(query, DEF_QUERYSIZE, "UPDATE messages SET RECENT_FL
That's not very useful. The db_set_msgflag_range() function should not make
any assumptions like that. It should just set the flags it is called to
set. It's up to the
calling function to set the right flags.
AG=0, ");
And still I think, that after "FETCH" command it is necessary to do
RECENT_FLAG=0.
Doesn't that happen already?
Ilja