Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

How to increase the number of "last folders" when i move emails?

  • 7 risposte
  • 1 ha questo problema
  • 11 visualizzazioni
  • Ultima risposta di tshoshua

more options

How can i increase the number of shown folders (actual 15) under button "move" (german "Ablegen")?

How can i increase the number of shown folders (actual 15) under button "move" (german "Ablegen")?
Immagini allegate

Soluzione scelta

The omni.ja file is in Thunderbird program not Thunderbird Profile.

Command Prompt: cd /d C:\Program Files\Mozilla Thunderbird

  • This line is for win 32bit - if you use win 64 bit then it would be:

cd /d C:\Program Files (x86)\Mozilla Thunderbird

copy omni.ja omni.ja.17.0.6esr.backup

  • This line mentions that particular version 17.0.6esr , but it is likely you are not using that version. You could manually copy the file as a backup to desktop before using the command prompt, so omiting that line.

unzip omni.ja chrome\messenger\content\messenger\folderWidgets.xml

  • As it says: the command prompt states it will unzip omni.ja in order to access all other folders.

continue with info at link.

Leggere questa risposta nel contesto 👍 0

Tutte le risposte (7)

more options

I've located some info, but I've not tried this myself.

http://forums.mozillazine.org/viewtopic.php?f=28&t=2710625 Read comment by morat which start with this line: The folderWidgets.xml file is in the omni.ja file.

more options

Toad-Hall said

I've located some info, but I've not tried this myself. http://forums.mozillazine.org/viewtopic.php?f=28&t=2710625 Read comment by morat which start with this line: The folderWidgets.xml file is in the omni.ja file.

Thank´s a lot - i´ll give it a try!

more options

OK - i looked for all this files, but in the meantime it seems that this files are no longer used - i wasn´t able to find them!?!?!?

more options

Soluzione scelta

The omni.ja file is in Thunderbird program not Thunderbird Profile.

Command Prompt: cd /d C:\Program Files\Mozilla Thunderbird

  • This line is for win 32bit - if you use win 64 bit then it would be:

cd /d C:\Program Files (x86)\Mozilla Thunderbird

copy omni.ja omni.ja.17.0.6esr.backup

  • This line mentions that particular version 17.0.6esr , but it is likely you are not using that version. You could manually copy the file as a backup to desktop before using the command prompt, so omiting that line.

unzip omni.ja chrome\messenger\content\messenger\folderWidgets.xml

  • As it says: the command prompt states it will unzip omni.ja in order to access all other folders.

continue with info at link.

Modificato da Toad-Hall il

more options

Hi Toad-Hall,

thank´s for your support. I guess in my case it´ll be a little more complicated, because i use Thunderbird 60.3.1 (32-Bit) running under WIN10Pro (64-Bit) and launching the program via "PortableApps.com". That means i found the omni.ja-file under: E:\PortableApps\ThunderbirdPortable\App\Thunderbird, i named it omni.zip, unzipped it, searched for the file folderWidgets.xml, searched for the term _MAXRECENT, changed the value from 15 to 30, saved the file, zipped all together, named it back to omni.ja, copied it over the original one, startet Thunderbird with -purgecaches - but i still have only 15 folders - what went wrong?

more options

after that i tried to simply edit the file omni.ja and changed the valu after _MAXRECENT from 15 to 30, but after that Thunderbird won´t start anymore. After copying the original omni.ja over it Thunderbird works again.

more options

After a lot of tries and checking what gvim is and how it works i made it - thanks a lot to Toad-Hall!!!