I have deleted all the mails from Inbox, but profile size is 2Gb

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/174207

Title:
  thunderbird - when deleting mail, mail is not deleted physically

Status in Mozilla Thunderbird Mail and News:
  Invalid
Status in “thunderbird” package in Ubuntu:
  Triaged

Bug description:
  With a recent thread on ML i came again across a problem with Thunderbird
  that i had myself 1 or 2 years ago.

  Thunderbird uses mailbox files to store mails and an aditionally *.msf file
  for meta data of that mbox-file.
  Now when you delete a mail in TB it only disappears in the mail pane but is
  still physically stored on harddisc in the mbox.
  To really delete a mail then s.o. has to "compact" that folder.

  New users (or those not interrested in technic) wont notice that and then the
  profile folder can become very large.
  In the specific thread the OP had mails back from 2005 still in his profile
  which had grown up to 2 gig.
  2 gig is approximately where we come to filesystem limitations (max size per
  file)

  Now to prevent that i call for commend on change the default of:
  pref("mail.prompt_purge_threshhold", false);

  to
  pref("mail.prompt_purge_threshhold", true);

  that way a user gets a dialog when the threshold (default is 100kB iirc) is
  reached and gets asked to "compact" (read as really physically delete all
  previous in TB deleted mails) that folder.

  
  I have searched bugzilla.mozilla.org for bugs like that and coulnd´t find
  one. Also on launchpad is no similar bug report it seems.

  So i would like to know is it feasible to solve that somehow?

  Reproducible: Always

  Steps to Reproduce:
  1. send lots of mails
  2. delete them in Thunderbird
  3. check size of profile directory
  Actual Results:  
  with default settings the profile is growing and growing, even when a user
  delets his mails in Thunderbird.

  Expected Results:  
  pref("mail.prompt_purge_threshhold", true);

  delete mails physicaly after the default threshold (performance)

To manage notifications about this bug go to:
https://bugs.launchpad.net/thunderbird/+bug/174207/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to