Blob Blame History Raw
--- alexandria-0.6.2/lib/alexandria/ui/completion_models.rb.orig	2007-12-20 05:50:47.000000000 +0900
+++ alexandria-0.6.2/lib/alexandria/ui/completion_models.rb	2007-12-31 10:40:47.000000000 +0900
@@ -74,6 +74,9 @@
 rescue Revolution::RevolutionException => e
   Alexandria::log.warn { e.message }
   EVOLUTION_CONTACTS = []
+rescue ArgumentError => e
+  Alexandria::log.warn { e.message }
+  EVOLUTION_CONTACTS = []
 end
 
 module Alexandria