当サイトはユーザー体験を改善するためのメンテナンスを実施中に機能が制限される予定です。記事を読んでもあなたの問題が解決せず質問をしたい場合は、Twitter の @FirefoxSupport、Reddit の /r/firefox で、サポートコミュニティが皆さんを助けようと待機しています。

Mozilla サポートの検索

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

詳しく学ぶ

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

How to enable long path names?

  • 2 件の返信
  • 1 人がこの問題に困っています
  • 4 回表示
  • 最後の返信者: 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

この投稿は billlee42 により に変更されました

選ばれた解決策

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.

この回答をすべて読む 👍 1

すべての返信 (2)

more options

選ばれた解決策

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.