On Sun, Nov 11, 2001 at 03:43:44PM -0600, Jim Crumley typed: > > OK, you're using Debian, right? Yes, I'm using unstable. > I'm pretty sure that your config file for wmmail > should be placed at ~/GNUstep/Defaults/WMMail. Hmm this directory did not exist, but I just made it. > To test and make > sure the file is being read, put a blank file there and start-up > wmmail from an xterm. It should crash and give you some nice > error messages. Crash, yes. Nice error messages? Here is what I'm getting. In case all the characters don't show up correctly for you, the \xf0 is one of those Old English or Old Norse characters that makes a th sound and looks like a d with a cross through it, and \x89 is a dotted rectangle. I wouldn't want you to miss out on the full effect. :) alcyone at aldeberan:~/GNUstep$ wmmail & [1] 5909 alcyone at aldeberan:~/GNUstep$ wmmail: defaults domain ð)@ð)@cyone/GNUstep/Defaults/WMMail corrupted > If if does crash, put you "real" wmmail config in the location > above, and see what happens. Same as above. > Also, you might want to take a look > under /usr/share/doc/wmmail - the info there seems more useful > than the man page. Only slightly. It does mention where to put the .wmmail file and the dir you gave it on the list of acceptable locations. I'll stick on my config and maybe you can find some really obvious and glaring error that my eyes just don't want me to see. Thanks! Lorry -------------- next part -------------- { DisableBeep = No; DoubleClickTime = 250; DisplayMessageCount = None; DisplayColor = "#FFFFFF"; DisplayFont = "-*-helvetica-medium-r-*-*-10-*-*-*-*-*-*-*"; DisplayLocation = (0, 10); ExecuteOnClick = "xterm -e mutt"; Animations = { Empty = { Delay = 10; Frames = ("/usr/lib/GNUstep/Apps/WMMail.app/Anims/NeXT/Mail1.xpm"); }; Old = { Delay = 10; Frames = ("/usr/lib/GNUstep/Apps/WMMail.app/Anims/NeXT/Mail3.xpm"); }; New = { Delay = 2; Frames = ( "/usr/lib/GNUstep/Apps/WMMail.app/Anims/NeXT/Mail1.xpm", "/usr/lib/GNUstep/Apps/WMMail.app/Anims/NeXT/Mail2.xpm", "/usr/lib/GNUstep/Apps/WMMail.app/Anims/NeXT/Mail3.xpm", "/usr/lib/GNUstep/Apps/WMMail.app/Anims/NeXT/Mail2.xpm" ); }; }; Mailboxes = ( { Name = "slava"; Type = pop3; UpdateInterval = 5; Options = { hostname = "s3.quintessential.com"; username = "alcyone%slava.net"; password = "*****************"; }; } ); }