Re: [CSCMail-Users] Migration to cscmail-1.7.8
Brought to you by:
countzer0
From: Count Z. <cou...@cy...> - 2000-09-13 05:43:04
|
Daniel Schregenberger was overheard mumbling something about this on Tue, 12 Sep 2000 12:08:25 +0200 (MEST) > I recently upgrade my 1.6.1 to 1.7.8. The only thing that changed with the > data format was that CZ added the BCC field to the messages database. So you > have to add this filed manually. > If you use CSV-"Database" this is very easy, just add the column to the > messages file and complete the old messages with a comma at the end. > If you're using a real database you have to add it there. For example in > MySQL. (Actually I dont remember the command to do this, I found it > somewhere > in the documentation of MySQL on the Web) > > To make sure you dont lose data I would also export all the messages. Just > in case something goes wrong. > > I hope this helps > > Daniel > > PS: CZ, please correct me if I'm wrong with the changes: I couldn't find > any other database changes than the BCC field and my 1.7.8 works really fine > now. Also you need to add the mimetypes and lists tables... create table mimetypes (id int4, mime text, command text, icon text); create table lists (id int4, address text, description text); Mimetypes is for the "view" mime association stuff, and lists is for the "reply to list" feature (for those @gnome.org and other mailing lists that set reply-to to the sender, not the list...) Check through the mailing list archives and the changelog for details... -CZ |