]> git.notmuchmail.org Git - notmuch/blobdiff - lib/database.cc
lib: note remaining uses of deprecated message search API
[notmuch] / lib / database.cc
index bab333412de1c9edb713b222ebad0400b6cf8987..b3ffd04dad56ae484544d55cb2e8208961f6004d 100644 (file)
@@ -1441,6 +1441,8 @@ notmuch_database_upgrade (notmuch_database_t *notmuch,
        notmuch_message_t *message;
        char *filename;
 
+       /* XXX: this should use the _st version, but needs an error
+          path */
        for (messages = notmuch_query_search_messages (query);
             notmuch_messages_valid (messages);
             notmuch_messages_move_to_next (messages))