Added utility dir and helper script to prime some gconf values
authorNils Faerber <nils@kernelconcepts.de>
Tue, 9 May 2006 14:37:34 +0000 (14:37 +0000)
committerNils Faerber <nils@kernelconcepts.de>
Tue, 9 May 2006 14:37:34 +0000 (14:37 +0000)
pmo-trunk-r18

experimental/util/tinycfg.sh [new file with mode: 0755]

diff --git a/experimental/util/tinycfg.sh b/experimental/util/tinycfg.sh
new file mode 100755 (executable)
index 0000000..9d8f7ae
--- /dev/null
@@ -0,0 +1,10 @@
+gconftool-2 -s /apps/tinymail/accounts/count -t int 2
+gconftool-2 -s /apps/tinymail/accounts/1/type -t string transport
+gconftool-2 -s /apps/tinymail/accounts/1/proto -t string smtp
+gconftool-2 -s /apps/tinymail/accounts/1/user -t string $1
+gconftool-2 -s /apps/tinymail/accounts/1/hostname -t string mail.kernelconcepts.de
+
+gconftool-2 -s /apps/tinymail/accounts/0/type -t string store
+gconftool-2 -s /apps/tinymail/accounts/0/proto -t string imap
+gconftool-2 -s /apps/tinymail/accounts/0/user -t string $1
+gconftool-2 -s /apps/tinymail/accounts/0/hostname -t string tasha.kc.de