From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.help Subject: Re: bbdbv3 with rmail Date: Tue, 18 Dec 2018 15:13:42 -0800 Message-ID: <874lba77ix.fsf@ericabrahamsen.net> References: <87d0q4t3of.fsf@ericabrahamsen.net> <87mup5o1cu.fsf@ericabrahamsen.net> <875zvtnems.fsf@ericabrahamsen.net> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1545177529 24957 195.159.176.226 (18 Dec 2018 23:58:49 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 18 Dec 2018 23:58:49 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 19 00:58:45 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gZPG8-0006L4-DT for geh-help-gnu-emacs@m.gmane.org; Wed, 19 Dec 2018 00:58:44 +0100 Original-Received: from localhost ([::1]:56952 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZPIE-00030q-Ki for geh-help-gnu-emacs@m.gmane.org; Tue, 18 Dec 2018 19:00:54 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45876) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gZOYo-0007Aq-Vb for help-gnu-emacs@gnu.org; Tue, 18 Dec 2018 18:13:59 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gZOYi-0002kX-H9 for help-gnu-emacs@gnu.org; Tue, 18 Dec 2018 18:13:57 -0500 Original-Received: from [195.159.176.226] (port=41980 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gZOYh-0002hG-JD for help-gnu-emacs@gnu.org; Tue, 18 Dec 2018 18:13:51 -0500 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1gZOWX-0001Cq-Db for help-gnu-emacs@gnu.org; Wed, 19 Dec 2018 00:11:37 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 27 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:ik7VnMiBlHvYKERGsuZ5PIu64yo= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:119011 Archived-At: Xavier Maillard writes: >> From: Eric Abrahamsen >> Date: Sun, 16 Dec 2018 17:08:59 -0800 >> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) >> Content-Type: text/plain >> Cc: help-gnu-emacs@gnu.org, mwe012008@gmx.net >> >> Xavier Maillard writes: >> >> > Eric, >> > >> > can it work transparently with a BBDB file or does it require some transformations ? >> >> It will migrate from an existing BBDB file on startup (see the "Getting >> Started" section of the manual). >> > > Here is what I got when I am trying to migrate from BBDB: > > [2018-12-18 06:35:14.287] Upgrade from previous version of BBDB? (y or n) y > ebdb-migrate-parse-records: EBDB understands file format 7 but not 9. Thanks to Xavier for some testing -- version 0.6.2 of EBDB will be able to handle migrating from version 9. Eric