[imp] Disappearing messages

Allan Michie allan at russellway.co.uk
Fri Dec 2 06:25:01 PST 2005


<< If I move messages from my 'In Box' to a task list (bottom of move|copy
<<  messages combo box)  they seem to 'disappear' - or at least we can't
<<  find them, they certainly aren't in any task list. One user has been
<<  doing this and needs to find these 'moved' messages.


Partially answering my own question here.

The SQL that is being generated is :-

INSERT INTO nag_tasks (task_owner, task_id, task_name, task_uid, 
task_desc, task_due, task_priority, task_completed, task_category, 
task_alarm)
VALUES ('25cfaf10fee22598ed58952891f6e891', 
'ae37c8459da2b097be1b9e3e42c59f1c',
'test title', '20051202140914.5kwtwyausj28 at mail', 'test body', '', '3', 
0, '', 0)

The SQL failes becuase 'task_due' is a zero length string  and should 
be an integer (0) , but where can I change this?



More information about the imp mailing list