Mlist_msg_id getting cleared when a message is edited [message #26623] |
Fri, 29 July 2005 12:56 |
ligesh
Messages: 63 Registered: July 2005
Karma: 0
|
Member |
|
|
Hi,
When u modify a message, its mlist_msg_id is getting cleared, and this wreaks havoc with the mailing list synchronisation.
i had started the post in howto, but i am continuing here since it looks like a bug in the modify code. I would like to know if it can be fixed?
thanks a lot.
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: Mlist_msg_id getting cleared when a message is edited [message #26639 is a reply to message #26638] |
Fri, 29 July 2005 14:24 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It is a trivial hack if you want to add it, just add the necessary header line inside mail_list_post() found inside include/mlist_post.inc file.
I don't see a particular reason why the forum should be the one to set this id, unless you can provide convincing reasons to show otherwise.
FUDforum Core Developer
|
|
|
Re: Mlist_msg_id getting cleared when a message is edited [message #26640 is a reply to message #26639] |
Fri, 29 July 2005 14:52 |
ligesh
Messages: 63 Registered: July 2005
Karma: 0
|
Member |
|
|
Ilia wrote on Fri, 29 July 2005 10:24 | It is a trivial hack if you want to add it, just add the necessary header line inside mail_list_post() found inside include/mlist_post.inc file.
I don't see a particular reason why the forum should be the one to set this id, unless you can provide convincing reasons to show otherwise.
|
Code becomes much more simpler. There is no need to wait for the mail to come back till the mlist_msg_id is set. i think the overall architecture would improve. That is all.
[Updated on: Fri, 29 July 2005 14:52] Report message to a moderator
|
|
|
|
|