OJFord / amail

AWS-hosted personal email system: sending, receiving, storage, and forwarding (relaying). `notmuch` client. JMAP server WIP.
Other
10 stars 0 forks source link

Reindexing fails on sending email #72

Closed OJFord closed 7 months ago

OJFord commented 8 months ago

I think since upgrading notmuch-rs.

  1. This should not stop the modal closing, mail was successfully sent, and stored even, it just didn't get reindexed under the new filename, perhaps not tagged 'sent' etc.
  2. Some warning pop-up might be nice, or success on sent
  3. ..Should still fix it though! Seems to be 100% repeatable: every email sent.

(as a combination of 1 & 2, there's actually no indication in the release build of the error at all: the modal just stays open available to 'send' as it would if mail had actually failed to send entirely. In the debug build you can see the error in the console that corresponds to reindexing only.)