Differences between revisions 18 and 29 (spanning 11 versions)
Revision 18 as of 2015-10-01 11:39:46
Size: 2956
Editor: hgiger
Comment:
Revision 29 as of 2020-09-09 13:23:15
Size: 2753
Editor: maegger
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
#rev 2020-09-09 maegger
Line 2: Line 4:
My D-ITET Account runs out of quota, but I have no data stored at all. What is the space eater? I use Thunderbird and my D-ITET Account runs out of quota, but I have no data stored at all. What is the space eater?
Line 27: Line 29:
 * Start Thunderbird once to make sure the settings take effect. Then close Thunderbird afterwards.  1. Close Thunderbird
Line 29: Line 31:
Remove your local 'ImapMail' folder:  1. Remove your local 'ImapMail' folder:
Line 31: Line 33:
 * Click on Start -> Computer
 * Change to '''{{{C:\Users\<YOUR USERNAME>\AppData\Roaming\Thunderbird\Profiles\<RANDOM NAME>.default\}}}''' and delete the folder 'ImapMail'.
    * Click on Start -> Computer
    * Change to '''{{{C:\Users\<YOUR USERNAME>\AppData\Roaming\Thunderbird\Profiles\<RANDOM NAME>.default\}}}''' and delete the folder 'ImapMail'.
Line 34: Line 36:
Remove the 'ImapMail' folder in your windows profile.  1. After that remove the 'ImapMail' folder in your windows profile.
Line 36: Line 38:
 * First you have to set the option "show the hidden files" via control panel)
 * Change to '''homes(\\homes7.ee.ethz.ch)(H:)\.win7_prof.V2\AppData\Roaming\Thunderbird\Profiles\<RANDOM NAME>.default\''' and delete the folder 'ImapMail'.
 * Restart thunderbird
   * First you have to set the option "show hidden files" via control center
   * Change to '''homes(\\homes7.ee.ethz.ch)(H:)\.win7_prof.V2\AppData\Roaming\Thunderbird\Profiles\<RANDOM NAME>.default\''' and delete the folder 'ImapMail'.

 1.
Restart thunderbird (the 'ImapMail' folder will be created again, but with less data)
Line 41: Line 44:
 1. Start Thunderbird once to make sure the settings take effect. Then close Thunderbird afterwards.
 1. In case something goes wrong we do not delete the synchronisation files but move them to '''{{{/scratch}}}'''.
  * Open a Terminal
  * Change to the Synchronisation directory.
 1. Close Thunderbird
 1. Open a Terminal and change to the Synchronisation directory.
Line 46: Line 47:
cd ~/.thunderbird/<RANDOM NAME>.default/ImapMail
}}}
  * Now move any directory and its corresponding *.msf file to '''{{{/scratch}}}'''.
  cd ~/.thunderbird/<RANDOM NAME>.default/
  }}}
 1. Remove the ImapMail folder
Line 50: Line 51:
# example to move all D-ITET and NETHZ Accounts
mv imap* mail* /scratch
}}}
  $ rm -rf ImapMail
  }}}
Line 54: Line 54:
Now start thunderbird again. If in any case you miss some data (which should not happen!) just close Thunderbird, move all files from scratch back to its origin and restart thunderbird.  1. Restart thunderbird (the 'ImapMail' folder will be created again, but with less data)
Line 56: Line 57:
[[CategoryMAIL]] ##[[CategoryMAIL]]
##Muss ueberarbeiet/geprueft werden. Besonders beim Windows Part muss man wohl Pfade anpassen. (win7_prof etc)
[[CategoryTBD]]

Problem

I use Thunderbird and my D-ITET Account runs out of quota, but I have no data stored at all. What is the space eater?

Solution

You have probably activated the synchronisation in Thunderbird. This Feature creates a local copy of every mail in your imap account. This feature can be used, when working with a self managed laptop which is not always online. In this offline mode you will access the emails through this offline stored data.

In most cases you do not need this files, so you should delete them and free up your disk space.

Thunderbird Settings

/!\ The following steps have to be done for every Mail account configured in Thunderbird.

  • Open Thunderbird and select on the left-side column the account.
  • Right click on it and choose settings.
  • Choose Synchronization & Storage on the left-side column underneath the account.

  • Uncheck the option Keep messages for this account on this computer

  • Click button 'Advanced', uncheck all checkboxes and click ok.

  • Select option Synchronize the most recent 1 days

  • Click the OK button.

  • Close Thunderbird if this was the last account otherwise start over with step 1 for the next account.

Continue with the description for your operating system to finalize the configuration.

Removing sychronized mails in Windows

  1. Close Thunderbird
  2. Remove your local 'ImapMail' folder:

    • Click on Start -> Computer

    • Change to C:\Users\<YOUR USERNAME>\AppData\Roaming\Thunderbird\Profiles\<RANDOM NAME>.default\ and delete the folder 'ImapMail'.

  3. After that remove the 'ImapMail' folder in your windows profile.

    • First you have to set the option "show hidden files" via control center
    • Change to homes(\\homes7.ee.ethz.ch)(H:)\.win7_prof.V2\AppData\Roaming\Thunderbird\Profiles\<RANDOM NAME>.default\ and delete the folder 'ImapMail'.

  4. Restart thunderbird (the 'ImapMail' folder will be created again, but with less data)

Removing sychronized mails in Linux

  1. Close Thunderbird
  2. Open a Terminal and change to the Synchronisation directory.
    •   cd ~/.thunderbird/<RANDOM NAME>.default/
  3. Remove the ImapMail folder

    •   $ rm -rf ImapMail
  4. Restart thunderbird (the 'ImapMail' folder will be created again, but with less data)


CategoryTBD

FAQ/IMAPdisableSync (last edited 2020-09-09 13:58:48 by maegger)