[Ilohamail-devel] contacts and company

2005-12-05 Thread massimo citterio
hallo! I think that contact is missing the "company" field. I put it in. I also put more fields (name, surname, company) in contacts list view. Shall I send a patch? bye. max --- This SF.net email is sponsored by: Splunk Inc. Do you grep through

[Ilohamail-devel] Re: contacts and company

2005-12-12 Thread massimo citterio
il Mon, 5 Dec 2005 09:55:45 +0100 massimo citterio <[EMAIL PROTECTED]> ha scritto: > hallo! > I think that contact is missing the "company" field. > I put it in. > I also put more fields (name, surname, company) in contacts list view. > Shall I send a patch? I

[Ilohamail-devel] message missing in mailboxes

2006-05-11 Thread massimo citterio
that adds the message to the root list see the attached diff.txt bye -- Ing. Massimo Citterio Resp. Sistemi Informativi Kaptus s.r.l. via De Amicis 42 20123 Milano tel diretto: (+39) 02 80298405 altro: (+39) 02 86995518 fax (+39) 02 86452360 www.kaptus.com [EMAIL PROTECTED] --- old_imap

[Ilohamail-devel] fix for broken attachment forward

2007-10-29 Thread massimo citterio
Hi! It's been a while since I have experienced the broken attachment problem, when forwarding emails (using devel version). I've just found what the problem is: compose_package.inc line 104 fputs($temp_fp, $line)."\r\n"; should be: fputs($temp_fp, $line."\r\n"); this is the diff line, hope it