On Fri, 09 Apr 2010, Sebastian Spaeth wrote: > On 2010-04-08, Michal Sojka wrote: > > I think that the patch you sent was not the latest version. The latest > > is in id:1265122868-12133-1-git-send-email-sojkam1@fel.cvut.cz, but it > > is not rebased to the current master. > > Not sure what I am doing wrong, but with this patch even after a > dump/delete/new/restore. I get > > ./notmuch count to: > 11788 > ./notmuch count folder: > 247 > ./notmuch count folder:inbox > 0 Hi Sebastian, I do not have time to help you with this right now, but you can try the following patch to debug what's happening. It should apply on top of your issue28-search-folder-name branch. -Michal diff --git a/notmuch-new.c b/notmuch-new.c index e787407..ebeb287 100644 --- a/notmuch-new.c +++ b/notmuch-new.c @@ -416,6 +416,7 @@ add_files_recursive (notmuch_database_t *notmuch, case NOTMUCH_STATUS_SUCCESS: state->added_messages++; tag_inbox_and_unread (message); + printf("DBG: Added new message: folder=%s message=%s\n", folder, next); break; /* Non-fatal issues (go on to next file) */ case NOTMUCH_STATUS_DUPLICATE_MESSAGE_ID: