Re: Mass conf creation for balsa
- From: Pawel Salek <pawsa theochem kth se>
- To: balsa-list gnome org
- Subject: Re: Mass conf creation for balsa
- Date: Wed, 25 Feb 2004 08:46:02 +0000
On 2004.02.25 09:04, Karl Fischer wrote:
> Is there a command line value that I can use with balsa so that it
> could auto configure the /home/user/.gnome2/balsa file
You want to bypass the configuration wizard, don't you?
What about preparing a template and then executing:
for i in $users; do
sed 's,USERNAME,'$i',g' balsa-conf.template > /home/$i/.gnome2/balsa;
chown $i.$i /home/$i/.gnome2/balsa
done
I know gnome-config supported also some kind of central configuration
files but I have never used them myself.
Pawel
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]