[tuxdroid-svn] r6046 - software_suite_v3/software/plugin/plugin-hotmail/trunk/resources
Status: Beta
                
                Brought to you by:
                
                    ks156
                    
                
            | 
      
      
      From: jerome <c2m...@c2...> - 2010-02-03 10:24:31
      
     | 
| Author: jerome
Date: 2010-02-03 11:24:15 +0100 (Wed, 03 Feb 2010)
New Revision: 6046
Modified:
   software_suite_v3/software/plugin/plugin-hotmail/trunk/resources/plugin.xml
Log:
* Fixed plugin.xml file.
Modified: software_suite_v3/software/plugin/plugin-hotmail/trunk/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-hotmail/trunk/resources/plugin.xml	2010-01-27 14:52:46 UTC (rev 6045)
+++ software_suite_v3/software/plugin/plugin-hotmail/trunk/resources/plugin.xml	2010-02-03 10:24:15 UTC (rev 6046)
@@ -42,7 +42,9 @@
 		<command
 			name="check"
 			description="Check if there is any new mail" 
-            daemon="true"/>
+            daemon="true"
+            expiration="1"
+            notifier="true"/>
         <command
 			name="run"
 			description="Read your new mails" 
@@ -57,7 +59,7 @@
             type="every x"
             activated="false"
 
-            delay="00:04:00"
+            delay="00:03:00"
             delayMask="true,true,true"
             delayVisible="false"
         />
 |