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 | 34bcd4d07c8c099f2a089133ad88e179d94865c3 (patch) | |
tree | c84bcf1eea06ddd49f84cfd3674d3c28db102571 /changes | |
parent | 460b704771d518e76cfe10cda520a1a0a688ce8c (diff) | |
parent | d7157d12829494a600fb1d460c481b916e3f75be (diff) |
Merge remote-tracking branch 'refs/remotes/kali/bug/use-soledad-writer-for-updates' into develop
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug_defer-unset-recent | 2 | ||||
-rw-r--r-- | changes/bug_enqueue-unset-recent | 2 | ||||
-rw-r--r-- | changes/bug_safety-check-for-last-uid | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/changes/bug_defer-unset-recent b/changes/bug_defer-unset-recent deleted file mode 100644 index e651d11..0000000 --- a/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/changes/bug_enqueue-unset-recent b/changes/bug_enqueue-unset-recent new file mode 100644 index 0000000..8903804 --- /dev/null +++ b/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/changes/bug_safety-check-for-last-uid b/changes/bug_safety-check-for-last-uid new file mode 100644 index 0000000..bb0229f --- /dev/null +++ b/changes/bug_safety-check-for-last-uid @@ -0,0 +1 @@ + o Sanity check on last_uid setter. Avoids incomplete fetches. |