I am using Thunderbird (Icedove) on Debian Wheezy. I have one imap account set up, and the the emails are synchronized with my imap server (i.e. I can read previously downloaded emails even when offline). All this is stored in my
$HOME/.icedove/xxxxxxxx.default/ImapMail/
Now I have noticed that beyond that, my $HOME/.cache/icedove/ has around 80 MB. I don't know the purpose of the Thunderbird cache, the wiki says:
The disk cache mainly caches remote images and SSL certificates
What images and SSL certificates are they talking about? AFAIU, all emails are stored in my profile $HOME/.icedove/xxxxxxxx.default/ImapMail/. And how many certificates do they need to store? I am only connecting to one imap server.
Anyway, I would like to disable the cache completely:
browser.cache.disk.enable false
Will I lose any functionality, or notice any difference?