Re: field encryption

2001-01-04 Thread Chris Beggy
From: Colin Rafferty <[EMAIL PROTECTED]> > >Chris Beggy writes: > >> Is anybody encrypting/decrypting fields in the database? > >You are probably better off having the entire file encrypted, and >using crypt++ to do the encrypt/decrypt. Thanks for the crypt++ suggestion. ssl-hacks.el is good fo

Re: field encryption

2001-01-04 Thread Colin Rafferty
Chris Beggy writes: > Is anybody encrypting/decrypting fields in the database? You are probably better off having the entire file encrypted, and using crypt++ to do the encrypt/decrypt. -- Colin ___ bbdb-info mailing list [EMAIL PROTECTED] http://li

field encryption

2001-01-04 Thread Chris Beggy
Is anybody encrypting/decrypting fields in the database? If so, how? Thanks. Chris ___ bbdb-info mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/mailman/listinfo/bbdb-info

Re: Encoding problem (or whatever) in my .bbdb

2001-01-04 Thread Ronan Waide
On January 4, [EMAIL PROTECTED] said: > > I have a similar problem but seemingly with ordinary characters as > well. I am using BBDB from CVS (not updated for probably a month now) > with VM 6.89 and Emacs 21.0.94. This is unrelated to the coding-system bug, although it /is/ a bug. Cheers, Waid

Re: Encoding problem (or whatever) in my .bbdb

2001-01-04 Thread Sridhar Boovaraghavan
Raymond Scholz writes: > Hi! > > Yesterday I did the first CVS update of BBDB for about one month. Now > BBDB behaves strange on records of persons that have umlauts in their > name. I should better describe the symptoms: > > 1. Start Emacs (20.7 with MULE) and Gnus (Ooort, latest CVS)

Re: Encoding problem (or whatever) in my .bbdb

2001-01-04 Thread ShengHuo ZHU
Raymond Scholz <[EMAIL PROTECTED]> writes: > ShengHuo ZHU <[EMAIL PROTECTED]> schrieb: > > > (setq file-coding-system-alist > > (cons '("\\.bbdb" iso-8599-1 . iso-8859-1) > > file-coding-system-alist)) > > You probably mean > > (setq file-coding-system-alist > (cons '("\

Re: Encoding problem (or whatever) in my .bbdb

2001-01-04 Thread ShengHuo ZHU
Ronan Waide <[EMAIL PROTECTED]> writes: > Ack, this MULE stuff really does get into everything. Would setting it > to "raw-text" work, The current BBDB code does nothing about coding system. Setting it to raw-text means that BBDB will process and show encoded stuff. Sometimes, you do see ISO-8

Re: Encoding problem (or whatever) in my .bbdb

2001-01-04 Thread Raymond Scholz
ShengHuo ZHU <[EMAIL PROTECTED]> schrieb: > (setq file-coding-system-alist > (cons '("\\.bbdb" iso-8599-1 . iso-8859-1) > file-coding-system-alist)) You probably mean (setq file-coding-system-alist (cons '("\\.bbdb" iso-8859-1 . iso-8859-1) file-coding-system-ali

Re: Encoding problem (or whatever) in my .bbdb

2001-01-04 Thread Ronan Waide
On January 4, [EMAIL PROTECTED] said: > Raymond Scholz <[EMAIL PROTECTED]> writes: > > > Ronan Waide <[EMAIL PROTECTED]> schrieb: > > > > > which mail user agent are you using? > > > > User-Agent: Gnus/5.090001 (Oort Gnus v0.01) Emacs/20.7 > > You'd better set file-coding-system for .bbdb. is