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!

Search Support

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.

Learn More

Can I add comments to my profile.ini file.

  • 2 replies
  • 1 has this problem
  • 48 views
  • Last reply by 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.

Chosen solution

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.

Read this answer in context 👍 1

All Replies (2)

more options

Chosen Solution

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.