If you do not like the behaviour of Firfox’s new url bar you might want to take a look at the oldbar addon and set browser.urlbar.matchOnlyTyped to true.
I was getting root file system not found errors when booting etch from a USB disk. As it turns out that the boot ramdisk did scan all devices for LVM partitions before USB drive detection was finished.
By adding rootdelay=10 to the kernel boot options the system will wait for ten seconds before activating LVM partitions giving the USB subsystem enough time to activate all devices.
Since the E61i has no escape key using vim is a rather interesting ordeal. I could send an escape key by pressing ctrl-chr, releasing ctrl, pressing chr again and select the opening braket.
Debian’s exim4 uses gnutls which has a feature that will not allow my E61i to use STARTTLS (see #438137) . Perhaps stunnel can help here …
Update: To advertise PLAIN authentication with exim4 for connections origination from localhost I used the following statement in my plaintext authentication configuration (broken into several lines for better readability):
Since I use a self signed certificate on my IMAP Server, my new E61i is complaining about an invalid certificate. I added the CA to my mobile by converting it to an x509 DER:
openssl x509 -outform der -in ca.pem -out ca.der
transfering the new file to the phone and opening it with the file manager.
After my upgrade to Thunderbird / Iceweasel 2.0 Enigmail was no longer working (see 427591). Seems like something mixed up the versions of installed add-ons. I fixed it by removing Enigmail, starting and stopping Thunderbird and reinstalling Enigmail.
A new version of Hover is available. This release really fixes a problem with search engine friendly links. The previous version v0.6.4 only fixed part of the problem.