diff options
author | Tomás Touceda <chiiph@leap.se> | 2013-12-20 17:50:04 -0300 |
---|---|---|
committer | Tomás Touceda <chiiph@leap.se> | 2013-12-20 17:50:04 -0300 |
commit | d16f8acf103da4006d190868b0b55e074632f2e9 (patch) | |
tree | 0cb9323c6e658eab6d01ab651c2e55700ca252da /mail/changes | |
parent | f7c0791687deee4a67a33ec0a34dc3b13888c62c (diff) | |
parent | 963b35ce4bf30319f0019d624190be10af03392c (diff) |
Merge remote-tracking branch 'refs/remotes/kali/bug/use-soledad-writer-for-updates' into develop
Diffstat (limited to 'mail/changes')
-rw-r--r-- | mail/changes/bug_defer-unset-recent | 2 | ||||
-rw-r--r-- | mail/changes/bug_enqueue-unset-recent | 2 | ||||
-rw-r--r-- | mail/changes/bug_safety-check-for-last-uid | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/mail/changes/bug_defer-unset-recent b/mail/changes/bug_defer-unset-recent deleted file mode 100644 index e651d11..0000000 --- a/mail/changes/bug_defer-unset-recent +++ /dev/null @@ -1,2 +0,0 @@ - o deferToThread unsetting of recent flag. this was holding the new - mails from being displayed soonish. diff --git a/mail/changes/bug_enqueue-unset-recent b/mail/changes/bug_enqueue-unset-recent new file mode 100644 index 0000000..8903804 --- /dev/null +++ b/mail/changes/bug_enqueue-unset-recent @@ -0,0 +1,2 @@ + o Enqueue unsetting of recent flag. this was holding the new + mails from being displayed soonish. diff --git a/mail/changes/bug_safety-check-for-last-uid b/mail/changes/bug_safety-check-for-last-uid new file mode 100644 index 0000000..bb0229f --- /dev/null +++ b/mail/changes/bug_safety-check-for-last-uid @@ -0,0 +1 @@ + o Sanity check on last_uid setter. Avoids incomplete fetches. |