]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- more kills
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 24 Oct 2005 22:21:18 +0000 (22:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-php440.patch -> 1.2

eventum-php440.patch

index fb0aea00afd3a72ba28c008bd085be7a12306478..9006d249752abbfe18fdf7ee554f7576ad048d6d 100644 (file)
          }
      }
      imap_expunge($mbox);
+--- ./misc/process_mail_queue.php      2005-10-25 00:56:14.000000000 +0300
++++ /tmp/process_mail_queue.php        2005-10-25 01:20:51.000000000 +0300
+@@ -63,11 +63,11 @@
+ // handle only pending emails
+ $limit = 50;
+-Mail_Queue::send('pending', $limit);
++@Mail_Queue::send('pending', $limit);
+ // handle emails that we tried to send before, but an error happened...
+ $limit = 50;
+-Mail_Queue::send('error', $limit);
++@Mail_Queue::send('error', $limit);
+ Mail_Queue::removeProcessFile();
+-?>
+\ No newline at end of file
++?>
This page took 0.041833 seconds and 4 git commands to generate.