Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

How to enable long path names?

  • 2 wótegronje
  • 1 ma toś ten problem
  • 4 naglědy
  • Slědne wótegrono wót billlee42

more options

Thunderbird won't accept attachments with long path names, i.e., longer than 260 char. (If I copy a file from its long path folder to one with a shorter path, TB accepts it as an attachment.)

This page https://winaero.com/blog/how-to-enable-ntfs-long-paths-in-windows-10/ advises adding:

  <longPathAware>true</longPathAware>

to a Win32 app's "manifest".

Does this work with Thunderbird? If it does, how does one update TB's manifest, please?

Thank you very much! ..Bill..

PS: I have already updated the registry thusly:

  [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
  "LongPathsEnabled"=dword:00000001
Thunderbird won't accept attachments with long path names, i.e., longer than 260 char. (If I copy a file from its long path folder to one with a shorter path, TB accepts it as an attachment.) This page https://winaero.com/blog/how-to-enable-ntfs-long-paths-in-windows-10/ advises adding: <longPathAware>true</longPathAware> to a Win32 app's "manifest". Does this work with Thunderbird? If it does, how does one update TB's manifest, please? Thank you very much! ..Bill.. PS: I have already updated the registry thusly: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem] "LongPathsEnabled"=dword:00000001

Wót billlee42 změnjony

Wubrane rozwězanje

I think the real question is why. If you need a book to describe the file location there is an issue. ALthough using UNC paths now instead of drive letters will make some server addresses longer.

But I doubt Thunderbird will work with a modification that is describes as a windows shell modification.

A manifest file. I think they are only for Visual studio .net projects. Thunderbird is not a .net project. The description here https://docs.microsoft.com/en-us/windows/desktop/sbscs/application-manifests talks about assemblies and they are .net creatures.

Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (2)

more options

Wubrane rozwězanje

I think the real question is why. If you need a book to describe the file location there is an issue. ALthough using UNC paths now instead of drive letters will make some server addresses longer.

But I doubt Thunderbird will work with a modification that is describes as a windows shell modification.

A manifest file. I think they are only for Visual studio .net projects. Thunderbird is not a .net project. The description here https://docs.microsoft.com/en-us/windows/desktop/sbscs/application-manifests talks about assemblies and they are .net creatures.

more options

Giving files long descriptive names helps my naive users distinguish one from another.

Thank you muchly for the explanations, Matt. These points are not made on the various pages I found regarding longPathAware.