Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 7 trả lời
  • 1 gặp vấn đề này
  • 2 lượt xem
  • Trả lời mới nhất được viết bởi 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")?
Đính kèm ảnh chụp màn hình

Giải pháp được chọn

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.

Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (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

Giải pháp được chọn

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.

Được chỉnh sửa bởi Toad-Hall vào

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