Add Bayesian conversion to end of file open

This commit is contained in:
Robert Fewell 2016-02-29 12:49:58 +00:00 committed by Geert Janssens
parent c709d50246
commit cc132ce947

View File

@ -1002,6 +1002,11 @@ RESTART:
g_free ( message );
}
// Convert imap mappings from account full name to guid strings
qof_event_suspend();
gnc_account_imap_convert_bayes (gnc_get_current_book());
qof_event_resume();
return TRUE;
}