Kyle Quillen wrote:
All,I goofed a bit today and installed one of the squirrel mail themes but now i want to get rid of it. So I guess my question is what is the proper way to uninstall squirrell mail and reinstall it. Like it was never thereThanks Q
rpm -e squirrelmail-toasterThen make sure that /usr/share/squirrelmail is gone (delete it if not), and then reinstall it. tip: I've played with the themes before myself - I usually back up the SM dir before doing anything:
cd /usr/share
cp -rp squirrelmail old_squirrelmail
{install whatever}
If you decide you don't like it, or it doesn't work, it's as simple as:
cd /usr/share
rm -rf squirrelmail
mv old_squirrelmail squirrelmail
And you're back in business!
