fix IMAP UID sequence also in imap_find_new_msgs()
use just * instead of the rather nonsensical *:* (which davmail happens to actually barf at). amends72be55b0
(and0a5a8479
).
This commit is contained in:
parent
5072032939
commit
f82c172d2b
|
@ -2922,7 +2922,7 @@ imap_find_new_msgs_p2( imap_store_t *ctx, imap_cmd_t *gcmd, int response )
|
||||||
cmd->uid = cmdp->uid;
|
cmd->uid = cmdp->uid;
|
||||||
cmd->gen.param.lastuid = 1;
|
cmd->gen.param.lastuid = 1;
|
||||||
imap_exec( ctx, &cmd->gen, imap_find_new_msgs_p3,
|
imap_exec( ctx, &cmd->gen, imap_find_new_msgs_p3,
|
||||||
"UID FETCH *:* (UID)" );
|
"UID FETCH * (UID)" );
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue
Block a user