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
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
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
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