搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Can I add comments to my profile.ini file.

  • 2 个回答
  • 1 人有此问题
  • 48 次查看
  • 最后回复者为 Paul

more options

I move my profile folder between several machines and operating systems and it is fine but if I could add comments to the profile.ini file it help keep track of usage/profile backups etc.

I move my profile folder between several machines and operating systems and it is fine but if I could add comments to the profile.ini file it help keep track of usage/profile backups etc.

被采纳的解决方案

Many sources suggest that the semicolon (;) symbol may be used. You have to put a comment on its own line, so it can't follow other text as happens in many other cases.

I just tried a ; in my own profiles.ini file and it doesn't seem to have broken anything.

Note that other Thunderbird files have their own conventions. In the js files such as pref.js, you can use a # or the c-style /*…*/ format.

定位到答案原位置 👍 1

所有回复 (2)

more options

选择的解决方案

Many sources suggest that the semicolon (;) symbol may be used. You have to put a comment on its own line, so it can't follow other text as happens in many other cases.

I just tried a ; in my own profiles.ini file and it doesn't seem to have broken anything.

Note that other Thunderbird files have their own conventions. In the js files such as pref.js, you can use a # or the c-style /*…*/ format.

more options

Thank you Zenos. That works perfecly for me.