We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Kërkoni te Asistenca

Shmangni karremëzime gjoja asistence. S’do t’ju kërkojmë kurrë të bëni një thirrje apo të dërgoni tekst te një numër telefoni, apo të na jepni të dhëna personale. Ju lutemi, raportoni veprimtari të dyshimtë duke përdorur mundësinë “Raportoni Abuzim”.

Mësoni Më Tepër

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

  • 7 përgjigje
  • 1 e ka hasur këtë problem
  • 2 parje
  • Përgjigjja më e re nga 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")?
Foto të bashkëngjitura ekrani

Zgjidhje e zgjedhur

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.

Lexojeni këtë përgjigje brenda kontekstit 👍 0

Krejt Përgjigjet (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

Zgjidhja e Zgjedhur

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.

Ndryshuar nga Toad-Hall

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!!!