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.35,1


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

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

Modified Files:
        class.mail_msg_wrappers.inc.php 
Log Message:
Patch number 762 by greengiant. Deletion of mails in pop and imap with no trash 
folder field now works!


Index: class.mail_msg_wrappers.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/email/inc/class.mail_msg_wrappers.inc.php,v
retrieving revision 1.35
retrieving revision 1.36
diff -C2 -r1.35 -r1.36
*** class.mail_msg_wrappers.inc.php     16 Nov 2002 23:13:50 -0000      1.35
--- class.mail_msg_wrappers.inc.php     6 Dec 2002 23:15:50 -0000       1.36
***************
*** 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]