1
0
Fork 0
mirror of https://git.sr.ht/~rjarry/aerc synced 2026-02-11 11:14:58 +01:00
aerc/models
Robin Jarry e8e953aaa8 msgstore: add index field for incremental updates
Add an Index field to MessageInfo that indicates the message's position
in the current view. This allows workers to send incremental updates
with position information, enabling the UI to insert new messages at the
correct location without requiring a full refresh.

The JMAP push handler now includes index information when sending
unsolicited message updates, allowing the message list to stay
synchronized with server-side changes in real time.

Signed-off-by: Robin Jarry <robin@jarry.cc>
Reviewed-by: Simon Martin <simon@nasilyan.com>
2026-02-09 14:46:27 +01:00
..
models.go msgstore: add index field for incremental updates 2026-02-09 14:46:27 +01:00
templates.go templates: add missing methods to TemplateData interface 2026-01-07 11:10:49 +01:00