phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: email/inc class.mail_msg_wrappers.inc.php,1.23.2


From: Alejandro Borges (lex) <address@hidden>
Subject: [Phpgroupware-cvs] CVS: email/inc class.mail_msg_wrappers.inc.php,1.23.2.4,1.23.2.5
Date: Fri, 06 Dec 2002 18:07:53 -0500

Update of /cvsroot/phpgroupware/email/inc
In directory subversions:/tmp/cvs-serv13767/email/inc

Modified Files:
      Tag: Version-0_9_14-branch
        class.mail_msg_wrappers.inc.php 
Log Message:
Patch 762 from savanah by greengiant. Deletion on pop and imap, no trash folder 
now works.Thx Ray.


Index: class.mail_msg_wrappers.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_wrappers.inc.php,v
retrieving revision 1.23.2.4
retrieving revision 1.23.2.5
diff -C2 -r1.23.2.4 -r1.23.2.5
*** class.mail_msg_wrappers.inc.php     20 Nov 2002 23:03:25 -0000      1.23.2.4
--- class.mail_msg_wrappers.inc.php     6 Dec 2002 23:07:50 -0000       1.23.2.5
***************
*** 1546,1550 ****
                                        $mailsvr_stream = 
$this->get_arg_value('mailsvr_stream', $this_acctnum);
                                        // IS THIS A MOVE OR A DELETE?
!                                       if ($to_fldball['folder'] == 
$this->del_pseudo_folder)
                                        {
                                                // STRAIGHT DELETE
--- 1546,1550 ----
                                        $mailsvr_stream = 
$this->get_arg_value('mailsvr_stream', $this_acctnum);
                                        // IS THIS A MOVE OR A DELETE?
!                                       if ($to_fldball['folder'] == 
$this->del_pseudo_folder || $to_fldball['folder'] == '##NOTHING##')
                                        {
                                                // STRAIGHT DELETE





reply via email to

[Prev in Thread] Current Thread [Next in Thread]