diff options
author | Kali Kaneko <kali@leap.se> | 2013-12-20 16:38:58 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2013-12-20 16:46:09 -0400 |
commit | 963b35ce4bf30319f0019d624190be10af03392c (patch) | |
tree | 53c135682964d4ee03f16e67db22e90cc4a686ea | |
parent | 90b3bdd9b7cee630defdba57eb178c881e3b1984 (diff) |
fix changes files
-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. |