[#8123] Show fetch more messages only after sync
This commit is contained in:
parent
148d43fdab
commit
6b99225e06
|
@ -160,6 +160,8 @@
|
|||
(if (and
|
||||
public?
|
||||
all-loaded?
|
||||
(not (nil? highest-request-to))
|
||||
(not (nil? lowest-request-from))
|
||||
(< (- highest-request-to lowest-request-from)
|
||||
mailserver/max-gaps-range))
|
||||
(update acc :messages conj {:type :gap
|
||||
|
|
Loading…
Reference in New Issue