Re: BBDBv3 will lost record when snarf an exist email to database.

2014-08-09 Thread Eric Abrahamsen
Roland Winkler wink...@gnu.org writes: On Sat Aug 2 2014 stardiviner wrote: When I use =bbdb-snarf= to add email to a new record. report error: When I try to re-add this email, after lost the record, it report error: =(error BBDB: marker absent)= I think BBDB show check the database

Re: BBDBv3 will lost record when snarf an exist email to database.

2014-08-09 Thread Roland Winkler
Anyhow, I think the solution is as simple as the attached patch, which always calls (bbdb-change-record record t t) whether or not the new record is going to be merged. Thanks, I installed a slightly different patch which also ensures that the new record is always displayed. On a related

Re: BBDBv3 will lost record when snarf an exist email to database.

2014-08-07 Thread numbch...@gmail.com
I add a keybind to `bbdb-snarf`. So when I'm in am email of Org-mode thread. 1. At the line of header To: Org-mode emacs-orgm...@gnu.com 2. press that keybinding (bbdb-snarf). 3. I already have a record in BBDB database, then BBDB popup error: (error BBDB: marker absent). My Emacs version:

BBDBv3 will lost record when snarf an exist email to database.

2014-08-01 Thread stardiviner
When I use =bbdb-snarf= to add email to a new record. report error: When I try to re-add this email, after lost the record, it report error: =(error BBDB: marker absent)= I think BBDB show check the database before really do write action. If database has exist the email, then raise exist

Re: BBDBv3 will lost record when snarf an exist email to database.

2014-08-01 Thread Roland Winkler
On Sat Aug 2 2014 stardiviner wrote: When I use =bbdb-snarf= to add email to a new record. report error: When I try to re-add this email, after lost the record, it report error: =(error BBDB: marker absent)= I think BBDB show check the database before really do write action. If database