mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Add Bayesian conversion to end of file open
This commit is contained in:
parent
c709d50246
commit
cc132ce947
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user