Search broken #467

Closed
opened 2026-06-06 07:02:57 +00:00 by guettli · 2 comments
guettli commented 2026-06-06 07:02:57 +00:00 (Migrated from codeberg.org)

I am at folder view (not combined inbox)

I search for "foo". I see several matches. I select the first match.

But the mail I see now in detail better view is a different one!

Reproduce, write test, fix!

I am at folder view (not combined inbox) I search for "foo". I see several matches. I select the first match. But the mail I see now in detail better view is a different one! Reproduce, write test, fix!
guettlibot commented 2026-06-06 07:36:17 +00:00 (Migrated from codeberg.org)

Fix landed in PR #468: https://codeberg.org/guettli/sharedinbox/pulls/468 — root cause was a search race condition (concurrent IMAP searches on every keystroke; stale results overwrote fresh ones). Fix uses a generation counter to discard superseded responses. Two widget tests added.

Fix landed in PR #468: https://codeberg.org/guettli/sharedinbox/pulls/468 — root cause was a search race condition (concurrent IMAP searches on every keystroke; stale results overwrote fresh ones). Fix uses a generation counter to discard superseded responses. Two widget tests added.
guettlibot commented 2026-06-06 07:40:03 +00:00 (Migrated from codeberg.org)

agentloop: agent exceeded its 30m0s runtime budget and was stopped.

agent stderr tail:

[acpx] session agentloop-sharedinbox-issue-467 (f6bcaf08-86d4-4be2-ae0a-7a238e9910f5) · /home/si/agentloop/loop-data/sharedinbox/issues/467 · agent needs reconnect
agentloop: agent exceeded its 30m0s runtime budget and was stopped. agent stderr tail: ``` [acpx] session agentloop-sharedinbox-issue-467 (f6bcaf08-86d4-4be2-ae0a-7a238e9910f5) · /home/si/agentloop/loop-data/sharedinbox/issues/467 · agent needs reconnect ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: guettli/sharedinbox#467