Re: Conversion of old db
"Roland Winkler" <[email protected]> Fri, 27 Dec 2019 21:10:52 -0600
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Thu Dec 26 2019 Dirk Eddelbuettel wrote: > No highjacking a thread but Roland wrote ... No worries! > -rw------- 1 edd edd 3.5M Nov 13 2018 .bbdb.BackupToKeep Looks like your old database is fairly big (though this should not matter). > bbdb-check-mail: Not enough arguments for format string I looked at the code of bbdb-check-mail, which has only one call of format, where I cannot see a possibility how this call could have fewer arguments than expected. Therefore, I am a bit confused about the error you see. You can bypass the calls of bbdb-check-mail by setting bbdb-allow-duplicates to t, for example (setq bbdb-allow-duplicates t) Does this help? (Is it your intention to allow mail duplicates? Then you need this anyway.)