summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-12-20 16:38:58 -0400
committerKali Kaneko <kali@leap.se>2013-12-20 16:46:09 -0400
commitd7157d12829494a600fb1d460c481b916e3f75be (patch)
treed8dc506642177ef15557acfd47a1c0b6aa30c661 /changes
parentee1fa7da3bdc2de2bd12c55a4da9ccc291d3e82c (diff)
fix changes files
Diffstat (limited to 'changes')
-rw-r--r--changes/bug_defer-unset-recent2
-rw-r--r--changes/bug_enqueue-unset-recent2
-rw-r--r--changes/bug_safety-check-for-last-uid1
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.