Displaying 2 results from an estimated 2 matches for "message_copy".
Did you mean:
message_body
2003 Dec 17
0
Patch to fix vmail.cgi forwarding problem
...re 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, $newmbox, $oldfolder, $old, $new) = @_;
my $oldfile, $newfile;
return if ($mbox eq $newmbox);
@@ -788,7 +788,7 @@
# print header;
foreach $msg (@msgs) {
# print "Forwarding $msg from $mbox to $newmbox<BR&g...
2008 Jun 23
2
Messaging system
...39;d like to be able to thread
the replies using acts_as_tree or something but I can''t get my head
round where to start... I had a long week end thinking about it and no
luck... anyone to help?
My code so far is the nearly the same as the one in the tutorial but I
have acts as tree in the message_copy model, I just don''t know where I''m
suppose to deal with the parent_id thingy...
Please help :(
Oli
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ru...