search for: message_copi

Displaying 2 results from an estimated 2 matches for "message_copi".

Did you mean: message_copy
2003 Dec 17
0
Patch to fix vmail.cgi forwarding problem
Hello All, Here is a patch that fixes the problem when forwarding messages with vmail.cgi. Bug submitted with patch on bugs.digium.com. -sb --- /usr/src/asterisk/vmail.cgi.orig 2003-12-17 14:21:47.000000000 -0500 +++ /usr/src/asterisk/vmail.cgi 2003-12-17 15:07:36.000000000 -0500 @@ -672,7 +672,7 @@ sub message_copy() { - my ($mbox, $oldfolder, $old, $newmbox, $new) = @_; + my ($mbox,
2008 Jun 23
2
Messaging system
Hey All, I''m trying to put a messaging system together using this http://www.novawave.net/public/rails_messaging_tutorial.html. All working fine but I''d like to be to thread the replies. At the moment, a message goes out, someone replies to it and the original is simply included in the reply. I''d like to be able to thread the replies using acts_as_tree or something but