Per Jessen wrote:
What do you mean by "an individual mailbox"
If you look at your TB directory "ImapMail", and pick one of the accounts, you'll see mailbox files - "INBOX", "Sent", "Trash" etc. Some maybe with subfolders. There is e.g.
INBOX = the mailbox INBOX.msf = TB index INBOX.sbd = directory with subfolders.
I have just tidied up one account with the following: cd ~/.thunderbird/<unique>/ImapMail/<account> find . -type f -name \*msf |\ sed -e 's/.msf$//' |\ while read mb do test -f $mb && rm $mb done Check for typos, do a run with "ls -l $mb" first. My opensuse account was reduced from 740Mb to 34Mb. -- Per Jessen, Zürich (13.8°C) http://www.dns24.ch/ - free dynamic DNS, made in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org