Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/.topmsg
diff options
context:
space:
mode:
Diffstat (limited to '.topmsg')
-rw-r--r--.topmsg9
1 files changed, 9 insertions, 0 deletions
diff --git a/.topmsg b/.topmsg
new file mode 100644
index 0000000..9b4f21d
--- /dev/null
+++ b/.topmsg
@@ -0,0 +1,9 @@
+From: Sascha Silbe <sascha-pgp@silbe.org>
+Subject: [PATCH] rebuild index on migration
+
+Currently we force an index rescan on migration, but not a rebuild.
+Any entry that's already in the index will _not_ be updated.
+This patch fixes the migration logic to do a full index rebuild,
+thus actually migrating the index.
+
+Signed-off-by: Sascha Silbe <sascha-pgp@silbe.org>