Author: glen                         Date: Sun Feb 27 13:51:55 2005 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- extracted from bitkeeper

---- Files affected:
SOURCES:
   eventum-maillock.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/eventum-maillock.patch
diff -u /dev/null SOURCES/eventum-maillock.patch:1.1
--- /dev/null   Sun Feb 27 14:51:55 2005
+++ SOURCES/eventum-maillock.patch      Sun Feb 27 14:51:50 2005
@@ -0,0 +1,36 @@
+# This is a BitKeeper generated diff -Nru style patch.
+#
+# ChangeSet
+#   2005/02/22 09:53:19-06:00 [EMAIL PROTECTED] 
+#   Release lock if connecting to mail server produces error.
+# 
+# ChangeLog
+#   2005/02/22 09:53:18-06:00 [EMAIL PROTECTED] +1 -0
+#   Release lock if connecting to mail server produces error.
+# 
+# misc/download_emails.php
+#   2005/02/22 09:53:18-06:00 [EMAIL PROTECTED] +1 -0
+#   Release lock if connecting to mail server produces error.
+# 
+diff -Nru a/ChangeLog b/ChangeLog
+--- a/ChangeLog        2005-02-27 05:35:39 -08:00
++++ b/ChangeLog        2005-02-27 05:35:39 -08:00
+@@ -40,6 +40,7 @@
+ - Changed attachment handling to work with inline attachments (Bryan)
+ - Apply encoding fixes in more places (Elan Ruusamäe <[EMAIL PROTECTED]>)
+ - Silence console errors when adding new directory to CVS (Elan Ruusamäe 
<[EMAIL PROTECTED]>)
++- If there is an error connecting to mail server when downloading email, 
release lock (Bryan)
+ 
+ 04 Jan 2005, Version 1.4
+ - Fixed the notification code to properly handle the condition in which the 
recipient type flag is empty (Joăo)
+diff -Nru a/misc/download_emails.php b/misc/download_emails.php
+--- a/misc/download_emails.php 2005-02-27 05:35:39 -08:00
++++ b/misc/download_emails.php 2005-02-27 05:35:39 -08:00
+@@ -89,6 +89,7 @@
+ $mbox = Support::connectEmailServer($account);
+ if ($mbox == false) {
+     echo "Error: Could not connect to the email server. Please verify your 
email account settings and try again.\n";
++    Lock::release('download_emails_' . $account_id);
+     exit;
+ } else {
+     $total_emails = Support::getTotalEmails($mbox);
================================================================

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to