Balsa config permissions



I've been trying to use balsa, but I'm having trouble with the configuration of
it.  I start it up the first time and it will write the .balsarc and insert
the maildir info into the .gnome/ subdir.  Later, when I restart it, balsa says
there's a syntax error in .balsarc on line2 which means that it doesn't 
have a chance to read any configuration at all and I have to re-enter everything.

bash-2.02$ balsa
/home/wade/.balsarc:line 2: parse error, expecting `error' or `STRING' or `'}''
*** Could not load config file .balsarc!

.balsarc:

      1 {
      2   Accounts = {
      3     Inbox = {Type = local;Name = Inbox;Path = "/home/wade/Mail/Maildir/";};
      4     Outbox = {Type = local;Name = Outbox;Path = "/home/wade/Mail/outbox";};
      5     Trash = {Type = local;Name = Trash;Path = "/home/wade/Mail/trash";};
      6   };
      7   Globals = {
      8     RealName = "Wade Curry";
      9     Email = "wcurry@cts.com";
     10     ReplyTo = "wcurry@cts.com";
     11     LocalMailDir = "/home/wade/Mail";
     12     SMTPServer = localhost;
     13     SignaturePath = "/home/wade/.signature";
     14     ToolbarStyle = 2;
     15     Debug = 0;
     16     UsePreviewPane = 1;
     17     ShowMailboxContentInfo = 0;
     18     MainWindowWidth = 640;
     19     MainWindowHeight = 480;
     20     MailboxListWidth = 200;
     21     MailboxListHeight = 0;
     22     LeadinStr = "> ";
     23   };
     24 }

Is there something I should do to fix this?  Is anyone else seeing This?

Thanks!

Wade



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]