Carl Marino wrote:
> One of my users gets "Warning prev sibling is not in our list!!!"
> message when trying to create a new message. Also, if you pull down the
> tasks menu you do see a "Compose: (no subject)" entry. When you click
> on it nothing happens. It's strange because I don't see the same thing
> when I use Mozilla, only that account is not working. Any ideas?
>
> System: Mozilla 0.9.3 on RedHat 7.1
>
> [sumi@jimmy sumi]$ mozilla -mail
> /usr/local/mozilla/run-mozilla.sh /usr/local/mozilla/mozilla-bin -mail
> MOZILLA_FIVE_HOME=/usr/local/mozilla
> LD_LIBRARY_PATH=/usr/local/mozilla:/usr/local/mozilla/plugins
> LIBRARY_PATH=/usr/local/mozilla:/usr/local/mozilla/components
> SHLIB_PATH=/usr/local/mozilla
> LIBPATH=/usr/local/mozilla
> ADDON_PATH=/usr/local/mozilla
> MOZ_PROGRAM=/usr/local/mozilla/mozilla-bin
> MOZ_TOOLKIT=
> moz_debug=0
> moz_debugger=
> I am inside the initialize
> Hey : You are in QFA Startup
> (QFA)Talkback loaded Ok.
> Warning prev sibling is not in our list!!!
>
For what it's worth, this has fixed the problem:
$ rm -rf ~/.mozilla
$ /usr/local/bin/mozilla
- Carl