emailuis/nmailui/inc/nmactionresponse.h
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
child 27 9ba4404ef423
--- a/emailuis/nmailui/inc/nmactionresponse.h	Mon May 03 12:23:15 2010 +0300
+++ b/emailuis/nmailui/inc/nmactionresponse.h	Fri May 14 15:41:10 2010 +0300
@@ -28,7 +28,7 @@
 */
 enum NmActionResponseCommand
 {
-    NmActionResponseCommandNone=0,
+    NmActionResponseCommandNone = 0,
     NmActionResponseCommandOpen,
     NmActionResponseCommandNewMail,
     NmActionResponseCommandSendMail,
@@ -42,7 +42,9 @@
     NmActionResponseCommandUpdateMailboxName,
     NmActionResponseCommandMailboxDeleted,
     NmActionResponseCommandRemoveAttachment,
-    NmActionResponseCommandOpenAttachment
+    NmActionResponseCommandOpenAttachment,
+    NmActionResponseCommandSearch,
+    NmActionResponseCommandSwitchFolder
 };