Fixed the default_account_id permission
authorSunghyun Kwon <sh0701.kwon@samsung.com>
Thu, 6 Sep 2012 11:09:45 +0000 (20:09 +0900)
committerSunghyun Kwon <sh0701.kwon@samsung.com>
Thu, 6 Sep 2012 11:09:45 +0000 (20:09 +0900)
packaging/email-service.spec

index 7ddca3a..f1cc03b 100755 (executable)
@@ -85,13 +85,13 @@ echo "[EMAIL-SERVICE] Start adding preset account information..."
 ################################################################################################
 
 # for default mail slot szie
-vconftool set -t int    db/private/email-service/slot_size "100"
+vconftool set -t int    db/private/email-service/slot_size "100"        -g 6514
 
 # for latest mail id
-vconftool set -t int    db/private/email-service/latest_mail_id "0"
+vconftool set -t int    db/private/email-service/latest_mail_id "0"     -g 6514
 
 # for default account id
-vconftool set -t int    db/private/email-service/default_account_id "0"
+vconftool set -t int    db/private/email-service/default_account_id "0" -g 6514
 
 
 #################################################################