View Single Post
ginggs's Avatar
Posts: 306 | Thanked: 582 times | Joined on Mar 2012
#77
Originally Posted by still_loving_n9 View Post
i might have a similar problem: mail connection loading forever, mail client not resonding, not being able to open it again without rebooting, .just works occasionally.
Are you also using GMail and Mail for Exchange?
Originally Posted by still_loving_n9 View Post
i also tried that fix again that you refer to but neither with nor without root access it actually DOES anything (just jumps in the next input row).
does it execute the command in your case?
It works as a regular user.

It doesn't give any output on success, it just removes the directory.
You can run this command before and after and see if anything changes:
Code:
ls -la /home/user/ | grep qmf
Instead of removing the directory, you can rename it:
Code:
mv /home/user/.qmf/ /home/user/.qmf.bad/
...and then remove it after rebooting:
Code:
rm -rf /home/user/.qmf.bad/