cscmail-devel Mailing List for CSCMail (Page 3)
Brought to you by:
countzer0
You can subscribe to this list here.
2000 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(14) |
Jul
(7) |
Aug
(11) |
Sep
(6) |
Oct
(4) |
Nov
(4) |
Dec
(4) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2001 |
Jan
(1) |
Feb
(2) |
Mar
(2) |
Apr
(5) |
May
(9) |
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2002 |
Jan
|
Feb
(1) |
Mar
(6) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
|
Nov
(1) |
Dec
|
From: Carl R. <Car...@ur...> - 2000-10-19 16:04:38
|
I am getting the following error after MAKE INSTALL BEGIN failed--compilation aborted....at line 24 Everytime I do this. I've looked thru the code but I can't think of what the problem might be. Running Linux 2.2.15pre3 ppc. --- Carl Reilly Technical Analyst -- Language Institute/Physical Activities Centre University of Regina Department of Computing Services Voice: (306) 585-4057 FAX: (306) 585-5060 |
From: Count Z. <cou...@cy...> - 2000-09-21 02:12:35
|
Dave Case was overheard mumbling something about this on Wed, 20 Sep 2000 09:59:02 -0600 > I am extremely interested in cscmail if I can get it working properly. > I appreciate the hard work you have put into building this product. > > I have downloaded & installed it and worked through some problems. > Currently I am facing this problem: > > When I select (click on) a message from my inbox, the program dies. If > I have run the program from a terminal window, the following message is > displayed: > > Can't locate object method "new" via package "HtmlStripper" at > /usr/bin/cscmail line 6917. > Check and see if you have /usr/local/lib/cscmail/HtmlStripper.pm (or /usr/lib/cscmail/HtmlStripper.pm) If not, as root, re-run "make install" in your cscmail download directory. HtmlStripper is only needed if you are using GtkXmHTML as your HTML widget. If you instead use GtkHTML, it is not needed. You also might want to look at upgrading to 1.7.9... Although it is "Development" right now, it is very stable and has quite a few bug fixes over 1.6.1... -Count Zero |
From: Steven K. <sk...@st...> - 2000-09-20 17:11:22
|
Date: Wed Sep 20 13:00:00 EST 2000 (countzero) Rolled version up to 1.7.9 Fixed several nagging glitches: A) No more "extra blank line" at the top of all messages in the compose message window. B) Changed "ctrl-c" to "alt-c" in the keybindings for the compose message window so that the arrow keys can work in the To: and Cc: fields again. C) Removed the "extra space" in the inserting of the quote character, if you want a space, make your quote character include it (eg: "> " instead of ">") D) Removed wrapping of quotes prior to inserting them into the compose message window. The whole message will still get wrapped once it is sent, but I think this may look better overall. Let me know how you like/hate this change. E) Removed %f replacement in the MIME-types editor... edit all MIME types and remove the %f ... we now call "command" "filename" ... Working on a more elegant colution to this, but it was needed so that "filename" could be properly quoted so that attachements with spaces in them get handled correctly. Also, running "command" "filename" is "safer" and no shell gets spawned... (if you run "command filename" Perl spawns a shell to handle the line, if you run "command" "filename" perl simple runs "command" and passes the rest on to it.) Anyway, if this causes problems because you had MIME entries such as "tar -xzf %f" or whatever and you need those commandline arguements, let me know, and I will make a more ellegant solution... Removing the %f is just a quick hack I did so I could deal with some attachments I got that had spaces in the filename. I think thats it... there might be some other stuff I did that I don't remember, but those are the major things. -CZ |
From: Dave C. <da...@li...> - 2000-09-20 15:50:37
|
I am extremely interested in cscmail if I can get it working properly. I appreciate the hard work you have put into building this product. I have downloaded & installed it and worked through some problems. Currently I am facing this problem: When I select (click on) a message from my inbox, the program dies. If I have run the program from a terminal window, the following message is displayed: Can't locate object method "new" via package "HtmlStripper" at /usr/bin/cscmail line 6917. I figure that this is probably an error in configuration on my side, not a bug. I apologize for using the "buglist" to ask for help, but I don't know what else to do. Here are the relevant facts: gtk version: 1.2.8-1 gtk-perl version: 0.7003 cscmail version: 1.6.1 (installed via perl script downloaded from site - i think it was CSCMailInsaller.pl Distribution: Red Hat 6.2 Database: I did not select a database. When I go to <edit><options><database> it says CSV Any help you could give me would be greatly appreciated. Dave Case |
From: Count Z. <cou...@cy...> - 2000-09-19 14:36:32
|
Date: Tue Sep 19 10:35:00 EST 2000 (countzero) Implemented "mailto:" stripping from email addresses passed to CSCMail on the command line. Thanks to dur...@cy... for this suggestion. |
From: Count Z. <cou...@cy...> - 2000-09-11 23:21:50
|
Info was overheard mumbling something about this on Mon, 11 Sep 2000 16:39:50 -0500 > Hi! > > I've installed CSCMail and everything seemed to install ok and the program > came up, I set up the account ok, tried to send a message out and the whole > program shut down. I tried to send from another station locally, it appears > that it is receiving the message but never gets it. I try send/receive > button and get message that csget.running is already running, so I delet the > file and try again only to have the same thing happen. > > gtk+-1.2.7-4mdk > CSCMail 1.6.1 installed using your install.pl script > DBD-CSV database > > All installed today with the install script Mandrake 7.1 and when asked I > chose the tar option. > > Below is the console output of what is happening. > > If you can help me, I would very much appreciate it. I think it will be a > great mail client if I can get it working properly. > > Fred Smith > fs...@sh... > Can't ignore signal CHLD, forcing to default. Perl 5.6 issue ... ignore... > ERROR: Date::Manip unable to determine TimeZone. Read the FAQ ... http://www.cscmail.net/cscmail.faq -CZ |
From: Info <in...@sh...> - 2000-09-11 21:37:21
|
Hi! I've installed CSCMail and everything seemed to install ok and the program came up, I set up the account ok, tried to send a message out and the whole program shut down. I tried to send from another station locally, it appears that it is receiving the message but never gets it. I try send/receive button and get message that csget.running is already running, so I delet the file and try again only to have the same thing happen. gtk+-1.2.7-4mdk CSCMail 1.6.1 installed using your install.pl script DBD-CSV database All installed today with the install script Mandrake 7.1 and when asked I chose the tar option. Below is the console output of what is happening. If you can help me, I would very much appreciate it. I think it will be a great mail client if I can get it working properly. Fred Smith fs...@sh... Can't ignore signal CHLD, forcing to default. ERROR: Date::Manip unable to determine TimeZone. Date::Manip::Date_TimeZone called at /usr/lib/perl5/site_perl/5.6.0/Date /Manip.pm line 620 Date::Manip::Date_Init() called at /usr/lib/perl5/site_perl/5.6.0/Date/M anip.pm line 738 Date::Manip::ParseDateString('Mon, 11 Sep 2000 15:38:02 -0500') called a t /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 1655 Date::Manip::UnixDate('Mon, 11 Sep 2000 15:38:02 -0500', '%s') called at /usr/lib/cscmail/csclib.pl line 192 main::date_to_localdate('Mon, 11 Sep 2000 15:38:02 -0500') called at /us r/lib/cscmail/csclib.pl line 382 main::save_message('DBI::db=HASH(0x825fbcc)', 'Received: from info01 (in fo01.showmelinux.net [192.168.0.13])^J^Ib...', 'HASH(0x8595bd0)', 'HASH(0x8669dd 0)') called at /usr/lib/cscmail/csclib.pl line 490 main::read_from_mbox('DBI::db=HASH(0x825fbcc)', 'HASH(0x8595bd0)', undef , 'HASH(0x8669dd0)', undef, undef, undef, undef) called at /usr/lib/cscmail/cscl ib.pl line 558 main::import_from_mbox(undef, undef, undef, 'DBI::db=HASH(0x825fbcc)', ' /home/fsmith/.cscmail', 'big', 'get') called at /usr/bin/cscget line 375 Can't ignore signal CHLD, forcing to default. ERROR: Date::Manip unable to determine TimeZone. Date::Manip::Date_TimeZone called at /usr/lib/perl5/site_perl/5.6.0/Date /Manip.pm line 620 Date::Manip::Date_Init() called at /usr/lib/perl5/site_perl/5.6.0/Date/M anip.pm line 738 Date::Manip::ParseDateString('Mon, 11 Sep 2000 15:38:02 -0500') called a t /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 1655 Date::Manip::UnixDate('Mon, 11 Sep 2000 15:38:02 -0500', '%s') called at /usr/lib/cscmail/csclib.pl line 192 main::date_to_localdate('Mon, 11 Sep 2000 15:38:02 -0500') called at /us r/lib/cscmail/csclib.pl line 382 main::save_message('DBI::db=HASH(0x825fbcc)', 'Received: from info01 (in fo01.showmelinux.net [192.168.0.13])^J^Ib...', 'HASH(0x8595bd0)', 'HASH(0x8669dd 0)') called at /usr/lib/cscmail/csclib.pl line 490 main::read_from_mbox('DBI::db=HASH(0x825fbcc)', 'HASH(0x8595bd0)', undef , 'HASH(0x8669dd0)', undef, undef, undef, undef) called at /usr/lib/cscmail/cscl ib.pl line 558 main::import_from_mbox(undef, undef, undef, 'DBI::db=HASH(0x825fbcc)', ' /home/fsmith/.cscmail', 'big', 'get') called at /usr/bin/cscget line 375 [fsmith@fsmith01 .cscmail]$ cscmail Can't ignore signal CHLD, forcing to default. ERROR: Date::Manip unable to determine TimeZone. Date::Manip::Date_TimeZone called at /usr/lib/perl5/site_perl/5.6.0/Date /Manip.pm line 620 Date::Manip::Date_Init() called at /usr/lib/perl5/site_perl/5.6.0/Date/M anip.pm line 738 Date::Manip::ParseDateString('Mon, 11 Sep 2000 16:05:44 -0500') called a t /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 1655 Date::Manip::UnixDate('Mon, 11 Sep 2000 16:05:44 -0500', '%s') called at /usr/lib/cscmail/csclib.pl line 192 main::date_to_localdate('Mon, 11 Sep 2000 16:05:44 -0500') called at /us r/lib/cscmail/csclib.pl line 382 main::save_message('DBI::db=HASH(0x825fbcc)', 'Return-Path: <bedwards@sh owmelinux.net>^JReceived: from bedwards0...', 'HASH(0x81dd6f0)', 'HASH(0x8669c50 )') called at /usr/bin/cscget line 381 Can't ignore signal CHLD, forcing to default. ERROR: Date::Manip unable to determine TimeZone. Date::Manip::Date_TimeZone called at /usr/lib/perl5/site_perl/5.6.0/Date /Manip.pm line 620 Date::Manip::Date_Init() called at /usr/lib/perl5/site_perl/5.6.0/Date/M anip.pm line 738 Date::Manip::ParseDateString('Mon, 11 Sep 2000 16:05:44 -0500') called a t /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 1655 Date::Manip::UnixDate('Mon, 11 Sep 2000 16:05:44 -0500', '%s') called at /usr/lib/cscmail/csclib.pl line 192 main::date_to_localdate('Mon, 11 Sep 2000 16:05:44 -0500') called at /us r/lib/cscmail/csclib.pl line 382 main::save_message('DBI::db=HASH(0x825fbcc)', 'Return-Path: <bedwards@sh owmelinux.net>^JReceived: from bedwards0...', 'HASH(0x81dd6f0)', 'HASH(0x8669c50 )') called at /usr/bin/cscget line 381 Use of uninitialized value in subroutine entry at /usr/lib/perl5/site_perl/5.6.0 /i386-linux/Gtk.pm line 107. ERROR: Date::Manip unable to determine TimeZone. Date::Manip::Date_TimeZone called at /usr/lib/perl5/site_perl/5.6.0/Date /Manip.pm line 620 Date::Manip::Date_Init() called at /usr/lib/perl5/site_perl/5.6.0/Date/M r/lib/cscmail/csclib.pl line 382 main::save_message('DBI::db=HASH(0x825fa34)', 'Return-Path: <bed...@sh...>^JReceived: from bedwards0...', 'HASH(0x81dd6f0)', 'HASH(0x8605550)') called at /usr/bin/cscget line 381 Use of uninitialized value in subroutine entry at /usr/bin/cscmail line 3391. ERROR: Date::Manip unable to determine TimeZone. Date::Manip::Date_TimeZone called at /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 620 Date::Manip::Date_Init() called at /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 738 Date::Manip::ParseDateString('now') called at /usr/lib/perl5/site_perl/5.6.0/Date/Manip.pm line 1655 Date::Manip::UnixDate('now', '%g') called at /usr/lib/cscmail/csclib.pl line 226 main::date_now called at /usr/bin/cscmail line 3044 main::send_message('Gtk::Button=HASH(0x861e6b0)', 'Gtk::Window=HASH(0x861c820)', undef, undef) called at /usr/bin/cscmail line 7303 [fsmith@fsmith01 .cscmail]$ [fsmith@fsmith01 .cscmail]$ [fsmith@fsmith01 .cscmail]$ cscmail |
From: Count Z. <cou...@cy...> - 2000-08-30 14:03:58
|
Jon France was overheard mumbling something about this on Sun, 27 Aug 2000 16:17:20 -0400 > Hello, > > I tried installing cscmail via the CSCMailInstaller.pl but I get these > error messages: > > sh: /root/cscmailbuild/IO-stringy-1.212: No such file or directory > > sh: /root/cscmailbuild/MIME-tools-4.124: No such file or directory > The bane of Perl... The authors have updated the IO-stringy and MIME-tools modules... I have updated CSCMailInstaller.pl to reflect the new versions... Grab another copy from http://www.cscmail.net or find it attached to this e-mail... -CZ |
From: William P. <wil...@li...> - 2000-08-29 13:38:41
|
Hi! I have tried your HtmlWidget, but I get a segfault when showing the widget with a really basic exemple (in C). I haven't put any URL... Can someone help me ? #include <cschtml/cschtml.h> int main(int ac, char **av) { GtkWidget *window, *button, *vbox; GtkWidget *html; gtk_init(&ac, &av); window = gtk_window_new(GTK_WINDOW_TOPLEVEL); vbox = gtk_vbox_new (FALSE, 0); gtk_container_add(GTK_CONTAINER(window), vbox); gtk_widget_show(vbox); button = gtk_button_new_with_label("Clicker ICI pour sortir..."); gtk_box_pack_end(GTK_BOX(vbox), button, FALSE, FALSE, 0); html = csc_html_new(); // csc_html_load_empty((CscHTML *)html); csc_html_set_editable((CscHTML *)html, 0); csc_html_enable_debug((CscHTML *)html, 0); csc_html_construct(html); gtk_box_pack_start(GTK_BOX(vbox), html, TRUE, TRUE, 0); gtk_signal_connect(GTK_OBJECT(window), "delete_event", GTK_SIGNAL_FUNC(destroy), NULL); gtk_signal_connect_object(GTK_OBJECT(button), "clicked", GTK_SIGNAL_FUNC(destroy), NULL); /* gtk_signal_connect_object(GTK_OBJECT(html), "submit", GTK_SIGNAL_FUNC(destroy), NULL); gtk_signal_connect_object(GTK_OBJECT(html), "link_clicked", GTK_SIGNAL_FUNC(destroy), NULL); gtk_signal_connect_object(GTK_OBJECT(html), "title_changed", GTK_SIGNAL_FUNC(destroy), NULL); gtk_signal_connect_object(GTK_OBJECT(html), "on_url", GTK_SIGNAL_FUNC(destroy), NULL); gtk_signal_connect_object(GTK_OBJECT(html), "redirect", GTK_SIGNAL_FUNC(destroy), NULL); */ gtk_widget_show(button); gtk_widget_show(html); /* ===> Here ! <===== */ gtk_widget_show(window); gtk_main(); return (1); } |
From: Jon F. <jf...@wi...> - 2000-08-27 20:14:33
|
Hello, I tried installing cscmail via the CSCMailInstaller.pl but I get these error messages: sh: /root/cscmailbuild/IO-stringy-1.212: No such file or directory sh: /root/cscmailbuild/MIME-tools-4.124: No such file or directory When I try to run cscmail I get this message: Can't locate MIME/Parser.pm in @INC at /usr/bin/cscmail line 24. I though that the installer was going to get all the files that I would need for the install. What am I doing wrong? Thanks, Jon |
From: nroult <nr...@ea...> - 2000-08-09 19:26:25
|
In fact, after different tests, everything seems to be OK with the user root ! But, as soon as I use another user, the server X takes a huge amount of memory ! Thanks in advcance if you have any idea that could help Rgds Nicolas Le mer, 09 aoû 2000, vous avez écrit : > Thanks Steven > My cscmail version is only 1.6.1-1 ( installed withe the perl installer > available on the cscmail.net site, with the RPM pacakge ) > I thought it was the latest version, where did you get the version 1.7.8 ? > I know that the C version is actually on test, but is it possible to have it , > and where ? What are the known bugs ? > My Linux distribution is the latest Mandrake ( 7.1 ). > Perl version : 5.600-4 > GTK + Version : 1.2.7-4 > Thanks for your help > Nicolas > > > Le mar, 08 aoû 2000, vous avez écrit : > > On Tue, 8 Aug 2000 16:26:35 +0200, nroult said: > > > > > Hi guys, > > > I'm actually looking for a good email client and cscmail seems to math > > > my needs > > > ! > > > BUT, I have a big problem with it. When I launch it and when I use it, > > > it makes > > > the process X to use a huge amount of memory ( about 300 Mbytes !!! ). > > > And of > > > course, I don't have 300 Mbytes !!! > > > If anyone has an idea, it would be very helpful. > > > I install cscmail ( version 1.6.1-1 ) with the perl installer > > > available on the > > > cscmail.net site. No problems were encountered durin the install > > > Thanks in advance > > > Rgds > > > Nicolas > > > > Well, herm.. I am not sure what to say about this... With CSCMail 1.7.8 > > top shows X using 48 megs of ram. CSCMail is using 17megs. Granted, > > this is more than Ideal, but such is the way of Perl and gnome-perl... > > (One of the many reasons I am switching to C... cscmail in C uses approx > > 2 megs of ram.) > > > > Anyway, this is after CSCMail has been running for over 24 hours > > continuously checking my e-mail and so forth... So... If you are seeing X > > memory usage jump to 300 megs when you launch CSCMail, something must be > > wrong with your install... What exactly are your system specs, including > > OS/Distro version, Gtk+ version, Perl version, etc...? > > > > -CZ > > -- > > ---------------------------------------------------------------------- > > Steve Kordik st...@vo... > > System Administrator Tel 212.332.5045 > > VOILA - France Telecom North America Fax 212.332.2362 > > 1270 Avenue of the Americas New York, NY 10020 USA > > ---------------------------------------------------------------------- > > Customized Search Engines for your web site at: http://voilasearch.com > > ---------------------------------------------------------------------- > > > > > > > > _______________________________________________ > > Cscmail-devel mailing list > > Csc...@li... > > http://lists.sourceforge.net/mailman/listinfo/cscmail-devel > > _______________________________________________ > Cscmail-devel mailing list > Csc...@li... > http://lists.sourceforge.net/mailman/listinfo/cscmail-devel |
From: nroult <nr...@ea...> - 2000-08-09 07:59:55
|
Thanks Steven My cscmail version is only 1.6.1-1 ( installed withe the perl installer available on the cscmail.net site, with the RPM pacakge ) I thought it was the latest version, where did you get the version 1.7.8 ? I know that the C version is actually on test, but is it possible to have it , and where ? What are the known bugs ? My Linux distribution is the latest Mandrake ( 7.1 ). Perl version : 5.600-4 GTK + Version : 1.2.7-4 Thanks for your help Nicolas Le mar, 08 aoû 2000, vous avez écrit : > On Tue, 8 Aug 2000 16:26:35 +0200, nroult said: > > > Hi guys, > > I'm actually looking for a good email client and cscmail seems to math > > my needs > > ! > > BUT, I have a big problem with it. When I launch it and when I use it, > > it makes > > the process X to use a huge amount of memory ( about 300 Mbytes !!! ). > > And of > > course, I don't have 300 Mbytes !!! > > If anyone has an idea, it would be very helpful. > > I install cscmail ( version 1.6.1-1 ) with the perl installer > > available on the > > cscmail.net site. No problems were encountered durin the install > > Thanks in advance > > Rgds > > Nicolas > > Well, herm.. I am not sure what to say about this... With CSCMail 1.7.8 > top shows X using 48 megs of ram. CSCMail is using 17megs. Granted, > this is more than Ideal, but such is the way of Perl and gnome-perl... > (One of the many reasons I am switching to C... cscmail in C uses approx > 2 megs of ram.) > > Anyway, this is after CSCMail has been running for over 24 hours > continuously checking my e-mail and so forth... So... If you are seeing X > memory usage jump to 300 megs when you launch CSCMail, something must be > wrong with your install... What exactly are your system specs, including > OS/Distro version, Gtk+ version, Perl version, etc...? > > -CZ > -- > ---------------------------------------------------------------------- > Steve Kordik st...@vo... > System Administrator Tel 212.332.5045 > VOILA - France Telecom North America Fax 212.332.2362 > 1270 Avenue of the Americas New York, NY 10020 USA > ---------------------------------------------------------------------- > Customized Search Engines for your web site at: http://voilasearch.com > ---------------------------------------------------------------------- > > > > _______________________________________________ > Cscmail-devel mailing list > Csc...@li... > http://lists.sourceforge.net/mailman/listinfo/cscmail-devel |
From: Steven K. <st...@vo...> - 2000-08-08 13:31:39
|
On Tue, 8 Aug 2000 16:26:35 +0200, nroult said: > Hi guys, > I'm actually looking for a good email client and cscmail seems to math > my needs > ! > BUT, I have a big problem with it. When I launch it and when I use it, > it makes > the process X to use a huge amount of memory ( about 300 Mbytes !!! ). > And of > course, I don't have 300 Mbytes !!! > If anyone has an idea, it would be very helpful. > I install cscmail ( version 1.6.1-1 ) with the perl installer > available on the > cscmail.net site. No problems were encountered durin the install > Thanks in advance > Rgds > Nicolas As a second followup... X without anything running (one Eterm and Top) uses 40 megs of Ram on my system. Running CSCMail causes X to use 43 megs of ram, and CSCMail takes up 15 megs. Opening this second window (the Compose Message window) boosts X to 45 megs of ram used, and CSCMail is using 16megs ... -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: Steven K. <st...@vo...> - 2000-08-08 13:27:30
|
On Tue, 8 Aug 2000 16:26:35 +0200, nroult said: > Hi guys, > I'm actually looking for a good email client and cscmail seems to math > my needs > ! > BUT, I have a big problem with it. When I launch it and when I use it, > it makes > the process X to use a huge amount of memory ( about 300 Mbytes !!! ). > And of > course, I don't have 300 Mbytes !!! > If anyone has an idea, it would be very helpful. > I install cscmail ( version 1.6.1-1 ) with the perl installer > available on the > cscmail.net site. No problems were encountered durin the install > Thanks in advance > Rgds > Nicolas Well, herm.. I am not sure what to say about this... With CSCMail 1.7.8 top shows X using 48 megs of ram. CSCMail is using 17megs. Granted, this is more than Ideal, but such is the way of Perl and gnome-perl... (One of the many reasons I am switching to C... cscmail in C uses approx 2 megs of ram.) Anyway, this is after CSCMail has been running for over 24 hours continuously checking my e-mail and so forth... So... If you are seeing X memory usage jump to 300 megs when you launch CSCMail, something must be wrong with your install... What exactly are your system specs, including OS/Distro version, Gtk+ version, Perl version, etc...? -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: nroult <nr...@ea...> - 2000-08-08 13:06:50
|
Hi guys, I'm actually looking for a good email client and cscmail seems to math my needs ! BUT, I have a big problem with it. When I launch it and when I use it, it makes the process X to use a huge amount of memory ( about 300 Mbytes !!! ). And of course, I don't have 300 Mbytes !!! If anyone has an idea, it would be very helpful. I install cscmail ( version 1.6.1-1 ) with the perl installer available on the cscmail.net site. No problems were encountered durin the install Thanks in advance Rgds Nicolas ------------------------------------------------------- |
From: nroult <nr...@ea...> - 2000-08-08 12:58:39
|
Hi guys, I'm actually looking for a good email client and cscmail seems to math my needs ! BUT, I have a big problem with it. When I launch it and when I use it, it makes the process X to use a huge amount of memory ( about 300 Mbytes !!! ). And of course, I don't have 300 Mbytes !!! If anyone has an idea, it would be very helpful. I install cscmail ( version 1.6.1-1 ) with the perl installer available on the cscmail.net site. No problems were encountered durin the install Thanks in advance Rgds Nicolas |
From: Steven K. <st...@vo...> - 2000-08-07 13:34:44
|
On Mon, 07 Aug 2000 01:40:08 +0200, Tom Cato Amundsen said: > I am the author of GNU Solfege, and recently I noticed your > ungnomified cschtml-widget. I understand your your motivations > for forking gtkhtml because I want Solfege to run on systems > without GNOME. But I believe that if we could make gtkhtml > to compile without all the gnomelibs, and avoiding a fork, it > would be to the best for everybody. I agree. > I have just started digging into the dependencies, but as far > as I can tell, gtkhtml depends on: > gtk+ that depends on libart and gtk-pixbuf > and > gnome-print > > Bonobo can be configures out. > > My question is, have you had any contact with the gtkhtml authors > about making printing with gnome-print optional at build time? > If so, what was their answer? As far as I can tell from the sources, > is should not be too difficult to do this. I am currently in communication with Ettore regarding this exact thing. At this time he is waiting for me to submit a patch to allow compile time GNOME checking that will allow GtkHTML to compile in absence of GNOME. Once we get that far, we will look at further divorcing GtkHTML from the GNOME deps, possibly by splitting the GtkHTML widget and the GNOME specific portions into two entities. GtkHTML: The Widget (no GNOME) and GNOME-HTML: The Wrapper (Depends on GtkHTML and adds the "GNOME" specific features.) This is my ideal goal for GtkHTML, but I am not holding my breath, as Ettore doesn't seem too interested in this at all. In fact, it is ONLY because I went to the trouble to do the CscHTML fork and announce it on Freshmeat etc. that he has even agreed to LOOK at a patch to GtkHTML. (There was quite a stir on the gno...@gn... mailing list regarding the fork etc...) Anyway, I wouldn't mind help on creating a GtkHTML patch that allows the current CVS version to detect the presence of GNOME and #ifdef away the GNOME deps if GNOME is absent. Depending on how Ettore and clan deal with the patch, will determine if I let CscHTML die out, or if I continue to develop it. -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: Tom C. A. <tc...@gn...> - 2000-08-06 23:39:49
|
I am the author of GNU Solfege, and recently I noticed your ungnomified cschtml-widget. I understand your your motivations for forking gtkhtml because I want Solfege to run on systems without GNOME. But I believe that if we could make gtkhtml to compile without all the gnomelibs, and avoiding a fork, it would be to the best for everybody. I have just started digging into the dependencies, but as far as I can tell, gtkhtml depends on: gtk+ that depends on libart and gtk-pixbuf and gnome-print Bonobo can be configures out. My question is, have you had any contact with the gtkhtml authors about making printing with gnome-print optional at build time? If so, what was their answer? As far as I can tell from the sources, is should not be too difficult to do this. Tom Cato Amundsen |
From: Steven K. <st...@vo...> - 2000-07-26 14:04:51
|
On 26 Jul 2000 14:21:51 EDT, solkan said: > Hi! > > How can I print a recived message? Is thre a way to create a mailing > list? Right click on the message and you will see "print" as an option... For a mailing list, simply add multiple addresses to the addressbook under one name (for now) for example: alias: testlist Address: cou...@cy..., st...@vo..., st...@cy... Then, in the "To:" or "Cc:" fields, simply type "testlist" and it will get filled in with the complete list... This is not the most robust solution, in the future individual entries to the addressbook will be able to be members of lists (more than one even) but for now, this method works... -Steve -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: solkan <Gvi...@se...> - 2000-07-26 12:22:01
|
Hi! How can I print a recived message? Is thre a way to create a mailing list? Regards Gvido |
From: Steven K. <st...@vo...> - 2000-07-25 15:56:00
|
Files Affected: csclib.pl Implimented better text formatting in text2html Now we correctly preserve spaces and tabs in text messages when we display them as HTML.. This makes for much nicer looking mail. -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: Steven K. <st...@vo...> - 2000-07-18 13:21:01
|
On Tue, 18 Jul 100 09:23:19 Australia/NSW, Nick Wilcox said: > I went and read the FAQ and list archives and I noticed one of the FAQ > items > said that installation on mandrake was broken (or problematic at > least). > > I installed 1.6.1 on a mdk7.1 box using the install perl script last > week and > the only problem I encountered was the Date::Manip timezone bug. > > Good news for some? Sounds like it! Thanks... I think the problems reported had been with mdk7 (as opposed to 7.1) I will update the FAQ... -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: Nick W. <wi...@on...> - 2000-07-17 23:23:55
|
I went and read the FAQ and list archives and I noticed one of the FAQ items said that installation on mandrake was broken (or problematic at least). I installed 1.6.1 on a mdk7.1 box using the install perl script last week and the only problem I encountered was the Date::Manip timezone bug. Good news for some? -- Nick Wilcox. wi...@on... nw...@so... --------------------------------------------- This message was sent using One.Net's Mail Man. http://mailman.one.net.au |
From: Steven K. <st...@vo...> - 2000-07-17 13:30:58
|
On 17 Jul 2000 04:33:54 EST, One.Net said: > This is probably a FAQ but how where do you get the latest cschtml. > > I tried anonymous CVS but there where no modules avaliable. hehe, I haven't put it on cvs yet.. sorry.. I will get to that in the next day or so... For now, you can download tarballs/rpms from http://www.cscmail.net/cschtml -CZ -- ---------------------------------------------------------------------- Steve Kordik st...@vo... System Administrator Tel 212.332.5045 VOILA - France Telecom North America Fax 212.332.2362 1270 Avenue of the Americas New York, NY 10020 USA ---------------------------------------------------------------------- Customized Search Engines for your web site at: http://voilasearch.com ---------------------------------------------------------------------- |
From: One.Net <wi...@on...> - 2000-07-17 09:30:52
|
This is probably a FAQ but how where do you get the latest cschtml. I tried anonymous CVS but there where no modules avaliable. -- Nick Wilcox. wi...@on... nw...@so... |