From f22019b037bf3ed4f64a75c0d16ce525c0ef63e3 Mon Sep 17 00:00:00 2001 From: Nils Faerber Date: Tue, 9 May 2006 14:37:34 +0000 Subject: [PATCH] Added utility dir and helper script to prime some gconf values pmo-trunk-r18 --- experimental/util/tinycfg.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 experimental/util/tinycfg.sh diff --git a/experimental/util/tinycfg.sh b/experimental/util/tinycfg.sh new file mode 100755 index 0000000..9d8f7ae --- /dev/null +++ b/experimental/util/tinycfg.sh @@ -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 -- 1.7.9.5